| /linux/arch/arc/include/asm/ |
| H A D | pgtable-bits-arcv2.h | 25 #define _PAGE_SPECIAL (1 << 6) macro 43 _PAGE_SPECIAL) 83 #define pte_special(pte) (pte_val(pte) & _PAGE_SPECIAL) 95 PTE_BIT_FUNC(mkspecial, |= (_PAGE_SPECIAL));
|
| /linux/arch/loongarch/include/asm/ |
| H A D | pgtable-bits.h | 59 #define _PAGE_SPECIAL 0 macro 62 #define _PAGE_SPECIAL (_ULCAST_(1) << _PAGE_SPECIAL_SHIFT) macro 109 #define _PAGE_CHG_MASK (_PAGE_MODIFIED | _PAGE_SPECIAL | _PFN_MASK | _CACHE_MASK | _PAGE_PLV) 110 #define _HPAGE_CHG_MASK (_PAGE_MODIFIED | _PAGE_SPECIAL | _PFN_MASK | _CACHE_MASK | _PAGE_PLV | _PA…
|
| H A D | pgtable.h | 445 static inline int pte_special(pte_t pte) { return pte_val(pte) & _PAGE_SPECIAL; } in pte_special() 446 static inline pte_t pte_mkspecial(pte_t pte) { pte_val(pte) |= _PAGE_SPECIAL; return pte; } in pte_mkspecial()
|
| /linux/arch/mips/include/asm/ |
| H A D | pgtable-bits.h | 162 # define _PAGE_SPECIAL (1 << _PAGE_SPECIAL_SHIFT) macro 164 # define _PAGE_SPECIAL 0 macro 284 _CACHE_MASK | _PAGE_SPECIAL)
|
| /linux/arch/powerpc/mm/ptdump/ |
| H A D | 8xx.c | 66 .mask = _PAGE_SPECIAL, 67 .val = _PAGE_SPECIAL,
|
| H A D | shared.c | 64 .mask = _PAGE_SPECIAL, 65 .val = _PAGE_SPECIAL,
|
| H A D | book3s64.c | 99 .mask = _PAGE_SPECIAL, 100 .val = _PAGE_SPECIAL,
|
| /linux/arch/sh/include/asm/ |
| H A D | pgtable_32.h | 53 #define _PAGE_SPECIAL 0x800 /* software: special page */ macro 171 _PAGE_DIRTY | _PAGE_SPECIAL) 342 #define pte_special(pte) ((pte).pte_low & _PAGE_SPECIAL) 373 PTE_BIT_FUNC(low, mkspecial, |= _PAGE_SPECIAL);
|
| /linux/arch/powerpc/include/asm/book3s/32/ |
| H A D | pgtable.h | 32 #define _PAGE_SPECIAL 0x800 /* software: Special page */ macro 76 _PAGE_ACCESSED | _PAGE_SPECIAL) 397 static inline int pte_special(pte_t pte) { return !!(pte_val(pte) & _PAGE_SPECIAL); } in pte_special() 509 return __pte(pte_val(pte) | _PAGE_SPECIAL); in pte_mkspecial()
|
| /linux/arch/powerpc/include/asm/nohash/ |
| H A D | pgtable.h | 20 #define _PAGE_CHG_MASK (PTE_RPN_MASK | _PAGE_DIRTY | _PAGE_ACCESSED | _PAGE_SPECIAL) 199 static inline int pte_special(pte_t pte) { return pte_val(pte) & _PAGE_SPECIAL; } in pte_special() 285 return __pte(pte_val(pte) | _PAGE_SPECIAL); in pte_mkspecial()
|
| H A D | pte-e500.h | 56 #define _PAGE_SPECIAL _PAGE_SW0 macro
|
| /linux/arch/parisc/include/asm/ |
| H A D | pgtable.h | 203 #define _PAGE_SPECIAL (1 << xlate_pabit(_PAGE_SPECIAL_BIT)) macro 206 #define _PAGE_CHG_MASK (PAGE_MASK | _PAGE_ACCESSED | _PAGE_DIRTY | _PAGE_SPECIAL) 307 static inline int pte_special(pte_t pte) { return pte_val(pte) & _PAGE_SPECIAL; } in pte_special() 315 static inline pte_t pte_mkspecial(pte_t pte) { pte_val(pte) |= _PAGE_SPECIAL; return pte; } in pte_mkspecial()
|
| /linux/arch/powerpc/include/asm/nohash/32/ |
| H A D | pte-44x.h | 70 #define _PAGE_SPECIAL 0x00000020 /* S: Special page */ macro
|
| H A D | pte-8xx.h | 44 #define _PAGE_SPECIAL 0x0080 /* SW entry */ macro
|
| /linux/arch/riscv/include/asm/ |
| H A D | pgtable-bits.h | 21 #define _PAGE_SPECIAL (1 << 8) /* RSW: 0x1 */ macro
|
| H A D | pgtable.h | 392 return pte_val(pte) & _PAGE_SPECIAL; in pte_special() 477 return __pte(pte_val(pte) | _PAGE_SPECIAL); in pte_mkspecial()
|
| /linux/arch/x86/include/asm/ |
| H A D | pgtable.h | 247 return pte_flags(pte) & _PAGE_SPECIAL; in pte_special() 318 return pmd_flags(pmd) & _PAGE_SPECIAL; in pmd_special() 323 return pmd_set_flags(pmd, _PAGE_SPECIAL); in pmd_mkspecial() 330 return pud_flags(pud) & _PAGE_SPECIAL; in pud_special() 335 return pud_set_flags(pud, _PAGE_SPECIAL); in pud_mkspecial() 495 return pte_set_flags(pte, _PAGE_SPECIAL); in pte_mkspecial()
|
| /linux/arch/powerpc/include/asm/book3s/64/ |
| H A D | pgtable.h | 90 #define _PAGE_SPECIAL _RPAGE_SW2 /* software: special page */ macro 110 _PAGE_ACCESSED | H_PAGE_THP_HUGE | _PAGE_SPECIAL | \ 124 _PAGE_ACCESSED | _PAGE_SPECIAL | _PAGE_PTE | \ 467 return !!(pte_raw(pte) & cpu_to_be64(_PAGE_SPECIAL)); in pte_special() 618 return __pte_raw(pte_raw(pte) | cpu_to_be64(_PAGE_SPECIAL)); in pte_mkspecial()
|
| /linux/arch/s390/include/asm/ |
| H A D | pgtable.h | 195 #define _PAGE_SPECIAL 0x040 /* SW associated with special page */ macro 209 #define _PAGE_CHG_MASK (PAGE_MASK | _PAGE_SPECIAL | _PAGE_DIRTY | \ 836 return (pte_val(pte) & _PAGE_SPECIAL); in pte_special() 1081 return set_pte_bit(pte, __pgprot(_PAGE_SPECIAL)); in pte_mkspecial()
|