/openbmc/obmc-ikvm/ |
H A D | ikvm_server.cpp | 21 std::string ip("localhost"); in Server() local 49 rfbStringToAddr(&ip[0], &server->listenInterface); in Server()
|
/openbmc/qemu/hw/char/ |
H A D | sifive_uart.c | 210 s->ip = 0; in sifive_uart_reset_enter() 232 VMSTATE_UINT32(ip, SiFiveUARTState),
|
/openbmc/linux/drivers/net/wireless/intel/ipw2x00/ |
H A D | libipw_tx.c | 212 struct iphdr *ip; in libipw_classify() local 218 ip = ip_hdr(skb); in libipw_classify() 219 switch (ip->tos & 0xfc) { in libipw_classify()
|
/openbmc/linux/mm/kasan/ |
H A D | kasan.h | 204 unsigned long ip; member 354 bool is_write, unsigned long ip); 355 void kasan_report_invalid_free(void *object, unsigned long ip, enum kasan_report_type type);
|
/openbmc/linux/Documentation/trace/rv/ |
H A D | da_monitor_instrumentation.rst | 68 TP_PROTO(unsigned long ip, unsigned long parent_ip) 72 void handle_preempt_disable(void *data, unsigned long ip, unsigned long parent_ip) 98 void handle_preempt_enable(void *data, unsigned long ip, unsigned long parent_ip)
|
/openbmc/linux/fs/xfs/scrub/ |
H A D | scrub.c | 179 if (sc->ip) { in xchk_teardown() 182 xchk_irele(sc, sc->ip); in xchk_teardown() 183 sc->ip = NULL; in xchk_teardown()
|
/openbmc/linux/fs/xfs/ |
H A D | xfs_error.c | 487 struct xfs_inode *ip, in xfs_inode_verifier_error() argument 494 struct xfs_mount *mp = ip->i_mount; in xfs_inode_verifier_error() 502 fa, ip->i_ino, name); in xfs_inode_verifier_error()
|
/openbmc/linux/arch/x86/events/ |
H A D | perf_event.h | 1192 static inline bool kernel_ip(unsigned long ip) in kernel_ip() argument 1195 return ip > PAGE_OFFSET; in kernel_ip() 1197 return (long)ip < 0; in kernel_ip() 1213 static inline void set_linear_ip(struct pt_regs *regs, unsigned long ip) in set_linear_ip() argument 1215 regs->cs = kernel_ip(ip) ? __KERNEL_CS : __USER_CS; in set_linear_ip() 1218 regs->ip = ip; in set_linear_ip()
|
/openbmc/linux/arch/x86/kvm/ |
H A D | tss.h | 43 u16 ip; member
|
/openbmc/linux/arch/xtensa/configs/ |
H A D | iss_defconfig | 6 CONFIG_CMDLINE="console=ttyS0,38400 eth0=tuntap,,tap0 ip=192.168.168.5:192.168.168.1 root=nfs nfsro…
|
/openbmc/u-boot/configs/ |
H A D | MPC8349ITX_defconfig | 10 CONFIG_BOOTARGS="root=/dev/nfs rw nfsroot=:/nfsroot/rootfs ip=::::mpc8349emitx:eth0:off console=tty…
|
H A D | MPC8349ITX_LOWBOOT_defconfig | 10 CONFIG_BOOTARGS="root=/dev/nfs rw nfsroot=:/nfsroot/rootfs ip=::::mpc8349emitx:eth0:off console=tty…
|
H A D | M54455EVB_i66_defconfig | 7 CONFIG_BOOTARGS="root=/dev/mtdblock1 rw rootfstype=jffs2 ip=none mtdparts=physmap-flash.0:5M(kernel…
|
H A D | M54455EVB_intel_defconfig | 7 CONFIG_BOOTARGS="root=/dev/mtdblock1 rw rootfstype=jffs2 ip=none mtdparts=physmap-flash.0:5M(kernel…
|
H A D | M54455EVB_stm33_defconfig | 7 CONFIG_BOOTARGS="root=/dev/mtdblock1 rw rootfstype=jffs2 ip=none mtdparts=physmap-flash.0:5M(kernel…
|
H A D | M54455EVB_a66_defconfig | 7 CONFIG_BOOTARGS="root=/dev/mtdblock1 rw rootfstype=jffs2 ip=none mtdparts=physmap-flash.0:5M(kernel…
|
H A D | M54455EVB_defconfig | 7 CONFIG_BOOTARGS="root=/dev/mtdblock1 rw rootfstype=jffs2 ip=none mtdparts=physmap-flash.0:5M(kernel…
|
H A D | edb9315a_defconfig | 7 CONFIG_BOOTARGS="root=/dev/nfs console=ttyAM0,115200 ip=dhcp"
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/ |
H A D | display_mode_lib.h | 86 struct _vcs_dpi_ip_params_st ip; member
|
/openbmc/linux/tools/testing/selftests/wireguard/qemu/ |
H A D | Makefile | 341 …LS_PATH)/ping $(BASH_PATH)/bash $(IPROUTE2_PATH)/misc/ss $(IPROUTE2_PATH)/ip/ip $(IPTABLES_PATH)/i… 416 $(IPROUTE2_PATH)/ip/ip: | $(IPROUTE2_PATH)/.installed $(USERSPACE_DEPS) 417 $(MAKE) -C $(IPROUTE2_PATH) PREFIX=/ ip/ip
|
/openbmc/linux/arch/parisc/kernel/ |
H A D | traps.c | 184 if (unwind_once(info) < 0 || info->ip == 0) in do_show_stack() 187 if (__kernel_text_address(info->ip)) { in do_show_stack() 189 loglvl, info->ip, (void *) info->ip); in do_show_stack()
|
/openbmc/qemu/docs/ |
H A D | colo-proxy.txt | 164 Primary(ip:3.3.3.3): 179 Secondary(ip:3.3.3.8): 190 Primary(ip:3.3.3.3): 204 Secondary(ip:3.3.3.8):
|
/openbmc/linux/tools/perf/util/ |
H A D | arm64-frame-pointer-unwind-support.c | 27 entries->stack[entries->length++] = entry->ip; in add_entry()
|
/openbmc/u-boot/drivers/net/phy/ |
H A D | ncsi.c | 569 static void ncsi_handle_aen(struct ip_udp_hdr *ip, unsigned int len) in ncsi_handle_aen() argument 571 struct ncsi_aen_pkt_hdr *hdr = (struct ncsi_aen_pkt_hdr *)ip; in ncsi_handle_aen() 631 void ncsi_receive(struct ethernet_hdr *et, struct ip_udp_hdr *ip, in ncsi_receive() argument 634 struct ncsi_rsp_pkt *pkt = (struct ncsi_rsp_pkt *)ip; in ncsi_receive() 648 return ncsi_handle_aen(ip, len); in ncsi_receive()
|
/openbmc/linux/Documentation/devicetree/bindings/memory-controllers/ti/ |
H A D | emif.txt | 11 - compatible : Should be of the form "ti,emif-<ip-rev>" where <ip-rev>
|