Home
last modified time | relevance | path

Searched refs:ip (Results 1301 – 1325 of 2033) sorted by relevance

1...<<51525354555657585960>>...82

/openbmc/obmc-ikvm/
H A Dikvm_server.cpp21 std::string ip("localhost"); in Server() local
49 rfbStringToAddr(&ip[0], &server->listenInterface); in Server()
/openbmc/qemu/hw/char/
H A Dsifive_uart.c210 s->ip = 0; in sifive_uart_reset_enter()
232 VMSTATE_UINT32(ip, SiFiveUARTState),
/openbmc/linux/drivers/net/wireless/intel/ipw2x00/
H A Dlibipw_tx.c212 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 Dkasan.h204 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 Dda_monitor_instrumentation.rst68 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 Dscrub.c179 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 Dxfs_error.c487 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 Dperf_event.h1192 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 Dtss.h43 u16 ip; member
/openbmc/linux/arch/xtensa/configs/
H A Diss_defconfig6 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 DMPC8349ITX_defconfig10 CONFIG_BOOTARGS="root=/dev/nfs rw nfsroot=:/nfsroot/rootfs ip=::::mpc8349emitx:eth0:off console=tty…
H A DMPC8349ITX_LOWBOOT_defconfig10 CONFIG_BOOTARGS="root=/dev/nfs rw nfsroot=:/nfsroot/rootfs ip=::::mpc8349emitx:eth0:off console=tty…
H A DM54455EVB_i66_defconfig7 CONFIG_BOOTARGS="root=/dev/mtdblock1 rw rootfstype=jffs2 ip=none mtdparts=physmap-flash.0:5M(kernel…
H A DM54455EVB_intel_defconfig7 CONFIG_BOOTARGS="root=/dev/mtdblock1 rw rootfstype=jffs2 ip=none mtdparts=physmap-flash.0:5M(kernel…
H A DM54455EVB_stm33_defconfig7 CONFIG_BOOTARGS="root=/dev/mtdblock1 rw rootfstype=jffs2 ip=none mtdparts=physmap-flash.0:5M(kernel…
H A DM54455EVB_a66_defconfig7 CONFIG_BOOTARGS="root=/dev/mtdblock1 rw rootfstype=jffs2 ip=none mtdparts=physmap-flash.0:5M(kernel…
H A DM54455EVB_defconfig7 CONFIG_BOOTARGS="root=/dev/mtdblock1 rw rootfstype=jffs2 ip=none mtdparts=physmap-flash.0:5M(kernel…
H A Dedb9315a_defconfig7 CONFIG_BOOTARGS="root=/dev/nfs console=ttyAM0,115200 ip=dhcp"
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/
H A Ddisplay_mode_lib.h86 struct _vcs_dpi_ip_params_st ip; member
/openbmc/linux/tools/testing/selftests/wireguard/qemu/
H A DMakefile341 …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 Dtraps.c184 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 Dcolo-proxy.txt164 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 Darm64-frame-pointer-unwind-support.c27 entries->stack[entries->length++] = entry->ip; in add_entry()
/openbmc/u-boot/drivers/net/phy/
H A Dncsi.c569 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 Demif.txt11 - compatible : Should be of the form "ti,emif-<ip-rev>" where <ip-rev>

1...<<51525354555657585960>>...82