Searched refs:next_bp (Results 1 – 2 of 2) sorted by relevance
187 unsigned long *next_bp) in update_stack_state() argument201 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()257 unsigned long *next_bp; in unwind_next_frame() local295 if (state->next_bp) { in unwind_next_frame()296 next_bp = state->next_bp; in unwind_next_frame()297 state->next_bp = NULL; in unwind_next_frame()299 next_bp = (unsigned long *)state->regs->bp; in unwind_next_frame()301 next_bp = (unsigned long *)READ_ONCE_TASK_STACK(state->task, *state->bp); in unwind_next_frame()[all …]
31 unsigned long *next_bp; member