Searched refs:on_stack (Results 1 – 7 of 7) sorted by relevance
| /linux/arch/s390/kernel/ |
| H A D | unwind_bc.c | 35 !on_stack(info, sp, sizeof(struct stack_frame))) in update_stack_info() 91 if (!on_stack(info, sp, sizeof(struct pt_regs))) in unwind_next_frame() 177 if (on_stack(&state->stack_info, first_frame, sizeof(struct stack_frame))) { in __unwind_start()
|
| /linux/arch/loongarch/kernel/ |
| H A D | unwind_orc.c | 316 static inline bool on_stack(struct stack_info *info, unsigned long addr, size_t len) in on_stack() function 329 if (on_stack(info, addr, len)) in stack_access_ok() 332 return !get_stack_info(addr, state->task, info) && on_stack(info, addr, len); in stack_access_ok()
|
| /linux/arch/x86/kernel/ |
| H A D | unwind_orc.c | 409 if (on_stack(info, addr, len)) in stack_access_ok() 413 on_stack(info, addr, len); in stack_access_ok() 680 on_stack(&state->stack_info, (void *)state->sp, sizeof(long)) && in unwind_next_frame() 771 (!on_stack(&state->stack_info, first_frame, sizeof(long)) || in __unwind_start()
|
| H A D | unwind_guess.c | 68 (!on_stack(&state->stack_info, first_frame, sizeof(long)) || in __unwind_start()
|
| H A D | unwind_frame.c | 228 while (!on_stack(info, frame, len)) in update_stack_state() 415 (!on_stack(&state->stack_info, first_frame, sizeof(long)) || in __unwind_start()
|
| /linux/arch/x86/include/asm/ |
| H A D | stacktrace.h | 53 static inline bool on_stack(struct stack_info *info, void *addr, size_t len) in on_stack() function
|
| /linux/arch/s390/include/asm/ |
| H A D | stacktrace.h | 45 static inline bool on_stack(struct stack_info *info, in on_stack() function
|