Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/kernel/
H A Dstacktrace.c71 unsigned long stack_end; in arch_stack_walk_reliable() local
75 stack_end = stack_page + THREAD_SIZE; in arch_stack_walk_reliable()
79 stack_end -= STACK_FRAME_MIN_SIZE; in arch_stack_walk_reliable()
81 stack_end -= STACK_USER_INT_FRAME_SIZE; in arch_stack_walk_reliable()
89 sp > stack_end - STACK_FRAME_MIN_SIZE) { in arch_stack_walk_reliable()
93 for (firstframe = true; sp != stack_end; in arch_stack_walk_reliable()
107 if (newsp != stack_end && in arch_stack_walk_reliable()
108 newsp > stack_end - STACK_FRAME_MIN_SIZE) { in arch_stack_walk_reliable()
121 if (sp <= stack_end - STACK_INT_FRAME_SIZE && in arch_stack_walk_reliable()
/openbmc/linux/arch/x86/boot/
H A Dmain.c119 char *stack_end; in init_heap() local
123 : "=r" (stack_end) : "i" (STACK_SIZE)); in init_heap()
127 if (heap_end > stack_end) in init_heap()
128 heap_end = stack_end; in init_heap()
/openbmc/qemu/tests/tcg/loongarch64/system/
H A Dboot.S13 la.local t0, stack_end
57 stack_end: label
/openbmc/qemu/tests/tcg/aarch64/system/
H A Dboot.S206 adrp x0, stack_end
207 add x0, x0, :lo12:stack_end
252 stack_end: label
/openbmc/qemu/tests/tcg/i386/system/
H A Dboot.S42 mov $stack_end,%esp
172 stack_end: label
/openbmc/qemu/tests/tcg/x86_64/system/
H A Dboot.S122 movq $stack_end,%rsp
253 stack_end: label
/openbmc/linux/arch/x86/purgatory/
H A Dstack.S18 SYM_DATA_END_LABEL(stack, SYM_L_GLOBAL, stack_end)
/openbmc/qemu/tests/tcg/arm/system/
H A Dboot.S49 ldr sp, =stack_end /* Set up the stack */
319 stack_end: label
/openbmc/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:
/openbmc/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++)\
/openbmc/linux/tools/testing/selftests/sgx/
H A Dmain.c1233 void *addr, *tcs, *stack_end, *ssa; in TEST_F() local
1299 stack_end = (void *)self->encl.encl_base + total_size; in TEST_F()
1308 eaccept_op.epc_addr = (unsigned long)stack_end; in TEST_F()
1317 self->run.exception_addr == (unsigned long)stack_end) { in TEST_F()
1458 eaccept_op.epc_addr = (unsigned long)stack_end; in TEST_F()