Home
last modified time | relevance | path

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

/openbmc/linux/arch/loongarch/include/asm/
H A Dunwind.h49 static inline unsigned long unwind_graph_addr(struct unwind_state *state, in unwind_graph_addr() function
75 state->pc = unwind_graph_addr(state, state->pc, state->sp); in __unwind_start()
/openbmc/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_prologue.c205 state->pc = unwind_graph_addr(state, state->pc, state->sp); in next_frame()