Home
last modified time | relevance | path

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

/linux/arch/um/include/asm/
H A Dpgtable.h21 #define _PAGE_PROTNONE 0x010 /* if the user mapped it with PROT_NONE; macro
63 #define PAGE_NONE __pgprot(_PAGE_PROTNONE | _PAGE_ACCESSED)
105 #define pte_present(x) pte_get_bits(x, (_PAGE_PRESENT | _PAGE_PROTNONE))
125 !(pte_get_bits(pte, _PAGE_PROTNONE))); in pte_read()
130 !(pte_get_bits(pte, _PAGE_PROTNONE))); in pte_exec()
136 !(pte_get_bits(pte, _PAGE_PROTNONE))); in pte_write()
/linux/arch/sh/include/asm/
H A Dpgtable_32.h51 #define _PAGE_PROTNONE 0x200 /* software: if not present */ macro
105 #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))
/linux/arch/loongarch/include/asm/
H A Dpgtable-bits.h58 #define _PAGE_PROTNONE 0 macro
61 #define _PAGE_PROTNONE (_ULCAST_(1) << _PAGE_PROTNONE_SHIFT) macro
112 #define PAGE_NONE __pgprot(_PAGE_PROTNONE | _PAGE_NO_READ | \
H A Dpgtable.h250 return !!(pmd_val(pmd) & (_PAGE_PRESENT | _PAGE_PROTNONE | _PAGE_PRESENT_INVALID)); in pmd_present()
359 #define pte_present(pte) (pte_val(pte) & (_PAGE_PRESENT | _PAGE_PROTNONE))
453 if ((pte_val(a) & _PAGE_PROTNONE) && in pte_accessible()
598 pmd_val(pmd) &= ~(_PAGE_PRESENT | _PAGE_VALID | _PAGE_DIRTY | _PAGE_PROTNONE); in pmd_mkinvalid()
623 return (pte_val(pte) & _PAGE_PROTNONE); in pte_protnone()
628 return (pmd_val(pmd) & _PAGE_PROTNONE); in pmd_protnone()
/linux/arch/m68k/include/asm/
H A Dmotorola_pgtable.h42 #define _PAGE_PROTNONE 0x004 macro
76 #define PAGE_NONE __pgprot(_PAGE_PROTNONE | _PAGE_ACCESSED | mm_cachebits)
106 #define pte_present(pte) (pte_val(pte) & (_PAGE_PRESENT | _PAGE_PROTNONE))
/linux/arch/loongarch/mm/
H A Dcache.c164 (_PAGE_PROTNONE ? : _PAGE_PRESENT)),
184 (_PAGE_PROTNONE ? : _PAGE_PRESENT)),
/linux/arch/x86/include/asm/
H A Dpgtable.h767 __pgprot(pmd_flags(pmd) & ~(_PAGE_PRESENT|_PAGE_PROTNONE))); in pmd_mkinvalid()
773 __pgprot(pud_flags(pud) & ~(_PAGE_PRESENT|_PAGE_PROTNONE))); in pud_mkinvalid()
968 return pte_flags(a) & (_PAGE_PRESENT | _PAGE_PROTNONE); in pte_present()
977 if ((pte_flags(a) & _PAGE_PROTNONE) && in pte_accessible()
992 return pmd_flags(pmd) & (_PAGE_PRESENT | _PAGE_PROTNONE | _PAGE_PSE); in pmd_present()
1002 return (pte_flags(pte) & (_PAGE_PROTNONE | _PAGE_PRESENT)) in pte_protnone()
1003 == _PAGE_PROTNONE; in pte_protnone()
1008 return (pmd_flags(pmd) & (_PAGE_PROTNONE | _PAGE_PRESENT)) in pmd_protnone()
1009 == _PAGE_PROTNONE; in pmd_protnone()
/linux/arch/m68k/mm/
H A Dmotorola.c401 #define PAGE_NONE_C __pgprot(_PAGE_PROTNONE | _PAGE_ACCESSED)