Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/x86/kernel/
A 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()
358 state->task->pid, next_bp); in unwind_next_frame()
364 state->task->pid, next_bp); in unwind_next_frame()
[all …]
/linux-6.3-rc2/arch/x86/include/asm/
A Dunwind.h35 unsigned long *next_bp; member

Completed in 5 milliseconds