Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/um/include/asm/
A Dpgtable.h21 #define _PAGE_PROTNONE 0x010 /* if the user mapped it with PROT_NONE; macro
61 #define PAGE_NONE __pgprot(_PAGE_PROTNONE | _PAGE_ACCESSED)
103 #define pte_present(x) pte_get_bits(x, (_PAGE_PRESENT | _PAGE_PROTNONE))
123 !(pte_get_bits(pte, _PAGE_PROTNONE))); in pte_read()
128 !(pte_get_bits(pte, _PAGE_PROTNONE))); in pte_exec()
134 !(pte_get_bits(pte, _PAGE_PROTNONE))); in pte_write()
/linux-6.3-rc2/arch/sh/include/asm/
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 | \
324 #define pte_present(x) ((x).pte_low & (_PAGE_PRESENT | _PAGE_PROTNONE))
/linux-6.3-rc2/arch/loongarch/include/asm/
A Dpgtable.h216 return !!(pmd_val(pmd) & (_PAGE_PRESENT | _PAGE_PROTNONE)); in pmd_present()
299 #define pte_present(pte) (pte_val(pte) & (_PAGE_PRESENT | _PAGE_PROTNONE))
426 if ((pte_val(a) & _PAGE_PROTNONE) && in pte_accessible()
561 pmd_val(pmd) &= ~(_PAGE_PRESENT | _PAGE_VALID | _PAGE_DIRTY | _PAGE_PROTNONE); in pmd_mkinvalid()
586 return (pte_val(pte) & _PAGE_PROTNONE); in pte_protnone()
591 return (pmd_val(pmd) & _PAGE_PROTNONE); in pmd_protnone()
A Dpgtable-bits.h34 #define _PAGE_PROTNONE (_ULCAST_(1) << _PAGE_PROTNONE_SHIFT) macro
78 #define PAGE_NONE __pgprot(_PAGE_PROTNONE | _PAGE_NO_READ | \
/linux-6.3-rc2/arch/m68k/include/asm/
A Dmotorola_pgtable.h42 #define _PAGE_PROTNONE 0x004 macro
76 #define PAGE_NONE __pgprot(_PAGE_PROTNONE | _PAGE_ACCESSED | mm_cachebits)
112 #define pte_present(pte) (pte_val(pte) & (_PAGE_PRESENT | _PAGE_PROTNONE))
/linux-6.3-rc2/arch/ia64/include/asm/
A Dpgtable.h59 #define _PAGE_PROTNONE (__IA64_UL(1) << 63) macro
66 #define _PAGE_CHG_MASK (_PAGE_P | _PAGE_PROTNONE | _PAGE_PL_MASK | _PAGE_AR_MASK | _PAGE_ED)
140 #define PAGE_NONE __pgprot(_PAGE_PROTNONE | _PAGE_A)
229 #define pte_present(pte) (pte_val(pte) & (_PAGE_P | _PAGE_PROTNONE))
/linux-6.3-rc2/arch/loongarch/mm/
A Dcache.c164 _PAGE_PROTNONE | _PAGE_NO_EXEC |
184 _PAGE_PROTNONE | _PAGE_NO_EXEC |
/linux-6.3-rc2/arch/x86/include/asm/
A Dpgtable.h621 __pgprot(pmd_flags(pmd) & ~(_PAGE_PRESENT|_PAGE_PROTNONE))); in pmd_mkinvalid()
753 return pte_flags(a) & (_PAGE_PRESENT | _PAGE_PROTNONE); in pte_present()
769 if ((pte_flags(a) & _PAGE_PROTNONE) && in pte_accessible()
784 return pmd_flags(pmd) & (_PAGE_PRESENT | _PAGE_PROTNONE | _PAGE_PSE); in pmd_present()
794 return (pte_flags(pte) & (_PAGE_PROTNONE | _PAGE_PRESENT)) in pte_protnone()
795 == _PAGE_PROTNONE; in pte_protnone()
800 return (pmd_flags(pmd) & (_PAGE_PROTNONE | _PAGE_PRESENT)) in pmd_protnone()
801 == _PAGE_PROTNONE; in pmd_protnone()
A Dpgtable_types.h120 #define _PAGE_PROTNONE (_AT(pteval_t, 1) << _PAGE_BIT_PROTNONE) macro
/linux-6.3-rc2/arch/m68k/mm/
A Dmotorola.c389 #define PAGE_NONE_C __pgprot(_PAGE_PROTNONE | _PAGE_ACCESSED)

Completed in 21 milliseconds