Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/kernel/
Dunwind_frame.c207 unsigned long *next_bp) in update_stack_state() argument
221 regs = decode_frame_pointer(next_bp); in update_stack_state()
227 frame = next_bp; in update_stack_state()
261 state->bp = next_bp; in update_stack_state()
285 unsigned long *next_bp; in unwind_next_frame() local
324 next_bp = (unsigned long *)state->regs->bp; in unwind_next_frame()
326 next_bp = (unsigned long *)READ_ONCE_TASK_STACK(state->task, *state->bp); in unwind_next_frame()
329 if (!update_stack_state(state, next_bp)) in unwind_next_frame()
369 state->task->pid, next_bp); in unwind_next_frame()
375 state->task->pid, next_bp); in unwind_next_frame()