Home
last modified time | relevance | path

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

/linux-6.12.1/arch/arm64/kernel/
Dstacktrace.c110 unsigned long orig_pc; in kunwind_recover_return_address() local
111 orig_pc = ftrace_graph_ret_addr(state->task, &state->graph_idx, in kunwind_recover_return_address()
114 if (WARN_ON_ONCE(state->common.pc == orig_pc)) in kunwind_recover_return_address()
116 state->common.pc = orig_pc; in kunwind_recover_return_address()
122 unsigned long orig_pc; in kunwind_recover_return_address() local
123 orig_pc = kretprobe_find_ret_addr(state->task, in kunwind_recover_return_address()
126 state->common.pc = orig_pc; in kunwind_recover_return_address()
/linux-6.12.1/arch/openrisc/kernel/
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()