Home
last modified time | relevance | path

Searched refs:IOMMU_DOMAIN_PGTBL_INITED (Results 1 – 5 of 5) sorted by relevance

/freebsd-14-stable/sys/dev/iommu/
HDiommu.h146 #define IOMMU_DOMAIN_PGTBL_INITED 0x0002 macro
/freebsd-14-stable/sys/x86/iommu/
HDamd_idpgtbl.c98 domain->iodom.flags |= IOMMU_DOMAIN_PGTBL_INITED; in amdiommu_domain_alloc_pgtbl()
HDamd_ctx.c169 if ((domain->iodom.flags & IOMMU_DOMAIN_PGTBL_INITED) != 0) { in amdiommu_domain_destroy()
HDintel_idpgtbl.c703 domain->iodom.flags |= IOMMU_DOMAIN_PGTBL_INITED; in dmar_domain_alloc_pgtbl()
HDintel_ctx.c490 if ((domain->iodom.flags & IOMMU_DOMAIN_PGTBL_INITED) != 0) { in dmar_domain_destroy()