Searched refs:PAGE_RO (Results 1 – 2 of 2) sorted by relevance
196 [VM_READ] = PAGE_RO,197 [VM_WRITE] = PAGE_RO,198 [VM_WRITE | VM_READ] = PAGE_RO,204 [VM_SHARED | VM_READ] = PAGE_RO,
429 #define PAGE_RO __pgprot(_PAGE_PRESENT | _PAGE_READ | \ macro1617 if (pgprot_val(pgprot) == pgprot_val(PAGE_RO)) in massage_pgprot_pmd()