Searched refs:on_stack (Results 1 – 7 of 7) sorted by relevance
/arch/s390/kernel/ |
D | unwind_bc.c | 33 !on_stack(info, sp, sizeof(struct stack_frame))) in update_stack_info() 83 if (!on_stack(info, sp, sizeof(struct pt_regs))) in unwind_next_frame() 136 !on_stack(info, sp, sizeof(struct stack_frame))) { in __unwind_start()
|
/arch/x86/kernel/ |
D | unwind_guess.c | 69 (!on_stack(&state->stack_info, first_frame, sizeof(long)) || in __unwind_start()
|
D | dumpstack.c | 148 if (!partial && on_stack(info, regs, sizeof(*regs))) { in show_regs_if_on_stack() 151 } else if (partial && on_stack(info, (void *)regs + IRET_FRAME_OFFSET, in show_regs_if_on_stack()
|
D | unwind_frame.c | 224 while (!on_stack(info, frame, len)) in update_stack_state() 408 (!on_stack(&state->stack_info, first_frame, sizeof(long)) || in __unwind_start()
|
D | unwind_orc.c | 337 if (!on_stack(info, addr, len) && in stack_access_ok() 596 on_stack(&state->stack_info, (void *)state->sp, sizeof(long)) && in unwind_next_frame() 689 (!on_stack(&state->stack_info, first_frame, sizeof(long)) || in __unwind_start()
|
/arch/x86/include/asm/ |
D | stacktrace.h | 41 static inline bool on_stack(struct stack_info *info, void *addr, size_t len) in on_stack() function
|
/arch/s390/include/asm/ |
D | stacktrace.h | 26 static inline bool on_stack(struct stack_info *info, in on_stack() function
|