IOMMU_FLUSH_DOMAIN - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// wdm.h

IOMMU_FLUSH_DOMAIN IommuFlushDomain;

NTSTATUS IommuFlushDomain(
  [_In_] PIOMMU_DMA_DOMAIN Domain
)
{...}
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nc-wdm-iommu_flush_domain)

Description

Flushes the TLB for all entries which match this domain.

Parameters

Domain [_In_]

A pointer to the handle to the domain.

Return value

Return STATUS_SUCCESS if the operation succeeds. Otherwise, return an appropriate NTSTATUS values error code. For more information, see NTSTATUS Values.

Remarks

See also