Home
last modified time | relevance | path

Searched refs:stack_end (Results 1 – 7 of 7) sorted by relevance

/qemu/tests/tcg/loongarch64/system/
H A Dboot.S13 la.local t0, stack_end
57 stack_end: label
/qemu/tests/tcg/aarch64/system/
H A Dboot.S205 adrp x0, stack_end
206 add x0, x0, :lo12:stack_end
251 stack_end: label
/qemu/tests/tcg/i386/system/
H A Dboot.S42 mov $stack_end,%esp
172 stack_end: label
/qemu/tests/tcg/x86_64/system/
H A Dboot.S122 movq $stack_end,%rsp
253 stack_end: label
/qemu/tests/tcg/arm/system/
H A Dboot.S49 ldr sp, =stack_end /* Set up the stack */
319 stack_end: label
/qemu/tests/tcg/alpha/system/
H A Dboot.S49 ldah $sp, $stack_end($gp) !gprelhigh
50 lda $sp, $stack_end($sp) !gprellow
509 $stack_end:
/qemu/tests/tcg/i386/
H A Dtest-i386.c2074 stack_type *ptr, *stack_end, *stack_ptr;\
2076 stack_end = stack_ptr = (stack_type *)(enter_stack + 4096);\
2097 printf("esp_val=" FMTLX "\n", esp_val - (long)stack_end);\
2098 printf("ebp_val=" FMTLX "\n", ebp_val - (long)stack_end);\
2099 for(ptr = (stack_type *)esp_val; ptr < stack_end; ptr++)\