Home
last modified time | relevance | path

Searched refs:_PAGE_SPECIAL (Results 1 – 25 of 25) sorted by relevance

/Linux-v5.10/arch/arc/include/asm/
Dpgtable.h62 #define _PAGE_SPECIAL (1<<7) macro
74 #define _PAGE_SPECIAL (1<<6) macro
110 #define _PAGE_CHG_MASK (PAGE_MASK | _PAGE_ACCESSED | _PAGE_DIRTY | _PAGE_SPECIAL)
290 #define pte_special(pte) (pte_val(pte) & _PAGE_SPECIAL)
304 PTE_BIT_FUNC(mkspecial, |= (_PAGE_SPECIAL));
/Linux-v5.10/arch/powerpc/mm/ptdump/
Dshared.c64 .mask = _PAGE_SPECIAL,
65 .val = _PAGE_SPECIAL,
D8xx.c71 .mask = _PAGE_SPECIAL,
72 .val = _PAGE_SPECIAL,
Dbook3s64.c99 .mask = _PAGE_SPECIAL,
100 .val = _PAGE_SPECIAL,
/Linux-v5.10/arch/mips/include/asm/
Dpgtable-bits.h162 # define _PAGE_SPECIAL (1 << _PAGE_SPECIAL_SHIFT) macro
164 # define _PAGE_SPECIAL 0 macro
Dpgtable.h278 return pte.pte_low & _PAGE_SPECIAL;
283 pte.pte_low |= _PAGE_SPECIAL;
289 return pte_val(pte) & _PAGE_SPECIAL;
294 pte_val(pte) |= _PAGE_SPECIAL;
/Linux-v5.10/arch/sh/include/asm/
Dpgtable_32.h53 #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);
Dpgtable.h141 return (pte_val(pte) & (prot | _PAGE_SPECIAL)) == prot; in __pte_access_permitted()
/Linux-v5.10/arch/sparc/include/asm/
Dpgtable_64.h116 #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()
1095 return (pte_val(pte) & (prot | _PAGE_SPECIAL)) == prot; in pte_access_permitted()
/Linux-v5.10/arch/powerpc/include/asm/book3s/32/
Dhash.h31 #define _PAGE_SPECIAL 0x800 /* software: Special page */ macro
Dpgtable.h50 _PAGE_ACCESSED | _PAGE_SPECIAL)
355 static inline int pte_special(pte_t pte) { return !!(pte_val(pte) & _PAGE_SPECIAL); } in pte_special()
464 return __pte(pte_val(pte) | _PAGE_SPECIAL); in pte_mkspecial()
/Linux-v5.10/arch/riscv/include/asm/
Dpgtable-bits.h27 #define _PAGE_SPECIAL _PAGE_SOFT macro
Dpgtable.h244 return pte_val(pte) & _PAGE_SPECIAL; in pte_special()
285 return __pte(pte_val(pte) | _PAGE_SPECIAL); in pte_mkspecial()
/Linux-v5.10/arch/powerpc/include/asm/nohash/32/
Dpte-40x.h46 #define _PAGE_SPECIAL 0x020 /* software: Special page */ macro
Dpte-44x.h80 #define _PAGE_SPECIAL 0x00000020 /* S: Special page */ macro
Dpte-fsl-booke.h32 #define _PAGE_SPECIAL 0x00800 /* S: Special page */ macro
Dpte-8xx.h44 #define _PAGE_SPECIAL 0x0080 /* SW entry */ macro
Dpgtable.h166 #define _PAGE_CHG_MASK (PTE_RPN_MASK | _PAGE_DIRTY | _PAGE_ACCESSED | _PAGE_SPECIAL)
/Linux-v5.10/arch/powerpc/include/asm/nohash/
Dpgtable.h50 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()
Dpte-book3e.h60 #define _PAGE_SPECIAL _PAGE_SW0 macro
/Linux-v5.10/arch/powerpc/include/asm/book3s/64/
Dpgtable.h92 #define _PAGE_SPECIAL _RPAGE_SW2 /* software: special page */ macro
126 _PAGE_ACCESSED | _PAGE_SPECIAL | _PAGE_PTE | \
498 return !!(pte_raw(pte) & cpu_to_be64(_PAGE_SPECIAL)); in pte_special()
681 return __pte_raw(pte_raw(pte) | cpu_to_be64(_PAGE_SPECIAL)); in pte_mkspecial()
691 return __pte_raw(pte_raw(pte) | cpu_to_be64(_PAGE_SPECIAL | _PAGE_DEVMAP)); in pte_mkdevmap()
/Linux-v5.10/arch/x86/include/asm/
Dpgtable_types.h57 #define _PAGE_SPECIAL (_AT(pteval_t, 1) << _PAGE_BIT_SPECIAL) macro
129 _PAGE_SPECIAL | _PAGE_ACCESSED | _PAGE_DIRTY | \
Dpgtable.h205 return pte_flags(pte) & _PAGE_SPECIAL; in pte_special()
391 return pte_set_flags(pte, _PAGE_SPECIAL); in pte_mkspecial()
396 return pte_set_flags(pte, _PAGE_SPECIAL|_PAGE_DEVMAP); in pte_mkdevmap()
/Linux-v5.10/arch/s390/include/asm/
Dpgtable.h175 #define _PAGE_SPECIAL 0x040 /* SW associated with special page */ macro
185 #define _PAGE_CHG_MASK (PAGE_MASK | _PAGE_SPECIAL | _PAGE_DIRTY | \
783 return (pte_val(pte) & _PAGE_SPECIAL); in pte_special()
969 pte_val(pte) |= _PAGE_SPECIAL; in pte_mkspecial()
/Linux-v5.10/arch/powerpc/include/asm/nohash/64/
Dpgtable.h93 #define _PAGE_CHG_MASK (PTE_RPN_MASK | _PAGE_DIRTY | _PAGE_ACCESSED | _PAGE_SPECIAL)