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

/linux-master/arch/um/include/asm/
H 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)));
128 !(pte_get_bits(pte, _PAGE_PROTNONE)));
134 !(pte_get_bits(pte, _PAGE_PROTNONE)));
/linux-master/arch/loongarch/include/asm/
H A Dpgtable-bits.h36 #define _PAGE_PROTNONE (_ULCAST_(1) << _PAGE_PROTNONE_SHIFT) macro
80 #define PAGE_NONE __pgprot(_PAGE_PROTNONE | _PAGE_NO_READ | \
H A Dpgtable.h229 return !!(pmd_val(pmd) & (_PAGE_PRESENT | _PAGE_PROTNONE | _PAGE_PRESENT_INVALID));
279 * The zero'ed bits include _PAGE_PRESENT and _PAGE_PROTNONE.
312 #define pte_present(pte) (pte_val(pte) & (_PAGE_PRESENT | _PAGE_PROTNONE))
433 if ((pte_val(a) & _PAGE_PROTNONE) &&
579 pmd_val(pmd) &= ~(_PAGE_PRESENT | _PAGE_VALID | _PAGE_DIRTY | _PAGE_PROTNONE);
604 return (pte_val(pte) & _PAGE_PROTNONE);
609 return (pmd_val(pmd) & _PAGE_PROTNONE);
/linux-master/arch/sh/include/asm/
H A Dpgtable_32.h21 * - Bit 9 is reserved by everyone and used by _PAGE_PROTNONE.
51 #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))
430 * _PAGE_PROTNONE at bit 9
/linux-master/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)
112 #define pte_present(pte) (pte_val(pte) & (_PAGE_PRESENT | _PAGE_PROTNONE))
/linux-master/arch/loongarch/mm/
H A Dcache.c163 _PAGE_PROTNONE | _PAGE_NO_EXEC |
183 _PAGE_PROTNONE | _PAGE_NO_EXEC |
/linux-master/arch/x86/include/asm/
H A Dpgtable.h790 __pgprot(pmd_flags(pmd) & ~(_PAGE_PRESENT|_PAGE_PROTNONE)));
968 return pte_flags(a) & (_PAGE_PRESENT | _PAGE_PROTNONE);
984 if ((pte_flags(a) & _PAGE_PROTNONE) &&
999 return pmd_flags(pmd) & (_PAGE_PRESENT | _PAGE_PROTNONE | _PAGE_PSE);
1009 return (pte_flags(pte) & (_PAGE_PROTNONE | _PAGE_PRESENT))
1010 == _PAGE_PROTNONE;
1015 return (pmd_flags(pmd) & (_PAGE_PROTNONE | _PAGE_PRESENT))
1016 == _PAGE_PROTNONE;
H A Dpgtable_types.h140 #define _PAGE_PROTNONE (_AT(pteval_t, 1) << _PAGE_BIT_PROTNONE) macro
/linux-master/arch/m68k/mm/
H A Dmotorola.c389 #define PAGE_NONE_C __pgprot(_PAGE_PROTNONE | _PAGE_ACCESSED)

Completed in 141 milliseconds