Home
last modified time | relevance | path

Searched refs:_PAGE_PROTNONE (Results 1 – 9 of 9) sorted by relevance

/arch/um/include/asm/
Dpgtable.h21 #define _PAGE_PROTNONE 0x010 /* if the user mapped it with PROT_NONE; macro
60 #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()
/arch/sh/include/asm/
Dpgtable_32.h50 #define _PAGE_PROTNONE 0x200 /* software: if not present */ macro
104 #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))
/arch/m68k/include/asm/
Dmotorola_pgtable.h30 #define _PAGE_PROTNONE 0x004 macro
61 #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))
/arch/x86/include/asm/
Dpgtable.h397 __pgprot(pmd_flags(pmd) & ~(_PAGE_PRESENT|_PAGE_PROTNONE))); in pmd_mknotpresent()
520 return pte_flags(a) & (_PAGE_PRESENT | _PAGE_PROTNONE); in pte_present()
529 if ((pte_flags(a) & _PAGE_PROTNONE) && in pte_accessible()
549 return pmd_flags(pmd) & (_PAGE_PRESENT | _PAGE_PROTNONE | _PAGE_PSE); in pmd_present()
559 return (pte_flags(pte) & (_PAGE_PROTNONE | _PAGE_PRESENT)) in pte_protnone()
560 == _PAGE_PROTNONE; in pte_protnone()
565 return (pmd_flags(pmd) & (_PAGE_PROTNONE | _PAGE_PRESENT)) in pmd_protnone()
566 == _PAGE_PROTNONE; in pmd_protnone()
Dpgtable_types.h92 #define _PAGE_PROTNONE (_AT(pteval_t, 1) << _PAGE_BIT_PROTNONE) macro
155 #define PAGE_NONE __pgprot(_PAGE_PROTNONE | _PAGE_ACCESSED)
/arch/m32r/include/asm/
Dpgtable.h102 #define _PAGE_PROTNONE (1UL << _PAGE_BIT_PROTNONE) macro
115 __pgprot(_PAGE_PROTNONE | _PAGE_ACCESSED)
177 #define pte_present(x) (pte_val(x) & (_PAGE_PRESENT | _PAGE_PROTNONE))
/arch/ia64/include/asm/
Dpgtable.h58 #define _PAGE_PROTNONE (__IA64_UL(1) << 63) macro
62 #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))
/arch/frv/include/asm/
Dpgtable.h299 #define _PAGE_PROTNONE 0x000 /* If not present */ macro
306 #define PAGE_NONE __pgprot(_PAGE_PROTNONE | _PAGE_ACCESSED)
/arch/mn10300/include/asm/
Dpgtable.h139 #define _PAGE_PROTNONE 0x000 /* If not present */ macro