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; macro 60 #define PAGE_NONE __pgprot(_PAGE_PROTNONE | _PAGE_ACCESSED)96 #define pte_present(x) pte_get_bits(x, (_PAGE_PRESENT | _PAGE_PROTNONE))116 !(pte_get_bits(pte, _PAGE_PROTNONE))); in pte_none() 121 !(pte_get_bits(pte, _PAGE_PROTNONE)));127 !(pte_get_bits(pte, _PAGE_PROTNONE)));
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 | \323 #define pte_present(x) ((x).pte_low & (_PAGE_PRESENT | _PAGE_PROTNONE))
58 #define _PAGE_PROTNONE 0 macro61 #define _PAGE_PROTNONE (_ULCAST_(1) << _PAGE_PROTNONE_SHIFT) macro112 #define PAGE_NONE __pgprot(_PAGE_PROTNONE | _PAGE_NO_READ | \
242 return !!(pmd_val(pmd) & (_PAGE_PRESENT | _PAGE_PROTNONE | _PAGE_PRESENT_INVALID)); in pmd_bad() 307 * The zero'ed bits include _PAGE_PRESENT and _PAGE_PROTNONE.349 #define pte_present(pte) (pte_val(pte) & (_PAGE_PRESENT | _PAGE_PROTNONE))443 if ((pte_val(a) & _PAGE_PROTNONE) &&588 pmd_val(pmd) &= ~(_PAGE_PRESENT | _PAGE_VALID | _PAGE_DIRTY | _PAGE_PROTNONE); in pmd_modify() 613 return (pte_val(pte) & _PAGE_PROTNONE); in pmdp_huge_get_and_clear() 618 return (pmd_val(pmd) & _PAGE_PROTNONE);
42 #define _PAGE_PROTNONE 0x004 macro76 #define PAGE_NONE __pgprot(_PAGE_PROTNONE | _PAGE_ACCESSED | mm_cachebits)106 #define pte_present(pte) (pte_val(pte) & (_PAGE_PRESENT | _PAGE_PROTNONE))
164 (_PAGE_PROTNONE ? : _PAGE_PRESENT)),184 (_PAGE_PROTNONE ? : _PAGE_PRESENT)),
760 __pgprot(pmd_flags(pmd) & ~(_PAGE_PRESENT|_PAGE_PROTNONE))); in pfn_pud() 766 __pgprot(pud_flags(pud) & ~(_PAGE_PRESENT|_PAGE_PROTNONE))); in pmd_mkinvalid() 961 return pte_flags(a) & (_PAGE_PRESENT | _PAGE_PROTNONE); in pte_advance_pfn() 970 if ((pte_flags(a) & _PAGE_PROTNONE) && in pte_present() 985 return pmd_flags(pmd) & (_PAGE_PRESENT | _PAGE_PROTNONE | _PAGE_PSE); in pmd_present() 995 return (pte_flags(pte) & (_PAGE_PROTNONE | _PAGE_PRESENT))996 == _PAGE_PROTNONE;1001 return (pmd_flags(pmd) & (_PAGE_PROTNONE | _PAGE_PRESENT)) in pte_protnone() 1002 == _PAGE_PROTNONE; in pte_protnone()
141 #define _PAGE_PROTNONE (_AT(pteval_t, 1) << _PAGE_BIT_PROTNONE) macro
401 #define PAGE_NONE_C __pgprot(_PAGE_PROTNONE | _PAGE_ACCESSED)