Searched refs:unwind_consume_stack (Results 1 – 2 of 2) sorted by relevance
/linux-6.14.4/arch/arm64/include/asm/stacktrace/ |
D | common.h | 102 static inline void unwind_consume_stack(struct unwind_state *state, in unwind_consume_stack() function 159 unwind_consume_stack(state, info, fp, sizeof(*record)); in unwind_next_frame_record()
|
/linux-6.14.4/arch/arm64/kernel/ |
D | stacktrace.c | 176 unwind_consume_stack(&state->common, info, (unsigned long)regs, in kunwind_next_regs_pc() 236 unwind_consume_stack(&state->common, info, fp, sizeof(*record)); in kunwind_next_frame_record()
|