Searched refs:unwind_graph_addr (Results 1 – 4 of 4) sorted by relevance
/linux-6.14.4/arch/loongarch/include/asm/ |
D | unwind.h | 50 static inline unsigned long unwind_graph_addr(struct unwind_state *state, in unwind_graph_addr() function 79 state->pc = unwind_graph_addr(state, state->pc, state->sp); in __unwind_start()
|
/linux-6.14.4/arch/loongarch/kernel/ |
D | unwind.c | 22 state->pc = unwind_graph_addr(state, addr, state->sp + 8); in default_next_frame()
|
D | unwind_orc.c | 463 pc = unwind_graph_addr(state, *p, state->sp); in unwind_next_frame() 469 pc = unwind_graph_addr(state, state->ra, state->sp); in unwind_next_frame()
|
D | unwind_prologue.c | 205 state->pc = unwind_graph_addr(state, state->pc, state->sp); in next_frame()
|