Lines Matching refs:next_bp
187 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()
256 unsigned long *next_bp; in unwind_next_frame() local
294 if (state->next_bp) { in unwind_next_frame()
295 next_bp = state->next_bp; in unwind_next_frame()
296 state->next_bp = NULL; in unwind_next_frame()
298 next_bp = (unsigned long *)state->regs->bp; in unwind_next_frame()
300 next_bp = (unsigned long *)READ_ONCE_TASK_STACK(state->task, *state->bp); in unwind_next_frame()
304 if (!update_stack_state(state, next_bp)) in unwind_next_frame()
347 state->task->pid, next_bp); in unwind_next_frame()
353 state->task->pid, next_bp); in unwind_next_frame()
389 state->next_bp = bp; in __unwind_start()
405 (state->next_bp == NULL && state->bp < first_frame))) in __unwind_start()