Home
last modified time | relevance | path

Searched refs:next_bp (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/arch/x86/kernel/
Dunwind_frame.c187 unsigned long *next_bp) in update_stack_state() argument
201 regs = decode_frame_pointer(next_bp); in update_stack_state()
207 frame = next_bp; in update_stack_state()
233 state->bp = next_bp; in update_stack_state()
257 unsigned long *next_bp; in unwind_next_frame() local
295 if (state->next_bp) { in unwind_next_frame()
296 next_bp = state->next_bp; in unwind_next_frame()
297 state->next_bp = NULL; in unwind_next_frame()
299 next_bp = (unsigned long *)state->regs->bp; in unwind_next_frame()
301 next_bp = (unsigned long *)READ_ONCE_TASK_STACK(state->task, *state->bp); in unwind_next_frame()
[all …]
/kernel/linux/linux-5.10/arch/x86/include/asm/
Dunwind.h31 unsigned long *next_bp; member