Searched refs:stack_access_ok (Results 1 – 2 of 2) sorted by relevance
| /linux-6.15/arch/loongarch/kernel/ |
| H A D | unwind_orc.c | 324 static bool stack_access_ok(struct unwind_state *state, unsigned long addr, size_t len) in stack_access_ok() function 443 if (!stack_access_ok(state, (unsigned long)p, sizeof(unsigned long))) in unwind_next_frame() 460 if (!stack_access_ok(state, (unsigned long)p, sizeof(unsigned long))) in unwind_next_frame() 483 if (!stack_access_ok(state, (unsigned long)regs, sizeof(*regs))) in unwind_next_frame()
|
| /linux-6.15/arch/x86/kernel/ |
| H A D | unwind_orc.c | 387 static bool stack_access_ok(struct unwind_state *state, unsigned long _addr, in stack_access_ok() function 403 if (!stack_access_ok(state, addr, sizeof(long))) in deref_stack_reg() 418 if (!stack_access_ok(state, addr, sizeof(struct pt_regs))) in deref_stack_regs() 431 if (!stack_access_ok(state, addr, IRET_FRAME_SIZE)) in deref_stack_iret_regs()
|