Home
last modified time | relevance | path

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

/linux-5.19.10/net/ipv6/
Dip6_icmp.c57 struct in6_addr orig_ip; in icmpv6_ndo_send() local
75 orig_ip = ipv6_hdr(skb_in)->saddr; in icmpv6_ndo_send()
78 ipv6_hdr(skb_in)->saddr = orig_ip; in icmpv6_ndo_send()
/linux-5.19.10/arch/x86/kernel/kprobes/
Dftrace.c36 unsigned long orig_ip = regs->ip; in kprobe_ftrace_handler() local
52 regs->ip = orig_ip; in kprobe_ftrace_handler()
Dcore.c895 unsigned long orig_ip = (unsigned long)p->addr; in resume_singlestep() local
900 regs->ip += (orig_ip - copy_ip) - INT3_INSN_SIZE; in resume_singlestep()
/linux-5.19.10/arch/riscv/kernel/probes/
Dftrace.c27 unsigned long orig_ip = instruction_pointer(regs); in kprobe_ftrace_handler() local
44 instruction_pointer_set(regs, orig_ip); in kprobe_ftrace_handler()
/linux-5.19.10/arch/csky/kernel/probes/
Dftrace.c32 unsigned long orig_ip = instruction_pointer(regs); in kprobe_ftrace_handler() local
50 instruction_pointer_set(regs, orig_ip); in kprobe_ftrace_handler()
/linux-5.19.10/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
553 (void *)orig_ip); in unwind_next_frame()
577 (void *)orig_ip); in unwind_next_frame()
593 orc->type, (void *)orig_ip); in unwind_next_frame()
616 orc->bp_reg, (void *)orig_ip); in unwind_next_frame()
625 (void *)orig_ip); in unwind_next_frame()
/linux-5.19.10/net/ipv4/
Dicmp.c781 __be32 orig_ip; in icmp_ndo_send() local
798 orig_ip = ip_hdr(skb_in)->saddr; in icmp_ndo_send()
801 ip_hdr(skb_in)->saddr = orig_ip; in icmp_ndo_send()
/linux-5.19.10/kernel/trace/
Dtrace_kprobe.c1565 unsigned long orig_ip = instruction_pointer(regs); in kprobe_perf_func() local
1575 if (orig_ip != instruction_pointer(regs)) in kprobe_perf_func()