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

/freebsd-13-stable/sys/x86/iommu/
H A Dintel_intrmap.c294 dmar_pte_store(&irte->irte2, high);
295 dmar_pte_store(&irte->irte1, low);
H A Dintel_dmar.h351 * dmar_pte_store and dmar_pte_clear ensure that on i386, 32bit writes
359 * containing the P bit, and then defer to dmar_pte_store. The locked
381 dmar_pte_store(volatile uint64_t *dst, uint64_t val) function
H A Dintel_idpgtbl.c409 dmar_pte_store(&ptep->pte, DMAR_PTE_R | DMAR_PTE_W |
490 dmar_pte_store(&pte->pte, VM_PAGE_TO_PHYS(ma[pi]) | pflags |
H A Dintel_ctx.c106 dmar_pte_store(&re->r1, DMAR_ROOT_R1_P | (DMAR_ROOT_R1_CTP_MASK &

Completed in 164 milliseconds