Home
last modified time | relevance | path

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

/openbmc/linux/drivers/iommu/
H A Drockchip-iommu.c258 #define RK_PTE_PAGE_WRITABLE BIT(2) macro
272 flags |= (prot & IOMMU_WRITE) ? RK_PTE_PAGE_WRITABLE : 0; in rk_mk_pte()
293 flags |= (prot & IOMMU_WRITE) ? RK_PTE_PAGE_WRITABLE : 0; in rk_mk_pte_v2()