Searched refs:AMDIOMMU_PTE_FC (Results 1 – 2 of 2) sorted by relevance
241 ((eflags & IOMMU_MAP_ENTRY_SNOOP) != 0 ? AMDIOMMU_PTE_FC : 0); in amdiommu_map_buf()267 KASSERT((pflags & ~(AMDIOMMU_PTE_IR | AMDIOMMU_PTE_IW | AMDIOMMU_PTE_FC in amdiommu_map_buf()
375 #define AMDIOMMU_PTE_FC 0x1000000000000000ull /* Force Coh */ macro