Home
last modified time | relevance | path

Searched refs:orig_pc (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/arm64/kernel/
H A Dstacktrace.c81 unsigned long orig_pc; in unwind_recover_return_address() local
82 orig_pc = ftrace_graph_ret_addr(state->task, NULL, state->pc, in unwind_recover_return_address()
84 if (WARN_ON_ONCE(state->pc == orig_pc)) in unwind_recover_return_address()
86 state->pc = orig_pc; in unwind_recover_return_address()
/openbmc/linux/arch/openrisc/kernel/
H A Dtraps.c320 unsigned long orig_pc; in simulate_lwa() local
325 orig_pc = regs->pc; in simulate_lwa()
344 if ((entry = search_exception_tables(orig_pc))) { in simulate_lwa()
361 unsigned long orig_pc; in simulate_swa() local
367 orig_pc = regs->pc; in simulate_swa()
391 if ((entry = search_exception_tables(orig_pc))) { in simulate_swa()