Searched refs:_PAGE_NO_READ (Results 1 – 7 of 7) sorted by relevance
40 #define _PAGE_NO_READ (1 << _PAGE_NO_READ_SHIFT) macro148 #define _PAGE_NO_READ (cpu_has_rixi ? (1 << _PAGE_READ_SHIFT) : 0) macro174 #ifndef _PAGE_NO_READ175 #define _PAGE_NO_READ 0 macro214 ((pte_val & (_PAGE_NO_EXEC | _PAGE_NO_READ)) << sa); in pte_to_entrylo()
184 protection_map[0] = PM(_PAGE_PRESENT | _PAGE_NO_EXEC | _PAGE_NO_READ); in setup_protection_map()186 protection_map[2] = PM(_PAGE_PRESENT | _PAGE_NO_EXEC | _PAGE_NO_READ); in setup_protection_map()193 protection_map[8] = PM(_PAGE_PRESENT | _PAGE_NO_EXEC | _PAGE_NO_READ); in setup_protection_map()196 _PAGE_NO_READ); in setup_protection_map()
1748 (_PAGE_PRESENT | _PAGE_NO_READ) >> _PAGE_PRESENT_SHIFT); in build_pte_present()
178 #define _PAGE_NO_READ (1 << _PAGE_NO_READ_SHIFT) macro230 ((pte_val & (_PAGE_NO_EXEC | _PAGE_NO_READ)) << sa); in pte_to_entrylo()
347 if (!(pte.pte_low & _PAGE_NO_READ)) {396 if (!(pte_val(pte) & _PAGE_NO_READ))536 if ((pte_val(pte) & _PAGE_ACCESSED) && !(pte_val(pte) & _PAGE_NO_READ))695 if (!(pmd_val(pmd) & _PAGE_NO_READ))
49 #define _PAGE_NO_READ (_ULCAST_(1) << _PAGE_NO_READ_SHIFT) macro80 #define PAGE_NONE __pgprot(_PAGE_PROTNONE | _PAGE_NO_READ | \
164 _PAGE_NO_READ),184 _PAGE_NO_READ),