Searched refs:PAGE_RO (Results 1 – 2 of 2) sorted by relevance
194 [VM_READ] = PAGE_RO,195 [VM_WRITE] = PAGE_RO,196 [VM_WRITE | VM_READ] = PAGE_RO,202 [VM_SHARED | VM_READ] = PAGE_RO,
403 #define PAGE_RO __pgprot(_PAGE_PRESENT | _PAGE_READ | \ macro1482 if (pgprot_val(pgprot) == pgprot_val(PAGE_RO)) in massage_pgprot_pmd()