Searched refs:_PAGE_NO_READ (Results 1 – 4 of 4) sorted by relevance
162 …tection_map[0] = __pgprot(_page_cachable_default | _PAGE_PRESENT | _PAGE_NO_EXEC | _PAGE_NO_READ); in setup_protection_map()164 …tection_map[2] = __pgprot(_page_cachable_default | _PAGE_PRESENT | _PAGE_NO_EXEC | _PAGE_NO_READ); in setup_protection_map()171 …tection_map[8] = __pgprot(_page_cachable_default | _PAGE_PRESENT | _PAGE_NO_EXEC | _PAGE_NO_READ); in setup_protection_map()173 …] = __pgprot(_page_cachable_default | _PAGE_PRESENT | _PAGE_NO_EXEC | _PAGE_WRITE | _PAGE_NO_READ); in setup_protection_map()
1781 (_PAGE_PRESENT | _PAGE_NO_READ) >> _PAGE_PRESENT_SHIFT); in build_pte_present()
162 #define _PAGE_NO_READ (1 << _PAGE_NO_READ_SHIFT) macro214 ((pte_val & (_PAGE_NO_EXEC | _PAGE_NO_READ)) << sa); in pte_to_entrylo()
28 #define PAGE_NONE __pgprot(_PAGE_PRESENT | _PAGE_NO_READ | \334 if (!(pte.pte_low & _PAGE_NO_READ)) {390 if (!(pte_val(pte) & _PAGE_NO_READ))589 if (!(pmd_val(pmd) & _PAGE_NO_READ))