Home
last modified time | relevance | path

Searched defs:PCIHostDeviceAddress (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/include/hw/pci/
H A Dpci.h130 struct PCIHostDeviceAddress { struct
131 unsigned int domain;
132 unsigned int bus;
133 unsigned int slot;
134 unsigned int function;
/openbmc/qemu/include/qemu/
H A Dtypedefs.h87 typedef struct PCIHostDeviceAddress PCIHostDeviceAddress; typedef