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