Searched refs:DMA_PTE_READ (Results 1 – 2 of 2) sorted by relevance
740 pteval = virt_to_phys(tmp_page) | DMA_PTE_READ | in pfn_to_dma_pte()1675 if ((prot & (DMA_PTE_READ|DMA_PTE_WRITE)) == 0) in __domain_mapping()1683 attr = prot & (DMA_PTE_READ | DMA_PTE_WRITE | DMA_PTE_SNP); in __domain_mapping()3507 prot |= DMA_PTE_READ; in intel_iommu_map()3849 int prot = DMA_PTE_READ | DMA_PTE_WRITE; in intel_iommu_get_resv_regions()
44 #define DMA_PTE_READ BIT_ULL(0) macro