Searched refs:on_stack (Results 1 – 8 of 8) sorted by relevance
/linux-6.1.9/arch/s390/kernel/ |
D | unwind_bc.c | 33 !on_stack(info, sp, sizeof(struct stack_frame))) in update_stack_info() 87 if (!on_stack(info, sp, sizeof(struct pt_regs))) in unwind_next_frame() 171 if (on_stack(&state->stack_info, first_frame, sizeof(struct stack_frame))) { in __unwind_start()
|
/linux-6.1.9/arch/x86/kernel/ |
D | unwind_orc.c | 347 if (on_stack(info, addr, len)) in stack_access_ok() 351 on_stack(info, addr, len); in stack_access_ok() 622 on_stack(&state->stack_info, (void *)state->sp, sizeof(long)) && in unwind_next_frame() 715 (!on_stack(&state->stack_info, first_frame, sizeof(long)) || in __unwind_start()
|
D | unwind_guess.c | 68 (!on_stack(&state->stack_info, first_frame, sizeof(long)) || in __unwind_start()
|
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()
|
D | dumpstack.c | 166 if (!partial && on_stack(info, regs, sizeof(*regs))) { in show_regs_if_on_stack() 169 } else if (partial && on_stack(info, (void *)regs + IRET_FRAME_OFFSET, in show_regs_if_on_stack()
|
/linux-6.1.9/arch/x86/include/asm/ |
D | stacktrace.h | 53 static inline bool on_stack(struct stack_info *info, void *addr, size_t len) in on_stack() function
|
/linux-6.1.9/arch/s390/boot/ |
D | pgm_check_info.c | 134 while (!(sp & 0x7) && on_stack(&boot_stack, sp, sizeof(struct stack_frame))) { in print_stacktrace()
|
/linux-6.1.9/arch/s390/include/asm/ |
D | stacktrace.h | 27 static inline bool on_stack(struct stack_info *info, in on_stack() function
|