Home
last modified time | relevance | path

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

/Linux-v5.4/arch/x86/kernel/kprobes/
Dftrace.c31 unsigned long orig_ip = regs->ip; in kprobe_ftrace_handler() local
47 regs->ip = orig_ip; in kprobe_ftrace_handler()
Dcore.c912 unsigned long orig_ip = (unsigned long)p->addr; in resume_execution() local
934 *tos = orig_ip + (*tos - copy_ip); in resume_execution()
938 *tos = orig_ip + (*tos - copy_ip); in resume_execution()
948 *tos = orig_ip + (*tos - copy_ip); in resume_execution()
963 regs->ip += orig_ip - copy_ip; in resume_execution()
/Linux-v5.4/arch/x86/kernel/
Dunwind_orc.c383 unsigned long ip_p, sp, orig_ip = state->ip, prev_sp = state->sp; in unwind_next_frame() local
510 (void *)sp, (void *)orig_ip); in unwind_next_frame()
522 (void *)sp, (void *)orig_ip); in unwind_next_frame()
533 orc->type, (void *)orig_ip); in unwind_next_frame()
556 orc->bp_reg, (void *)orig_ip); in unwind_next_frame()
565 (void *)orig_ip); in unwind_next_frame()
/Linux-v5.4/kernel/trace/
Dtrace_kprobe.c1360 unsigned long orig_ip = instruction_pointer(regs); in kprobe_perf_func() local
1370 if (orig_ip != instruction_pointer(regs)) in kprobe_perf_func()