Searched refs:_PAGE_NO_READ (Results 1 – 4 of 4) sorted by relevance
165 …tection_map[0] = __pgprot(_page_cachable_default | _PAGE_PRESENT | _PAGE_NO_EXEC | _PAGE_NO_READ); in setup_protection_map()167 …tection_map[2] = __pgprot(_page_cachable_default | _PAGE_PRESENT | _PAGE_NO_EXEC | _PAGE_NO_READ); in setup_protection_map()174 …tection_map[8] = __pgprot(_page_cachable_default | _PAGE_PRESENT | _PAGE_NO_EXEC | _PAGE_NO_READ); in setup_protection_map()176 …] = __pgprot(_page_cachable_default | _PAGE_PRESENT | _PAGE_NO_EXEC | _PAGE_WRITE | _PAGE_NO_READ); in setup_protection_map()
1760 (_PAGE_PRESENT | _PAGE_NO_READ) >> _PAGE_PRESENT_SHIFT); in build_pte_present()
145 #define _PAGE_NO_READ (1 << _PAGE_NO_READ_SHIFT) macro197 ((pte_val & (_PAGE_NO_EXEC | _PAGE_NO_READ)) << sa); in pte_to_entrylo()
26 #define PAGE_NONE __pgprot(_PAGE_PRESENT | _PAGE_NO_READ | \371 if (!(pte.pte_low & _PAGE_NO_READ)) {420 if (!(pte_val(pte) & _PAGE_NO_READ))615 if (!(pmd_val(pmd) & _PAGE_NO_READ))