Home
last modified time | relevance | path

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

/openbmc/qemu/hw/i386/
H A Damd_iommu.c60 struct AMDVIAddressSpace { struct
61 uint8_t bus_num; /* bus number */
62 uint8_t devfn; /* device function */
63 AMDVIState *iommu_state; /* AMDVI - one per machine */
64 MemoryRegion root; /* AMDVI Root memory map region */
65 IOMMUMemoryRegion iommu; /* Device's address translation region */
66 MemoryRegion iommu_nodma; /* Alias of shared nodma memory region */
67 MemoryRegion iommu_ir; /* Device's interrupt remapping region */
68 AddressSpace as; /* device's corresponding address space */
H A Damd_iommu.h308 typedef struct AMDVIAddressSpace AMDVIAddressSpace; typedef