Home
last modified time | relevance | path

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

/linux/arch/powerpc/kernel/
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()
91 stack_end -= STACK_FRAME_OVERHEAD + sizeof(struct pt_regs); in arch_stack_walk_reliable()
97 stack_end -= STACK_FRAME_OVERHEAD; in arch_stack_walk_reliable()
106 sp > stack_end - STACK_FRAME_MIN_SIZE) { in arch_stack_walk_reliable()
110 for (firstframe = true; sp != stack_end; in arch_stack_walk_reliable()
124 if (newsp != stack_end && in arch_stack_walk_reliable()
125 newsp > stack_end - STACK_FRAME_MIN_SIZE) { in arch_stack_walk_reliable()
138 if (sp <= stack_end - STACK_INT_FRAME_SIZE && in arch_stack_walk_reliable()
/linux/arch/x86/boot/
A 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()
/linux/arch/nds32/kernel/
A Dprocess.c239 unsigned long stack_start, stack_end; in __get_wchan() local
244 stack_end = (unsigned long)task_stack_page(p) + THREAD_SIZE; in __get_wchan()
248 if (fp < stack_start || fp > stack_end) in __get_wchan()
/linux/arch/x86/purgatory/
A Dstack.S18 SYM_DATA_END_LABEL(stack, SYM_L_GLOBAL, stack_end)

Completed in 13 milliseconds