Home
last modified time | relevance | path

Searched refs:unwind_graph_addr (Results 1 – 3 of 3) sorted by relevance

/linux/arch/loongarch/kernel/
H A Dunwind.c22 state->pc = unwind_graph_addr(state, addr, state->sp + 8); in default_next_frame()
H A Dunwind_orc.c464 pc = unwind_graph_addr(state, *p, state->sp); in unwind_next_frame()
470 pc = unwind_graph_addr(state, state->ra, state->sp); in unwind_next_frame()
H A Dunwind_prologue.c206 state->pc = unwind_graph_addr(state, state->pc, state->sp); in next_frame()