Searched refs:DMA_PTE_READ (Results 1 – 2 of 2) sorted by relevance
744 pteval = virt_to_phys(tmp_page) | DMA_PTE_READ | in pfn_to_dma_pte()1613 if ((prot & (DMA_PTE_READ|DMA_PTE_WRITE)) == 0) in __domain_mapping()1621 attr = prot & (DMA_PTE_READ | DMA_PTE_WRITE | DMA_PTE_SNP); in __domain_mapping()3565 prot |= DMA_PTE_READ; in intel_iommu_map()3914 int prot = DMA_PTE_READ | DMA_PTE_WRITE; in intel_iommu_get_resv_regions()
44 #define DMA_PTE_READ BIT_ULL(0) macro
Completed in 21 milliseconds