Searched refs:hostaddr (Results 1 – 12 of 12) sorted by relevance
/openbmc/qemu/hw/xen/ |
H A D | xen_pt.c | 781 s->hostaddr.bus, s->hostaddr.slot, s->hostaddr.function, in xen_pt_realize() 915 s->hostaddr.bus, s->hostaddr.slot, s->hostaddr.function); in xen_pt_realize() 935 DEFINE_PROP_PCI_HOST_DEVADDR("hostaddr", XenPCIPassthroughState, hostaddr), 966 s->hostaddr.domain, s->hostaddr.bus, in xen_igd_clear_slot() 967 s->hostaddr.slot, s->hostaddr.function, in xen_igd_clear_slot()
|
H A D | xen_pt.h | 236 PCIHostDeviceAddress hostaddr; member
|
/openbmc/linux/arch/m68k/include/asm/ |
H A D | m54xxpci.h | 99 #define WXBTAR(hostaddr, pciaddr, size) \ argument 100 (((hostaddr) & 0xff000000) | \
|
/openbmc/openbmc/poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/ |
H A D | 13_shlib_weaksym.patch | 136 - void (*hostaddr) (); /* address to printable address */ 140 + void (*hostaddr) (struct host_info *); /* address to printable address */ 222 { (r)->hostname = sock_hostname; (r)->hostaddr = sock_hostaddr; }
|
/openbmc/qemu/docs/system/devices/ |
H A D | usb.rst | 160 ``usb-host,hostbus=bus,hostaddr=addr`` 328 ``hostaddr=<nr>`` 347 - ``hostbus`` and ``hostaddr`` -- most useful for ad-hoc pass through as the 348 hostaddr isn't stable. The next time you plug the device into the host it 349 will get a new hostaddr.
|
/openbmc/linux/drivers/nvme/host/ |
H A D | fc.c | 497 char hostaddr[FCNVME_TRADDR_LENGTH]; /* NVMEFC_HOST_TRADDR=...*/ in nvme_fc_signal_discovery_scan() local 499 char *envp[4] = { "FC_EVENT=nvmediscovery", hostaddr, tgtaddr, NULL }; in nvme_fc_signal_discovery_scan() 504 snprintf(hostaddr, sizeof(hostaddr), in nvme_fc_signal_discovery_scan()
|
/openbmc/qemu/accel/tcg/ |
H A D | cputlb.c | 1804 void *hostaddr; in atomic_mmu_lookup() local 1870 hostaddr = (void *)((uintptr_t)addr + tlbe->addend); in atomic_mmu_lookup() 1892 return hostaddr; in atomic_mmu_lookup()
|
/openbmc/qemu/docs/ |
H A D | qdev-device-use.txt | 378 -device usb-host,hostbus=BUS,hostaddr=ADDR,vendorid=VID,productid=PRID
|
/openbmc/qemu/docs/about/ |
H A D | removed-features.rst | 101 user,id=x,hostfwd=[tcp|udp]:[hostaddr]:hostport-[guestaddr]:guestport`` 103 ``-nic user,hostfwd=[tcp|udp]:[hostaddr]:hostport-[guestaddr]:guestport``
|
/openbmc/qemu/migration/ |
H A D | trace-events | 293 postcopy_ram_fault_thread_request(uint64_t hostaddr, const char *ramblock, size_t offset, uint32_t …
|
/openbmc/qemu/ |
H A D | hmp-commands.hx | 1357 .params = "[netdev_id] [tcp|udp]:[hostaddr]:hostport-[guestaddr]:guestport", 1371 .params = "[netdev_id] [tcp|udp]:[hostaddr]:hostport",
|
H A D | qemu-options.hx | 3166 ``hostfwd=[tcp|udp]:[hostaddr]:hostport-[guestaddr]:guestport`` 3171 specifying hostaddr, the rule can be bound to a specific host
|