Home
last modified time | relevance | path

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

/openbmc/linux/drivers/iommu/
H A Drockchip-iommu.c259 #define RK_PTE_PAGE_READABLE BIT(1) macro
271 flags |= (prot & IOMMU_READ) ? RK_PTE_PAGE_READABLE : 0; in rk_mk_pte()
292 flags |= (prot & IOMMU_READ) ? RK_PTE_PAGE_READABLE : 0; in rk_mk_pte_v2()