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.h126 struct PCIHostDeviceAddress { struct
127 unsigned int domain;
128 unsigned int bus;
129 unsigned int slot;
130 unsigned int function;
/openbmc/qemu/include/qemu/
H A Dtypedefs.h86 typedef struct PCIHostDeviceAddress PCIHostDeviceAddress; typedef