Searched refs:next_bp (Results 1 – 2 of 2) sorted by relevance
197 unsigned long *next_bp) in update_stack_state() argument211 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() local305 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 …]
35 unsigned long *next_bp; member