Searched refs:deref_stack_reg (Results 1 – 1 of 1) sorted by relevance
| /linux/arch/x86/kernel/ |
| H A D | unwind_orc.c | 416 static bool deref_stack_reg(struct unwind_state *state, unsigned long addr, in deref_stack_reg() function 588 if (!deref_stack_reg(state, sp, &sp)) in unwind_next_frame() 600 if (!deref_stack_reg(state, ip_p, &state->ip)) in unwind_next_frame() 663 if (!deref_stack_reg(state, sp + orc->bp_offset, &state->bp)) in unwind_next_frame() 668 if (!deref_stack_reg(state, state->bp + orc->bp_offset, &state->bp)) in unwind_next_frame()
|