Home
last modified time | relevance | path

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

/linux-6.1.9/arch/x86/kernel/
Dunwind_frame.c197 unsigned long *next_bp) in update_stack_state() argument
211 regs = decode_frame_pointer(next_bp); in update_stack_state()
217 frame = next_bp; in update_stack_state()
243 state->bp = next_bp; in update_stack_state()
267 unsigned long *next_bp; in unwind_next_frame() local
305 if (state->next_bp) { in unwind_next_frame()
306 next_bp = state->next_bp; in unwind_next_frame()
307 state->next_bp = NULL; in unwind_next_frame()
309 next_bp = (unsigned long *)state->regs->bp; in unwind_next_frame()
311 next_bp = (unsigned long *)READ_ONCE_TASK_STACK(state->task, *state->bp); in unwind_next_frame()
[all …]
/linux-6.1.9/arch/x86/include/asm/
Dunwind.h35 unsigned long *next_bp; member