Searched refs:ctxm (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/sys/x86/iommu/
H A Dintel_ctx.c86 vm_page_t ctxm; local
91 ctxm = dmar_pgalloc(dmar->ctx_obj, 1 + bus, IOMMU_PGF_NOALLOC);
92 if (ctxm != NULL)
102 ctxm = dmar_pgalloc(dmar->ctx_obj, 1 + bus, IOMMU_PGF_ZERO |
107 VM_PAGE_TO_PHYS(ctxm)));

Completed in 97 milliseconds