Home
last modified time | relevance | path

Searched refs:IOMMU_PGF_NOALLOC (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/iommu/
H A Diommu_gas.h42 #define IOMMU_PGF_NOALLOC 0x0008 macro
/freebsd/sys/x86/iommu/
H A Dintel_ctx.c90 ctxm = iommu_pgalloc(dmar->ctx_obj, 1 + bus, IOMMU_PGF_NOALLOC); in dmar_ensure_ctx_page()
103 re = iommu_map_pgtbl(dmar->ctx_obj, 0, IOMMU_PGF_NOALLOC, &sf); in dmar_ensure_ctx_page()
121 IOMMU_PGF_NOALLOC | IOMMU_PGF_WAITOK, sfp); in dmar_map_ctx_entry()
174 IOMMU_PGF_NOALLOC); in ctx_id_entry_init()
H A Dintel_idpgtbl.c146 IOMMU_PGF_NOALLOC); in dmar_idmap_nextlvl()
H A Diommu_utils.c91 if ((flags & IOMMU_PGF_NOALLOC) != 0 || m != NULL) { in iommu_pgalloc()