Home
last modified time | relevance | path

Searched refs:XenHostPCIIORegion (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/hw/xen/
H A Dxen-host-pci-device.h13 typedef struct XenHostPCIIORegion { struct
18 } XenHostPCIIORegion; argument
31 XenHostPCIIORegion io_regions[PCI_NUM_REGIONS - 1];
32 XenHostPCIIORegion rom;
H A Dxen_pt.c463 XenHostPCIIORegion *r = &d->io_regions[i]; in xen_pt_register_regions()
H A Dxen_pt_config_init.c399 static inline uint32_t base_address_with_flags(XenHostPCIIORegion *hr) in base_address_with_flags()