Lines Matching refs:next_bp
193 unsigned long *next_bp) in update_stack_state() argument
207 regs = decode_frame_pointer(next_bp); in update_stack_state()
213 frame = next_bp; in update_stack_state()
239 state->bp = next_bp; in update_stack_state()
263 unsigned long *next_bp; in unwind_next_frame() local
301 if (state->next_bp) { in unwind_next_frame()
302 next_bp = state->next_bp; in unwind_next_frame()
303 state->next_bp = NULL; in unwind_next_frame()
305 next_bp = (unsigned long *)state->regs->bp; in unwind_next_frame()
307 next_bp = (unsigned long *)READ_ONCE_TASK_STACK(state->task, *state->bp); in unwind_next_frame()
311 if (!update_stack_state(state, next_bp)) in unwind_next_frame()
351 state->task->pid, next_bp); in unwind_next_frame()
357 state->task->pid, next_bp); in unwind_next_frame()
393 state->next_bp = bp; in __unwind_start()
409 (state->next_bp == NULL && state->bp < first_frame))) in __unwind_start()