Searched refs:PAGE_WRITE (Results 1 – 2 of 2) sorted by relevance
161 #define PAGE_WRITE __pgprot(_PAGE_BASE | _PAGE_READ | _PAGE_WRITE) macro170 #define PAGE_SHARED PAGE_WRITE
53 prot = pgprot_noncached(PAGE_WRITE); in kvm_riscv_mmu_ioremap()