Home
last modified time | relevance | path

Searched refs:ip (Results 1126 – 1150 of 2033) sorted by relevance

1...<<41424344454647484950>>...82

/openbmc/linux/kernel/bpf/
H A Dtrampoline.c176 void *ip = tr->func.addr; in unregister_fentry() local
182 ret = bpf_arch_text_poke(ip, BPF_MOD_CALL, old_addr, NULL); in unregister_fentry()
190 void *ip = tr->func.addr; in modify_fentry() local
199 ret = bpf_arch_text_poke(ip, BPF_MOD_CALL, old_addr, new_addr); in modify_fentry()
207 void *ip = tr->func.addr; in register_fentry() local
211 faddr = ftrace_location((unsigned long)ip); in register_fentry()
219 ftrace_set_filter_ip(tr->fops, (unsigned long)ip, 0, 1); in register_fentry()
222 ret = bpf_arch_text_poke(ip, BPF_MOD_CALL, NULL, new_addr); in register_fentry()
/openbmc/linux/tools/perf/util/
H A Ddump-insn.c9 u64 ip __maybe_unused, u8 *inbuf __maybe_unused, in dump_insn()
H A Ddump-insn.h21 const char *dump_insn(struct perf_insn *x, u64 ip,
/openbmc/u-boot/net/
H A Dwol.h53 void wol_receive(struct ip_udp_hdr *ip, unsigned int len);
H A Darp.h30 void arp_receive(struct ethernet_hdr *et, struct ip_udp_hdr *ip, int len);
/openbmc/linux/arch/x86/include/asm/
H A Dperf_event.h405 u64 ip; member
418 u64 flags, ip, ax, cx, dx, bx, sp, bp, si, di; member
529 (regs)->ip = (__ip); \
/openbmc/linux/drivers/infiniband/sw/rdmavt/
H A Dqp.c1244 if (qp->ip) { in rvt_create_qp()
1253 if (qp->ip) in rvt_create_qp()
1334 if (qp->ip) { in rvt_error_qp()
1354 if (qp->ip) in rvt_error_qp()
1696 if (qp->ip) in rvt_destroy_qp()
2325 if (ip) in get_rvt_head()
2355 void *ip = NULL; in rvt_get_rwqe() local
2361 ip = srq->ip; in rvt_get_rwqe()
2366 ip = qp->ip; in rvt_get_rwqe()
2375 if (ip) { in rvt_get_rwqe()
[all …]
H A Dmmap.h16 void rvt_update_mmap_info(struct rvt_dev_info *rdi, struct rvt_mmap_info *ip,
/openbmc/linux/include/uapi/linux/
H A Datmarp.h39 __be32 ip; /* IP address (act_need only) */ member
/openbmc/openbmc/meta-google/recipes-google/networking/gbmc-bridge/
H A Dgbmc-br-load-ip.service2 Before=gbmc-ip-monitor.service
/openbmc/linux/fs/xfs/
H A Dxfs_ioctl32.c426 struct xfs_inode *ip = XFS_I(inode); in xfs_file_compat_ioctl() local
430 trace_xfs_file_compat_ioctl(ip); in xfs_file_compat_ioctl()
435 return xfs_compat_ioc_fsgeometry_v1(ip->i_mount, arg); in xfs_file_compat_ioctl()
444 error = xfs_growfs_data(ip->i_mount, &in); in xfs_file_compat_ioctl()
456 error = xfs_growfs_rt(ip->i_mount, &in); in xfs_file_compat_ioctl()
/openbmc/linux/Documentation/trace/
H A Dftrace-uses.rst89 void callback_func(unsigned long ip, unsigned long parent_ip,
92 @ip
123 bit = ftrace_test_recursion_trylock(ip, parent_ip);
137 enabled). The instruction pointer (ip) and its parent (parent_ip) is passed to
202 kernel patches uses. Without this flag the pt_regs->ip can not be
232 set up. The filters are added by name, or ip if it is known.
280 ret = ftrace_set_filter_ip(&ops, ip, 0, 0);
282 Although the ip must be the address where the call to fentry or mcount is
284 gets the ip address from the user (usually using debug info from the kernel).
/openbmc/linux/arch/arm/mm/
H A Dabort-ev7.S20 uaccess_disable ip @ disable userspace access
H A Dalignment.c769 static int alignment_get_arm(struct pt_regs *regs, u32 *ip, u32 *inst) in alignment_get_arm() argument
775 fault = get_user(instr, ip); in alignment_get_arm()
777 fault = get_kernel_nofault(instr, ip); in alignment_get_arm()
784 static int alignment_get_thumb(struct pt_regs *regs, u16 *ip, u16 *inst) in alignment_get_thumb() argument
790 fault = get_user(instr, ip); in alignment_get_thumb()
792 fault = get_kernel_nofault(instr, ip); in alignment_get_thumb()
/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/gpio/phosphor-gpio-monitor/
H A Dreconfig-net-interface16 ip link set dev "$INTF" address "$local_mac"
/openbmc/linux/arch/arm/common/
H A Dsa1111.c289 u32 ip, mask = sa1111_irqmask(d); in sa1111_retrigger_irq() local
292 ip = readl_relaxed(mapbase + SA1111_INTPOL0); in sa1111_retrigger_irq()
294 writel_relaxed(ip ^ mask, mapbase + SA1111_INTPOL0); in sa1111_retrigger_irq()
295 writel_relaxed(ip, mapbase + SA1111_INTPOL0); in sa1111_retrigger_irq()
313 u32 ip, mask = sa1111_irqmask(d); in sa1111_type_irq() local
321 ip = readl_relaxed(mapbase + SA1111_INTPOL0); in sa1111_type_irq()
323 ip &= ~mask; in sa1111_type_irq()
325 ip |= mask; in sa1111_type_irq()
326 writel_relaxed(ip, mapbase + SA1111_INTPOL0); in sa1111_type_irq()
327 writel_relaxed(ip, mapbase + SA1111_WAKEPOL0); in sa1111_type_irq()
/openbmc/linux/tools/build/feature/
H A Dtest-libunwind-arm.c6 unw_word_t ip,
H A Dtest-libunwind-aarch64.c6 unw_word_t ip,
H A Dtest-libunwind-x86.c6 unw_word_t ip,
H A Dtest-libunwind-x86_64.c6 unw_word_t ip,
H A Dtest-libunwind.c6 unw_word_t ip,
/openbmc/linux/Documentation/networking/device_drivers/ethernet/intel/
H A Digb.rst80 ip link set eth0 vf 0 vlan 100 // set vlan 100 for VF 0
81 ip link set eth0 vf 0 vlan 0 // Delete vlan 100
82 ip link set eth0 vf 0 vlan 200 // set a new vlan 200 for VF 0
105 Alternatively, you can use the ip command as follows::
107 ip link set mtu 9000 dev eth<x>
108 ip link set up dev eth<x>
/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_attr_remote.h12 int xfs_attr_rmtval_stale(struct xfs_inode *ip, struct xfs_bmbt_irec *map,
/openbmc/u-boot/drivers/bios_emulator/x86emu/
H A Dops.c4024 s16 ip; in x86emuOp_loopne() local
4034 M.x86.R_IP = ip; in x86emuOp_loopne()
4045 s16 ip; in x86emuOp_loope() local
4055 M.x86.R_IP = ip; in x86emuOp_loope()
4066 s16 ip; in x86emuOp_loop() local
4076 M.x86.R_IP = ip; in x86emuOp_loop()
4197 s16 ip; in x86emuOp_call_near_IMM() local
4207 M.x86.R_IP = ip; in x86emuOp_call_near_IMM()
4218 int ip; in x86emuOp_jump_near_IMM() local
4237 u16 cs, ip; in x86emuOp_jump_far_IMM() local
[all …]
/openbmc/linux/arch/ia64/include/asm/
H A Dunwind.h63 unsigned long ip; /* instruction pointer value */ member
144 *valp = (info)->ip; in unw_get_ip()

1...<<41424344454647484950>>...82