// wdm.h
typedef enum _IOMMU_DMA_LOGICAL_ALLOCATOR_TYPE {
IommuDmaLogicalAllocatorNone,
IommuDmaLogicalAllocatorBuddy,
IommuDmaLogicalAllocatorMax
} IOMMU_DMA_LOGICAL_ALLOCATOR_TYPE, *PIOMMU_DMA_LOGICAL_ALLOCATOR_TYPE;
View the official Windows Driver Kit DDI referenceNo description available.
The IOMMU_DMA_LOGICAL_ALLOCATOR_TYPE enum indicates the type of logical allocator described in an IOMMU_DMA_LOGICAL_ALLOCATOR_CONFIG structure.
IommuDmaLogicalAllocatorNoneThe logical allocator configuration does not describe any logical allocator type.
IommuDmaLogicalAllocatorBuddyThe logical allocator configuration describes the system's Buddy Allocator.
IommuDmaLogicalAllocatorMaxInvalid logical allocator type.
For more information about the different logical allocator types available, see the Remarks section of IOMMU_DMA_LOGICAL_ALLOCATOR_CONFIG.
IOMMU_DMA_LOGICAL_ALLOCATOR_CONFIG