Searched refs:stack_end (Results 1 – 3 of 3) sorted by relevance
72 unsigned long stack_end; in arch_stack_walk_reliable() local76 stack_end = stack_page + THREAD_SIZE; in arch_stack_walk_reliable()80 stack_end -= STACK_FRAME_MIN_SIZE; in arch_stack_walk_reliable()82 stack_end -= STACK_USER_INT_FRAME_SIZE; in arch_stack_walk_reliable()90 sp > stack_end - STACK_FRAME_MIN_SIZE) { in arch_stack_walk_reliable()94 for (firstframe = true; sp != stack_end; in arch_stack_walk_reliable()108 if (newsp != stack_end && in arch_stack_walk_reliable()109 newsp > stack_end - STACK_FRAME_MIN_SIZE) { in arch_stack_walk_reliable()122 if (sp <= stack_end - STACK_INT_FRAME_SIZE && in arch_stack_walk_reliable()
120 char *stack_end; in init_heap() local123 stack_end = (char *) (current_stack_pointer - STACK_SIZE); in init_heap()125 if (heap_end > stack_end) in init_heap()126 heap_end = stack_end; in init_heap()
18 SYM_DATA_END_LABEL(stack, SYM_L_GLOBAL, stack_end)
Completed in 5 milliseconds