Home
last modified time | relevance | path

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

12

/Linux-v5.4/arch/arc/include/asm/
Dpgtable.h63 #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/
Dshared.c59 .mask = _PAGE_SPECIAL,
60 .val = _PAGE_SPECIAL,
D8xx.c61 .mask = _PAGE_SPECIAL,
62 .val = _PAGE_SPECIAL,
Dbook3s64.c99 .mask = _PAGE_SPECIAL,
100 .val = _PAGE_SPECIAL,
/Linux-v5.4/arch/sh/include/asm/
Dpgtable_64.h126 #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()
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.h149 return (pte_val(pte) & (prot | _PAGE_SPECIAL)) == prot; in __pte_access_permitted()
/Linux-v5.4/arch/mips/include/asm/
Dpgtable-bits.h151 # define _PAGE_SPECIAL (1 << _PAGE_SPECIAL_SHIFT) macro
153 # define _PAGE_SPECIAL 0 macro
Dpgtable.h280 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/
Dhash.h31 #define _PAGE_SPECIAL 0x800 /* software: Special page */ macro
Dpgtable.h49 _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/
Dpgtable-bits.h27 #define _PAGE_SPECIAL _PAGE_SOFT macro
Dpgtable.h242 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/
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()
1118 return (pte_val(pte) & (prot | _PAGE_SPECIAL)) == prot; in pte_access_permitted()
/Linux-v5.4/arch/powerpc/include/asm/nohash/32/
Dpte-44x.h80 #define _PAGE_SPECIAL 0x00000020 /* S: Special page */ macro
Dpte-fsl-booke.h32 #define _PAGE_SPECIAL 0x00800 /* S: Special page */ macro
Dpte-40x.h46 #define _PAGE_SPECIAL 0x020 /* software: Special page */ macro
Dpte-8xx.h42 #define _PAGE_SPECIAL 0x0020 /* SW entry */ macro
Dpgtable.h159 #define _PAGE_CHG_MASK (PTE_RPN_MASK | _PAGE_DIRTY | _PAGE_ACCESSED | _PAGE_SPECIAL)
/Linux-v5.4/arch/powerpc/include/asm/nohash/
Dpgtable.h50 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()
Dpte-book3e.h60 #define _PAGE_SPECIAL _PAGE_SW0 macro
/Linux-v5.4/arch/powerpc/include/asm/book3s/64/
Dpgtable.h91 #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/
Dpgtable_types.h56 #define _PAGE_SPECIAL (_AT(pteval_t, 1) << _PAGE_BIT_SPECIAL) macro
125 _PAGE_SPECIAL | _PAGE_ACCESSED | _PAGE_DIRTY | \
Dpgtable.h204 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/
Dpgtable.h173 #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()

12