Home
last modified time | relevance | path

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

/linux/arch/openrisc/kernel/
H A Dtraps.c323 unsigned long orig_pc; in simulate_lwa() local
328 orig_pc = regs->pc; in simulate_lwa()
347 if ((entry = search_exception_tables(orig_pc))) { in simulate_lwa()
364 unsigned long orig_pc; in simulate_swa() local
370 orig_pc = regs->pc; in simulate_swa()
394 if ((entry = search_exception_tables(orig_pc))) { in simulate_swa()
/linux/arch/arm64/kernel/
H A Dstacktrace.c136 unsigned long orig_pc; in kunwind_recover_return_address() local
137 orig_pc = ftrace_graph_ret_addr(state->task, &state->graph_idx, in kunwind_recover_return_address()
140 if (state->common.pc == orig_pc) { in kunwind_recover_return_address()
144 state->common.pc = orig_pc; in kunwind_recover_return_address()
151 unsigned long orig_pc; in kunwind_recover_return_address() local
152 orig_pc = kretprobe_find_ret_addr(state->task, in kunwind_recover_return_address()
155 state->common.pc = orig_pc; in kunwind_recover_return_address()