Searched refs:deref_stack_reg (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.4/arch/x86/kernel/ |
| D | unwind_orc.c | 342 static bool deref_stack_reg(struct unwind_state *state, unsigned long addr, in deref_stack_reg() function 487 if (!deref_stack_reg(state, sp, &sp)) in unwind_next_frame() 496 if (!deref_stack_reg(state, ip_p, &state->ip)) in unwind_next_frame() 545 if (!deref_stack_reg(state, sp + orc->bp_offset, &state->bp)) in unwind_next_frame() 550 if (!deref_stack_reg(state, state->bp + orc->bp_offset, &state->bp)) in unwind_next_frame()
|