Home
last modified time | relevance | path

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

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