Searched refs:_PAGE_NO_READ (Results 1 – 5 of 5) sorted by relevance
164 protection_map[0] = PM(_PAGE_PRESENT | _PAGE_NO_EXEC | _PAGE_NO_READ); in setup_protection_map()166 protection_map[2] = PM(_PAGE_PRESENT | _PAGE_NO_EXEC | _PAGE_NO_READ); in setup_protection_map()173 protection_map[8] = PM(_PAGE_PRESENT | _PAGE_NO_EXEC | _PAGE_NO_READ); in setup_protection_map()176 _PAGE_NO_READ); in setup_protection_map()
1783 (_PAGE_PRESENT | _PAGE_NO_READ) >> _PAGE_PRESENT_SHIFT); in build_pte_present()
43 #define _PAGE_NO_READ (_ULCAST_(1) << _PAGE_NO_READ_SHIFT) macro74 #define PAGE_NONE __pgprot(_PAGE_PROTNONE | _PAGE_NO_READ | \87 #define __P000 __pgprot(_CACHE_CC | _PAGE_USER | _PAGE_PROTNONE | _PAGE_NO_EXEC | _PAGE_NO_READ)96 #define __S000 __pgprot(_CACHE_CC | _PAGE_USER | _PAGE_PROTNONE | _PAGE_NO_EXEC | _PAGE_NO_READ)
178 #define _PAGE_NO_READ (1 << _PAGE_NO_READ_SHIFT) macro230 ((pte_val & (_PAGE_NO_EXEC | _PAGE_NO_READ)) << sa); in pte_to_entrylo()
359 if (!(pte.pte_low & _PAGE_NO_READ)) {408 if (!(pte_val(pte) & _PAGE_NO_READ))547 if ((pte_val(pte) & _PAGE_ACCESSED) && !(pte_val(pte) & _PAGE_NO_READ))663 if (!(pmd_val(pmd) & _PAGE_NO_READ))