Searched refs:AMDIOMMU_PTE_IR (Results 1 – 2 of 2) sorted by relevance
171 ptep->pte = VM_PAGE_TO_PHYS(m) | AMDIOMMU_PTE_IR | in amdiommu_pgtbl_map_pte()239 pflags = ((eflags & IOMMU_MAP_ENTRY_READ) != 0 ? AMDIOMMU_PTE_IR : 0) | in amdiommu_map_buf()265 KASSERT((pflags & (AMDIOMMU_PTE_IR | AMDIOMMU_PTE_IW)) != 0, in amdiommu_map_buf()267 KASSERT((pflags & ~(AMDIOMMU_PTE_IR | AMDIOMMU_PTE_IW | AMDIOMMU_PTE_FC in amdiommu_map_buf()
394 #define AMDIOMMU_PTE_IR 0x2000000000000000ull /* Read Perm */ macro