Lines Matching defs:AspeedPCIERcState
57 struct AspeedPCIERcState { struct
58 PCIExpressHost parent_obj;
60 MemoryRegion iommu_root;
61 AddressSpace iommu_as;
62 MemoryRegion dram_alias;
63 MemoryRegion *dram_mr;
64 MemoryRegion mmio_window;
65 MemoryRegion msi_window;
66 MemoryRegion io_window;
67 MemoryRegion mmio;
91 AspeedPCIERcState rc; argument