/openbmc/linux/kernel/bpf/ |
H A D | trampoline.c | 176 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 D | dump-insn.c | 9 u64 ip __maybe_unused, u8 *inbuf __maybe_unused, in dump_insn()
|
H A D | dump-insn.h | 21 const char *dump_insn(struct perf_insn *x, u64 ip,
|
/openbmc/u-boot/net/ |
H A D | wol.h | 53 void wol_receive(struct ip_udp_hdr *ip, unsigned int len);
|
H A D | arp.h | 30 void arp_receive(struct ethernet_hdr *et, struct ip_udp_hdr *ip, int len);
|
/openbmc/linux/arch/x86/include/asm/ |
H A D | perf_event.h | 405 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 D | qp.c | 1244 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 D | mmap.h | 16 void rvt_update_mmap_info(struct rvt_dev_info *rdi, struct rvt_mmap_info *ip,
|
/openbmc/linux/include/uapi/linux/ |
H A D | atmarp.h | 39 __be32 ip; /* IP address (act_need only) */ member
|
/openbmc/openbmc/meta-google/recipes-google/networking/gbmc-bridge/ |
H A D | gbmc-br-load-ip.service | 2 Before=gbmc-ip-monitor.service
|
/openbmc/linux/fs/xfs/ |
H A D | xfs_ioctl32.c | 426 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 D | ftrace-uses.rst | 89 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 D | abort-ev7.S | 20 uaccess_disable ip @ disable userspace access
|
H A D | alignment.c | 769 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 D | reconfig-net-interface | 16 ip link set dev "$INTF" address "$local_mac"
|
/openbmc/linux/arch/arm/common/ |
H A D | sa1111.c | 289 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 D | test-libunwind-arm.c | 6 unw_word_t ip,
|
H A D | test-libunwind-aarch64.c | 6 unw_word_t ip,
|
H A D | test-libunwind-x86.c | 6 unw_word_t ip,
|
H A D | test-libunwind-x86_64.c | 6 unw_word_t ip,
|
H A D | test-libunwind.c | 6 unw_word_t ip,
|
/openbmc/linux/Documentation/networking/device_drivers/ethernet/intel/ |
H A D | igb.rst | 80 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 D | xfs_attr_remote.h | 12 int xfs_attr_rmtval_stale(struct xfs_inode *ip, struct xfs_bmbt_irec *map,
|
/openbmc/u-boot/drivers/bios_emulator/x86emu/ |
H A D | ops.c | 4024 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 D | unwind.h | 63 unsigned long ip; /* instruction pointer value */ member 144 *valp = (info)->ip; in unw_get_ip()
|