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.h124 struct PCIHostDeviceAddress { struct
125 unsigned int domain;
126 unsigned int bus;
127 unsigned int slot;
128 unsigned int function;
/openbmc/qemu/include/qemu/
H A Dtypedefs.h103 typedef struct PCIHostDeviceAddress PCIHostDeviceAddress; typedef