// wdm.h
typedef struct _IOMMU_DEVICE_CREATION_CONFIGURATION_ACPI {
UINT32 InputMappingBase;
UINT32 MappingsCount;
} IOMMU_DEVICE_CREATION_CONFIGURATION_ACPI, *PIOMMU_DEVICE_CREATION_CONFIGURATION_ACPI;
View the official Windows Driver Kit DDI referenceNo description available.
IOMMU_DEVICE_CREATION_CONFIGURATION_ACPI provides the ACPI-specific configuration parameters of a IOMMU_DEVICE_CREATION_CONFIGURATION structure, which is provided for creation of an ACPI-type IOMMU_DMA_DEVICE.
InputMappingBaseProvides the input mapping base for the device's desired stream.
MappingsCountProvides the count of mappings beginning at the base.
This is required for ACPI devices on ARM64 systems.
IOMMU_DEVICE_CREATION_CONFIGURATION_TYPE
IOMMU_DEVICE_CREATION_CONFIGURATION