Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/powerpc/kernel/
Dstacktrace.c106 unsigned long stack_end; in __save_stack_trace_tsk_reliable() local
110 stack_end = stack_page + THREAD_SIZE; in __save_stack_trace_tsk_reliable()
126 stack_end -= STACK_FRAME_OVERHEAD + sizeof(struct pt_regs); in __save_stack_trace_tsk_reliable()
132 stack_end -= STACK_FRAME_OVERHEAD; in __save_stack_trace_tsk_reliable()
141 sp > stack_end - STACK_FRAME_MIN_SIZE) { in __save_stack_trace_tsk_reliable()
145 for (firstframe = true; sp != stack_end; in __save_stack_trace_tsk_reliable()
159 if (newsp != stack_end && in __save_stack_trace_tsk_reliable()
160 newsp > stack_end - STACK_FRAME_MIN_SIZE) { in __save_stack_trace_tsk_reliable()
173 if (sp <= stack_end - STACK_INT_FRAME_SIZE && in __save_stack_trace_tsk_reliable()
/kernel/linux/linux-5.10/arch/x86/boot/
Dmain.c117 char *stack_end; in init_heap() local
121 : "=r" (stack_end) : "i" (-STACK_SIZE)); in init_heap()
125 if (heap_end > stack_end) in init_heap()
126 heap_end = stack_end; in init_heap()
/kernel/linux/linux-5.10/arch/nds32/kernel/
Dprocess.c239 unsigned long stack_start, stack_end; in get_wchan() local
247 stack_end = (unsigned long)task_stack_page(p) + THREAD_SIZE; in get_wchan()
251 if (fp < stack_start || fp > stack_end) in get_wchan()
/kernel/linux/linux-5.10/arch/x86/purgatory/
Dstack.S18 SYM_DATA_END_LABEL(stack, SYM_L_GLOBAL, stack_end)