Searched refs:deref_stack_reg (Results 1 – 1 of 1) sorted by relevance
| /Linux-v6.1/arch/x86/kernel/ |
| D | unwind_orc.c | 354 static bool deref_stack_reg(struct unwind_state *state, unsigned long addr, in deref_stack_reg() function 527 if (!deref_stack_reg(state, sp, &sp)) in unwind_next_frame() 539 if (!deref_stack_reg(state, ip_p, &state->ip)) in unwind_next_frame() 605 if (!deref_stack_reg(state, sp + orc->bp_offset, &state->bp)) in unwind_next_frame() 610 if (!deref_stack_reg(state, state->bp + orc->bp_offset, &state->bp)) in unwind_next_frame()
|