/Linux-v5.4/arch/arc/include/asm/ |
D | pgtable.h | 63 #define _PAGE_SPECIAL (1<<7) macro 75 #define _PAGE_SPECIAL (1<<6) macro 111 #define _PAGE_CHG_MASK (PAGE_MASK | _PAGE_ACCESSED | _PAGE_DIRTY | _PAGE_SPECIAL) 303 #define pte_special(pte) (pte_val(pte) & _PAGE_SPECIAL) 317 PTE_BIT_FUNC(mkspecial, |= (_PAGE_SPECIAL));
|
/Linux-v5.4/arch/powerpc/mm/ptdump/ |
D | shared.c | 59 .mask = _PAGE_SPECIAL, 60 .val = _PAGE_SPECIAL,
|
D | 8xx.c | 61 .mask = _PAGE_SPECIAL, 62 .val = _PAGE_SPECIAL,
|
D | book3s64.c | 99 .mask = _PAGE_SPECIAL, 100 .val = _PAGE_SPECIAL,
|
/Linux-v5.4/arch/sh/include/asm/ |
D | pgtable_64.h | 126 #define _PAGE_SPECIAL _PAGE_EXT(0x002) macro 171 _PAGE_SPECIAL) 260 static inline int pte_special(pte_t pte){ return pte_val(pte) & _PAGE_SPECIAL; } in pte_special() 269 static inline pte_t pte_mkspecial(pte_t pte) { set_pte(&pte, __pte(pte_val(pte) | _PAGE_SPECIAL)); … in pte_mkspecial()
|
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);
|
D | pgtable.h | 149 return (pte_val(pte) & (prot | _PAGE_SPECIAL)) == prot; in __pte_access_permitted()
|
/Linux-v5.4/arch/mips/include/asm/ |
D | pgtable-bits.h | 151 # define _PAGE_SPECIAL (1 << _PAGE_SPECIAL_SHIFT) macro 153 # define _PAGE_SPECIAL 0 macro
|
D | pgtable.h | 280 static inline int pte_special(pte_t pte) { return pte.pte_low & _PAGE_SPECIAL; } 344 pte.pte_low |= _PAGE_SPECIAL; 351 static inline int pte_special(pte_t pte) { return pte_val(pte) & _PAGE_SPECIAL; } 397 pte_val(pte) |= _PAGE_SPECIAL;
|
/Linux-v5.4/arch/powerpc/include/asm/book3s/32/ |
D | hash.h | 31 #define _PAGE_SPECIAL 0x800 /* software: Special page */ macro
|
D | pgtable.h | 49 _PAGE_ACCESSED | _PAGE_SPECIAL) 386 static inline int pte_special(pte_t pte) { return !!(pte_val(pte) & _PAGE_SPECIAL); } in pte_special() 495 return __pte(pte_val(pte) | _PAGE_SPECIAL); in pte_mkspecial()
|
/Linux-v5.4/arch/riscv/include/asm/ |
D | pgtable-bits.h | 27 #define _PAGE_SPECIAL _PAGE_SOFT macro
|
D | pgtable.h | 242 return pte_val(pte) & _PAGE_SPECIAL; in pte_special() 283 return __pte(pte_val(pte) | _PAGE_SPECIAL); in pte_mkspecial()
|
/Linux-v5.4/arch/sparc/include/asm/ |
D | pgtable_64.h | 116 #define _PAGE_SPECIAL _AC(0x0200000000000000,UL) /* Special page */ macro 327 _PAGE_SPECIAL | _PAGE_PMD_HUGE | _PAGE_SZALL_4U), in pte_modify() 330 _PAGE_SPECIAL | _PAGE_PMD_HUGE | _PAGE_SZALL_4V), in pte_modify() 333 _PAGE_SPECIAL | _PAGE_PMD_HUGE | _PAGE_SZALL_4V)); in pte_modify() 573 pte_val(pte) |= _PAGE_SPECIAL; in pte_mkspecial() 683 return pte_val(pte) & _PAGE_SPECIAL; in pte_special() 1118 return (pte_val(pte) & (prot | _PAGE_SPECIAL)) == prot; in pte_access_permitted()
|
/Linux-v5.4/arch/powerpc/include/asm/nohash/32/ |
D | pte-44x.h | 80 #define _PAGE_SPECIAL 0x00000020 /* S: Special page */ macro
|
D | pte-fsl-booke.h | 32 #define _PAGE_SPECIAL 0x00800 /* S: Special page */ macro
|
D | pte-40x.h | 46 #define _PAGE_SPECIAL 0x020 /* software: Special page */ macro
|
D | pte-8xx.h | 42 #define _PAGE_SPECIAL 0x0020 /* SW entry */ macro
|
D | pgtable.h | 159 #define _PAGE_CHG_MASK (PTE_RPN_MASK | _PAGE_DIRTY | _PAGE_ACCESSED | _PAGE_SPECIAL)
|
/Linux-v5.4/arch/powerpc/include/asm/nohash/ |
D | pgtable.h | 50 static inline int pte_special(pte_t pte) { return pte_val(pte) & _PAGE_SPECIAL; } in pte_special() 152 return __pte(pte_val(pte) | _PAGE_SPECIAL); in pte_mkspecial()
|
D | pte-book3e.h | 60 #define _PAGE_SPECIAL _PAGE_SW0 macro
|
/Linux-v5.4/arch/powerpc/include/asm/book3s/64/ |
D | pgtable.h | 91 #define _PAGE_SPECIAL _RPAGE_SW2 /* software: special page */ macro 125 _PAGE_ACCESSED | _PAGE_SPECIAL | _PAGE_PTE | \ 492 return !!(pte_raw(pte) & cpu_to_be64(_PAGE_SPECIAL)); in pte_special() 675 return __pte_raw(pte_raw(pte) | cpu_to_be64(_PAGE_SPECIAL)); in pte_mkspecial() 685 return __pte_raw(pte_raw(pte) | cpu_to_be64(_PAGE_SPECIAL | _PAGE_DEVMAP)); in pte_mkdevmap()
|
/Linux-v5.4/arch/x86/include/asm/ |
D | pgtable_types.h | 56 #define _PAGE_SPECIAL (_AT(pteval_t, 1) << _PAGE_BIT_SPECIAL) macro 125 _PAGE_SPECIAL | _PAGE_ACCESSED | _PAGE_DIRTY | \
|
D | pgtable.h | 204 return pte_flags(pte) & _PAGE_SPECIAL; in pte_special() 370 return pte_set_flags(pte, _PAGE_SPECIAL); in pte_mkspecial() 375 return pte_set_flags(pte, _PAGE_SPECIAL|_PAGE_DEVMAP); in pte_mkdevmap()
|
/Linux-v5.4/arch/s390/include/asm/ |
D | pgtable.h | 173 #define _PAGE_SPECIAL 0x040 /* SW associated with special page */ macro 183 #define _PAGE_CHG_MASK (PAGE_MASK | _PAGE_SPECIAL | _PAGE_DIRTY | \ 796 return (pte_val(pte) & _PAGE_SPECIAL); in pte_special() 982 pte_val(pte) |= _PAGE_SPECIAL; in pte_mkspecial()
|