Home
last modified time | relevance | path

Searched refs:IOMMU_SYS_CACHE_NWA (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/iommu/
H A Dio-pgtable-arm.c441 else if ((prot & IOMMU_CACHE) && (prot & IOMMU_SYS_CACHE_NWA)) in arm_lpae_prot_to_pte()
451 else if (prot & IOMMU_SYS_CACHE_NWA) in arm_lpae_prot_to_pte()
H A Ddma-iommu.c459 prot |= IOMMU_SYS_CACHE_NWA; in dma_info_to_prot()
/OK3568_Linux_fs/kernel/include/linux/
H A Diommu.h45 #define IOMMU_SYS_CACHE_NWA (1 << 7) macro