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

/linux-master/arch/x86/kernel/
H A Dunwind_frame.c197 unsigned long *next_bp)
211 regs = decode_frame_pointer(next_bp);
217 frame = next_bp;
243 state->bp = next_bp;
267 unsigned long *next_bp; local
305 if (state->next_bp) {
306 next_bp = state->next_bp;
307 state->next_bp = NULL;
309 next_bp
196 update_stack_state(struct unwind_state *state, unsigned long *next_bp) argument
[all...]
/linux-master/arch/x86/include/asm/
H A Dunwind.h35 unsigned long *next_bp; member in struct:unwind_state

Completed in 224 milliseconds