Searched refs:_PAGE_NO_READ (Results 1 – 6 of 6) sorted by relevance
167 protection_map[0] = PM(_PAGE_PRESENT | _PAGE_NO_EXEC | _PAGE_NO_READ); in setup_protection_map()169 protection_map[2] = PM(_PAGE_PRESENT | _PAGE_NO_EXEC | _PAGE_NO_READ); in setup_protection_map()176 protection_map[8] = PM(_PAGE_PRESENT | _PAGE_NO_EXEC | _PAGE_NO_READ); in setup_protection_map()179 _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()
337 if (!(pte.pte_low & _PAGE_NO_READ)) {386 if (!(pte_val(pte) & _PAGE_NO_READ))525 if ((pte_val(pte) & _PAGE_ACCESSED) && !(pte_val(pte) & _PAGE_NO_READ))675 if (!(pmd_val(pmd) & _PAGE_NO_READ))
47 #define _PAGE_NO_READ (_ULCAST_(1) << _PAGE_NO_READ_SHIFT) macro78 #define PAGE_NONE __pgprot(_PAGE_PROTNONE | _PAGE_NO_READ | \
165 _PAGE_NO_READ),185 _PAGE_NO_READ),
Completed in 49 milliseconds