Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/kernel/kprobes/
Dftrace.c44 unsigned long orig_ip = regs->ip; in kprobe_ftrace_handler() local
60 regs->ip = orig_ip; in kprobe_ftrace_handler()
Dcore.c874 unsigned long orig_ip = (unsigned long)p->addr; in resume_execution() local
896 *tos = orig_ip + (*tos - copy_ip); in resume_execution()
900 *tos = orig_ip + (*tos - copy_ip); in resume_execution()
910 *tos = orig_ip + (*tos - copy_ip); in resume_execution()
925 regs->ip += orig_ip - copy_ip; in resume_execution()
/Linux-v4.19/arch/x86/kernel/
Dunwind_orc.c355 unsigned long ip_p, sp, orig_ip = state->ip, prev_sp = state->sp; in unwind_next_frame() local
474 (void *)sp, (void *)orig_ip); in unwind_next_frame()
486 (void *)sp, (void *)orig_ip); in unwind_next_frame()
497 orc->type, (void *)orig_ip); in unwind_next_frame()
520 orc->bp_reg, (void *)orig_ip); in unwind_next_frame()
529 (void *)orig_ip); in unwind_next_frame()
/Linux-v4.19/kernel/trace/
Dtrace_kprobe.c1258 unsigned long orig_ip = instruction_pointer(regs); in kprobe_perf_func() local
1268 if (orig_ip != instruction_pointer(regs)) in kprobe_perf_func()