Home
last modified time | relevance | path

Searched refs:orig_ip (Results 1 – 5 of 5) sorted by relevance

/arch/riscv/kernel/probes/
Dftrace.c28 unsigned long orig_ip = instruction_pointer(regs); in kprobe_ftrace_handler() local
45 instruction_pointer_set(regs, orig_ip); in kprobe_ftrace_handler()
/arch/x86/kernel/kprobes/
Dftrace.c37 unsigned long orig_ip = regs->ip; in kprobe_ftrace_handler() local
53 regs->ip = orig_ip; in kprobe_ftrace_handler()
Dcore.c902 unsigned long orig_ip = (unsigned long)p->addr; in resume_singlestep() local
907 regs->ip += (orig_ip - copy_ip) - INT3_INSN_SIZE; in resume_singlestep()
/arch/csky/kernel/probes/
Dftrace.c40 unsigned long orig_ip = instruction_pointer(regs); in kprobe_ftrace_handler() local
58 instruction_pointer_set(regs, orig_ip); in kprobe_ftrace_handler()
/arch/x86/kernel/
Dunwind_orc.c424 unsigned long ip_p, sp, tmp, orig_ip = state->ip, prev_sp = state->sp; in unwind_next_frame() local
554 (void *)orig_ip); in unwind_next_frame()
567 (void *)orig_ip); in unwind_next_frame()
580 orc->type, (void *)orig_ip); in unwind_next_frame()
603 orc->bp_reg, (void *)orig_ip); in unwind_next_frame()
612 (void *)orig_ip); in unwind_next_frame()