Searched refs:_PAGE_PROTNONE (Results 1 – 10 of 10) sorted by relevance
21 #define _PAGE_PROTNONE 0x010 /* if the user mapped it with PROT_NONE; macro58 #define PAGE_NONE __pgprot(_PAGE_PROTNONE | _PAGE_ACCESSED)100 #define pte_present(x) pte_get_bits(x, (_PAGE_PRESENT | _PAGE_PROTNONE))120 !(pte_get_bits(pte, _PAGE_PROTNONE))); in pte_read()125 !(pte_get_bits(pte, _PAGE_PROTNONE))); in pte_exec()131 !(pte_get_bits(pte, _PAGE_PROTNONE))); in pte_write()
51 #define _PAGE_PROTNONE 0x200 /* software: if not present */ macro105 #define _PAGE_CLEAR_FLAGS (_PAGE_PROTNONE | _PAGE_ACCESSED| \109 #define _PAGE_CLEAR_FLAGS (_PAGE_PROTNONE | _PAGE_ACCESSED | \112 #define _PAGE_CLEAR_FLAGS (_PAGE_PROTNONE | _PAGE_ACCESSED)176 #define PAGE_NONE __pgprot(_PAGE_PROTNONE | _PAGE_CACHABLE | \239 #define PAGE_NONE __pgprot(_PAGE_PROTNONE | _PAGE_CACHABLE | \324 #define pte_present(x) ((x).pte_low & (_PAGE_PRESENT | _PAGE_PROTNONE))
211 return !!(pmd_val(pmd) & (_PAGE_PRESENT | _PAGE_PROTNONE)); in pmd_present()264 #define pte_present(pte) (pte_val(pte) & (_PAGE_PRESENT | _PAGE_PROTNONE))391 if ((pte_val(a) & _PAGE_PROTNONE) && in pte_accessible()528 pmd_val(pmd) &= ~(_PAGE_PRESENT | _PAGE_VALID | _PAGE_DIRTY | _PAGE_PROTNONE); in pmd_mkinvalid()553 return (pte_val(pte) & _PAGE_PROTNONE); in pte_protnone()558 return (pmd_val(pmd) & _PAGE_PROTNONE); in pmd_protnone()
33 #define _PAGE_PROTNONE (_ULCAST_(1) << _PAGE_PROTNONE_SHIFT) macro74 #define PAGE_NONE __pgprot(_PAGE_PROTNONE | _PAGE_NO_READ | \
42 #define _PAGE_PROTNONE 0x004 macro73 #define PAGE_NONE __pgprot(_PAGE_PROTNONE | _PAGE_ACCESSED | mm_cachebits)109 #define pte_present(pte) (pte_val(pte) & (_PAGE_PRESENT | _PAGE_PROTNONE))
59 #define _PAGE_PROTNONE (__IA64_UL(1) << 63) macro63 #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)242 #define pte_present(pte) (pte_val(pte) & (_PAGE_P | _PAGE_PROTNONE))
164 _PAGE_PROTNONE | _PAGE_NO_EXEC |184 _PAGE_PROTNONE | _PAGE_NO_EXEC |
605 __pgprot(pmd_flags(pmd) & ~(_PAGE_PRESENT|_PAGE_PROTNONE))); in pmd_mkinvalid()737 return pte_flags(a) & (_PAGE_PRESENT | _PAGE_PROTNONE); in pte_present()753 if ((pte_flags(a) & _PAGE_PROTNONE) && in pte_accessible()768 return pmd_flags(pmd) & (_PAGE_PRESENT | _PAGE_PROTNONE | _PAGE_PSE); in pmd_present()778 return (pte_flags(pte) & (_PAGE_PROTNONE | _PAGE_PRESENT)) in pte_protnone()779 == _PAGE_PROTNONE; in pte_protnone()784 return (pmd_flags(pmd) & (_PAGE_PROTNONE | _PAGE_PRESENT)) in pmd_protnone()785 == _PAGE_PROTNONE; in pmd_protnone()
120 #define _PAGE_PROTNONE (_AT(pteval_t, 1) << _PAGE_BIT_PROTNONE) macro
389 #define PAGE_NONE_C __pgprot(_PAGE_PROTNONE | _PAGE_ACCESSED)