Searched refs:AMDIOMMU_PTE_IW (Results 1 – 2 of 2) sorted by relevance
172 AMDIOMMU_PTE_IW | AMDIOMMU_PTE_PR | in amdiommu_pgtbl_map_pte()240 ((eflags & IOMMU_MAP_ENTRY_WRITE) != 0 ? AMDIOMMU_PTE_IW : 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()
395 #define AMDIOMMU_PTE_IW 0x4000000000000000ull /* Write Perm */ macro