Searched defs:new_ip (Results 1 – 10 of 10) sorted by relevance
/linux-6.1.9/samples/bpf/ |
D | test_lwt_bpf.c | 93 uint32_t new_ip, int rw_daddr) in rewrite() 151 uint32_t old_ip, new_ip = 0x3fea8c0; in do_test_rewrite() local
|
D | tcbpf1_kern.c | 37 static inline void set_tcp_ip_src(struct __sk_buff *skb, __u32 new_ip) in set_tcp_ip_src()
|
/linux-6.1.9/arch/x86/kernel/ |
D | process_64.c | 505 start_thread_common(struct pt_regs *regs, unsigned long new_ip, in start_thread_common() 530 start_thread(struct pt_regs *regs, unsigned long new_ip, unsigned long new_sp) in start_thread() 538 void compat_start_thread(struct pt_regs *regs, u32 new_ip, u32 new_sp, bool x32) in compat_start_thread()
|
D | process_32.c | 112 start_thread(struct pt_regs *regs, unsigned long new_ip, unsigned long new_sp) in start_thread()
|
D | uprobes.c | 640 unsigned long new_ip = regs->ip += auprobe->branch.ilen; in branch_emulate_op() local
|
/linux-6.1.9/net/netfilter/ |
D | xt_NETMAP.c | 73 __be32 new_ip, netmask; in netmap_tg4() local
|
/linux-6.1.9/fs/ |
D | compat_binfmt_elf.c | 104 #define COMPAT_START_THREAD(ex, regs, new_ip, new_sp) \ argument
|
/linux-6.1.9/arch/x86/include/asm/ |
D | elf.h | 179 #define COMPAT_START_THREAD(ex, regs, new_ip, new_sp) \ argument
|
/linux-6.1.9/fs/jfs/ |
D | namei.c | 1069 struct inode *new_ip; in jfs_rename() local
|
/linux-6.1.9/arch/ia64/include/asm/ |
D | processor.h | 296 #define start_thread(regs,new_ip,new_sp) do { \ argument
|