Searched refs:_PAGE_PROTNONE (Results 1 – 9 of 9) sorted by relevance
21 #define _PAGE_PROTNONE 0x010 /* if the user mapped it with PROT_NONE; macro60 #define PAGE_NONE __pgprot(_PAGE_PROTNONE | _PAGE_ACCESSED)115 #define pte_present(x) pte_get_bits(x, (_PAGE_PRESENT | _PAGE_PROTNONE))135 !(pte_get_bits(pte, _PAGE_PROTNONE))); in pte_read()140 !(pte_get_bits(pte, _PAGE_PROTNONE))); in pte_exec()146 !(pte_get_bits(pte, _PAGE_PROTNONE))); in pte_write()
50 #define _PAGE_PROTNONE 0x200 /* software: if not present */ macro104 #define _PAGE_CLEAR_FLAGS (_PAGE_PROTNONE | _PAGE_ACCESSED| \108 #define _PAGE_CLEAR_FLAGS (_PAGE_PROTNONE | _PAGE_ACCESSED | \111 #define _PAGE_CLEAR_FLAGS (_PAGE_PROTNONE | _PAGE_ACCESSED)175 #define PAGE_NONE __pgprot(_PAGE_PROTNONE | _PAGE_CACHABLE | \238 #define PAGE_NONE __pgprot(_PAGE_PROTNONE | _PAGE_CACHABLE | \323 #define pte_present(x) ((x).pte_low & (_PAGE_PRESENT | _PAGE_PROTNONE))
345 return pmd_clear_flags(pmd, _PAGE_PRESENT | _PAGE_PROTNONE); in pmd_mknotpresent()506 return pte_flags(a) & (_PAGE_PRESENT | _PAGE_PROTNONE); in pte_present()522 if ((pte_flags(a) & _PAGE_PROTNONE) && in pte_accessible()542 return pmd_flags(pmd) & (_PAGE_PRESENT | _PAGE_PROTNONE | _PAGE_PSE); in pmd_present()552 return (pte_flags(pte) & (_PAGE_PROTNONE | _PAGE_PRESENT)) in pte_protnone()553 == _PAGE_PROTNONE; in pte_protnone()558 return (pmd_flags(pmd) & (_PAGE_PROTNONE | _PAGE_PRESENT)) in pmd_protnone()559 == _PAGE_PROTNONE; in pmd_protnone()
122 #define _PAGE_PROTNONE (_AT(pteval_t, 1) << _PAGE_BIT_PROTNONE) macro190 #define PAGE_NONE __pgprot(_PAGE_PROTNONE | _PAGE_ACCESSED)
30 #define _PAGE_PROTNONE 0x004 macro61 #define PAGE_NONE __pgprot(_PAGE_PROTNONE | _PAGE_ACCESSED | mm_cachebits)69 #define PAGE_NONE_C __pgprot(_PAGE_PROTNONE | _PAGE_ACCESSED)130 #define pte_present(pte) (pte_val(pte) & (_PAGE_PRESENT | _PAGE_PROTNONE))
102 #define _PAGE_PROTNONE (1UL << _PAGE_BIT_PROTNONE) macro115 __pgprot(_PAGE_PROTNONE | _PAGE_ACCESSED)177 #define pte_present(x) (pte_val(x) & (_PAGE_PRESENT | _PAGE_PROTNONE))
58 #define _PAGE_PROTNONE (__IA64_UL(1) << 63) macro62 #define _PAGE_CHG_MASK (_PAGE_P | _PAGE_PROTNONE | _PAGE_PL_MASK | _PAGE_AR_MASK | _PAGE_ED)137 #define PAGE_NONE __pgprot(_PAGE_PROTNONE | _PAGE_A)265 #define pte_present(pte) (pte_val(pte) & (_PAGE_P | _PAGE_PROTNONE))
299 #define _PAGE_PROTNONE 0x000 /* If not present */ macro306 #define PAGE_NONE __pgprot(_PAGE_PROTNONE | _PAGE_ACCESSED)
139 #define _PAGE_PROTNONE 0x000 /* If not present */ macro