/linux/arch/arc/include/asm/ |
A D | pgtable-bits-arcv2.h | 25 #define _PAGE_SPECIAL (1 << 6) macro 40 _PAGE_SPECIAL) 98 #define pte_special(pte) (pte_val(pte) & _PAGE_SPECIAL) 110 PTE_BIT_FUNC(mkspecial, |= (_PAGE_SPECIAL));
|
/linux/arch/powerpc/mm/ptdump/ |
A D | shared.c | 64 .mask = _PAGE_SPECIAL, 65 .val = _PAGE_SPECIAL,
|
A D | 8xx.c | 71 .mask = _PAGE_SPECIAL, 72 .val = _PAGE_SPECIAL,
|
A D | book3s64.c | 99 .mask = _PAGE_SPECIAL, 100 .val = _PAGE_SPECIAL,
|
/linux/arch/sh/include/asm/ |
A D | pgtable_32.h | 53 #define _PAGE_SPECIAL 0x800 /* software: special page */ macro 171 _PAGE_DIRTY | _PAGE_SPECIAL) 343 #define pte_special(pte) ((pte).pte_low & _PAGE_SPECIAL) 374 PTE_BIT_FUNC(low, mkspecial, |= _PAGE_SPECIAL);
|
A D | pgtable.h | 139 return (pte_val(pte) & (prot | _PAGE_SPECIAL)) == prot; in __pte_access_permitted()
|
/linux/arch/mips/include/asm/ |
A D | pgtable-bits.h | 162 # define _PAGE_SPECIAL (1 << _PAGE_SPECIAL_SHIFT) macro 164 # define _PAGE_SPECIAL 0 macro
|
A D | pgtable.h | 271 return pte.pte_low & _PAGE_SPECIAL; 276 pte.pte_low |= _PAGE_SPECIAL; 282 return pte_val(pte) & _PAGE_SPECIAL; 287 pte_val(pte) |= _PAGE_SPECIAL;
|
/linux/arch/powerpc/include/asm/book3s/32/ |
A D | pgtable.h | 32 #define _PAGE_SPECIAL 0x800 /* software: Special page */ macro 86 _PAGE_ACCESSED | _PAGE_SPECIAL) 394 static inline int pte_special(pte_t pte) { return !!(pte_val(pte) & _PAGE_SPECIAL); } in pte_special() 503 return __pte(pte_val(pte) | _PAGE_SPECIAL); in pte_mkspecial()
|
/linux/arch/sparc/include/asm/ |
A D | pgtable_64.h | 113 #define _PAGE_SPECIAL _AC(0x0200000000000000,UL) /* Special page */ macro 324 _PAGE_SPECIAL | _PAGE_PMD_HUGE | _PAGE_SZALL_4U), in pte_modify() 327 _PAGE_SPECIAL | _PAGE_PMD_HUGE | _PAGE_SZALL_4V), in pte_modify() 330 _PAGE_SPECIAL | _PAGE_PMD_HUGE | _PAGE_SZALL_4V)); in pte_modify() 569 pte_val(pte) |= _PAGE_SPECIAL; in pte_mkspecial() 679 return pte_val(pte) & _PAGE_SPECIAL; in pte_special() 1091 return (pte_val(pte) & (prot | _PAGE_SPECIAL)) == prot; in pte_access_permitted()
|
/linux/arch/riscv/include/asm/ |
A D | pgtable-bits.h | 27 #define _PAGE_SPECIAL _PAGE_SOFT macro
|
A D | pgtable.h | 306 return pte_val(pte) & _PAGE_SPECIAL; in pte_special() 347 return __pte(pte_val(pte) | _PAGE_SPECIAL); in pte_mkspecial()
|
/linux/arch/powerpc/include/asm/nohash/ |
A D | pgtable.h | 50 static inline int pte_special(pte_t pte) { return pte_val(pte) & _PAGE_SPECIAL; } in pte_special() 145 return __pte(pte_val(pte) | _PAGE_SPECIAL); in pte_mkspecial()
|
A D | pte-book3e.h | 60 #define _PAGE_SPECIAL _PAGE_SW0 macro
|
/linux/arch/powerpc/include/asm/nohash/32/ |
A D | pte-40x.h | 46 #define _PAGE_SPECIAL 0x020 /* software: Special page */ macro
|
A D | pte-44x.h | 80 #define _PAGE_SPECIAL 0x00000020 /* S: Special page */ macro
|
A D | pte-fsl-booke.h | 32 #define _PAGE_SPECIAL 0x00800 /* S: Special page */ macro
|
A D | pte-8xx.h | 44 #define _PAGE_SPECIAL 0x0080 /* SW entry */ macro
|
A D | pgtable.h | 165 #define _PAGE_CHG_MASK (PTE_RPN_MASK | _PAGE_DIRTY | _PAGE_ACCESSED | _PAGE_SPECIAL)
|
/linux/arch/powerpc/include/asm/book3s/64/ |
A D | pgtable.h | 93 #define _PAGE_SPECIAL _RPAGE_SW2 /* software: special page */ macro 128 _PAGE_ACCESSED | _PAGE_SPECIAL | _PAGE_PTE | \ 521 return !!(pte_raw(pte) & cpu_to_be64(_PAGE_SPECIAL)); in pte_special() 704 return __pte_raw(pte_raw(pte) | cpu_to_be64(_PAGE_SPECIAL)); in pte_mkspecial() 714 return __pte_raw(pte_raw(pte) | cpu_to_be64(_PAGE_SPECIAL | _PAGE_DEVMAP)); in pte_mkdevmap()
|
/linux/arch/x86/include/asm/ |
A D | pgtable_types.h | 55 #define _PAGE_SPECIAL (_AT(pteval_t, 1) << _PAGE_BIT_SPECIAL) macro 127 _PAGE_SPECIAL | _PAGE_ACCESSED | _PAGE_DIRTY | \
|
A D | pgtable.h | 176 return pte_flags(pte) & _PAGE_SPECIAL; in pte_special() 362 return pte_set_flags(pte, _PAGE_SPECIAL); in pte_mkspecial() 367 return pte_set_flags(pte, _PAGE_SPECIAL|_PAGE_DEVMAP); in pte_mkdevmap()
|
/linux/arch/s390/include/asm/ |
A D | pgtable.h | 175 #define _PAGE_SPECIAL 0x040 /* SW associated with special page */ macro 185 #define _PAGE_CHG_MASK (PAGE_MASK | _PAGE_SPECIAL | _PAGE_DIRTY | \ 777 return (pte_val(pte) & _PAGE_SPECIAL); in pte_special() 982 pte_val(pte) |= _PAGE_SPECIAL; in pte_mkspecial()
|
/linux/arch/powerpc/include/asm/nohash/64/ |
A D | pgtable.h | 94 #define _PAGE_CHG_MASK (PTE_RPN_MASK | _PAGE_DIRTY | _PAGE_ACCESSED | _PAGE_SPECIAL)
|