Home
last modified time | relevance | path

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

/linux/arch/arc/include/asm/
A Dpgtable-bits-arcv2.h25 #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 Dshared.c64 .mask = _PAGE_SPECIAL,
65 .val = _PAGE_SPECIAL,
A D8xx.c71 .mask = _PAGE_SPECIAL,
72 .val = _PAGE_SPECIAL,
A Dbook3s64.c99 .mask = _PAGE_SPECIAL,
100 .val = _PAGE_SPECIAL,
/linux/arch/sh/include/asm/
A 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);
A Dpgtable.h139 return (pte_val(pte) & (prot | _PAGE_SPECIAL)) == prot; in __pte_access_permitted()
/linux/arch/mips/include/asm/
A Dpgtable-bits.h162 # define _PAGE_SPECIAL (1 << _PAGE_SPECIAL_SHIFT) macro
164 # define _PAGE_SPECIAL 0 macro
A Dpgtable.h271 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 Dpgtable.h32 #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 Dpgtable_64.h113 #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 Dpgtable-bits.h27 #define _PAGE_SPECIAL _PAGE_SOFT macro
A Dpgtable.h306 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 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()
A Dpte-book3e.h60 #define _PAGE_SPECIAL _PAGE_SW0 macro
/linux/arch/powerpc/include/asm/nohash/32/
A Dpte-40x.h46 #define _PAGE_SPECIAL 0x020 /* software: Special page */ macro
A Dpte-44x.h80 #define _PAGE_SPECIAL 0x00000020 /* S: Special page */ macro
A Dpte-fsl-booke.h32 #define _PAGE_SPECIAL 0x00800 /* S: Special page */ macro
A Dpte-8xx.h44 #define _PAGE_SPECIAL 0x0080 /* SW entry */ macro
A Dpgtable.h165 #define _PAGE_CHG_MASK (PTE_RPN_MASK | _PAGE_DIRTY | _PAGE_ACCESSED | _PAGE_SPECIAL)
/linux/arch/powerpc/include/asm/book3s/64/
A Dpgtable.h93 #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 Dpgtable_types.h55 #define _PAGE_SPECIAL (_AT(pteval_t, 1) << _PAGE_BIT_SPECIAL) macro
127 _PAGE_SPECIAL | _PAGE_ACCESSED | _PAGE_DIRTY | \
A Dpgtable.h176 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 Dpgtable.h175 #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 Dpgtable.h94 #define _PAGE_CHG_MASK (PTE_RPN_MASK | _PAGE_DIRTY | _PAGE_ACCESSED | _PAGE_SPECIAL)

Completed in 38 milliseconds