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
43 _PAGE_SPECIAL)
83 #define pte_special(pte) (pte_val(pte) & _PAGE_SPECIAL)
95 PTE_BIT_FUNC(mkspecial, |= (_PAGE_SPECIAL));
/linux/arch/mips/include/asm/
A Dpgtable-bits.h162 # define _PAGE_SPECIAL (1 << _PAGE_SPECIAL_SHIFT) macro
164 # define _PAGE_SPECIAL 0 macro
284 _CACHE_MASK | _PAGE_SPECIAL)
A Dpgtable.h264 return pte.pte_low & _PAGE_SPECIAL;
269 pte.pte_low |= _PAGE_SPECIAL;
275 return pte_val(pte) & _PAGE_SPECIAL;
280 pte_val(pte) |= _PAGE_SPECIAL;
/linux/arch/loongarch/include/asm/
A Dpgtable-bits.h38 #define _PAGE_SPECIAL (_ULCAST_(1) << _PAGE_SPECIAL_SHIFT) macro
79 #define _PAGE_CHG_MASK (_PAGE_MODIFIED | _PAGE_SPECIAL | _PAGE_DEVMAP | _PFN_MASK | _CACHE_MASK | _…
80 #define _HPAGE_CHG_MASK (_PAGE_MODIFIED | _PAGE_SPECIAL | _PAGE_DEVMAP | _PFN_MASK | _CACHE_MASK | …
A Dpgtable.h406 static inline int pte_special(pte_t pte) { return pte_val(pte) & _PAGE_SPECIAL; } in pte_special()
407 static inline pte_t pte_mkspecial(pte_t pte) { pte_val(pte) |= _PAGE_SPECIAL; return pte; } in pte_mkspecial()
/linux/arch/powerpc/mm/ptdump/
A Dshared.c64 .mask = _PAGE_SPECIAL,
65 .val = _PAGE_SPECIAL,
A D8xx.c66 .mask = _PAGE_SPECIAL,
67 .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)
342 #define pte_special(pte) ((pte).pte_low & _PAGE_SPECIAL)
373 PTE_BIT_FUNC(low, mkspecial, |= _PAGE_SPECIAL);
A Dpgtable.h123 return (pte_val(pte) & (prot | _PAGE_SPECIAL)) == prot; in __pte_access_permitted()
/linux/arch/powerpc/include/asm/book3s/32/
A Dpgtable.h32 #define _PAGE_SPECIAL 0x800 /* software: Special page */ macro
76 _PAGE_ACCESSED | _PAGE_SPECIAL)
396 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/powerpc/include/asm/nohash/
A Dpgtable.h20 #define _PAGE_CHG_MASK (PTE_RPN_MASK | _PAGE_DIRTY | _PAGE_ACCESSED | _PAGE_SPECIAL)
193 static inline int pte_special(pte_t pte) { return pte_val(pte) & _PAGE_SPECIAL; } in pte_special()
274 return __pte(pte_val(pte) | _PAGE_SPECIAL); in pte_mkspecial()
A Dpte-e500.h56 #define _PAGE_SPECIAL _PAGE_SW0 macro
/linux/arch/riscv/include/asm/
A Dpgtable-bits.h21 #define _PAGE_SPECIAL (1 << 8) /* RSW: 0x1 */ macro
A Dpgtable.h399 return pte_val(pte) & _PAGE_SPECIAL; in pte_special()
447 return __pte(pte_val(pte) | _PAGE_SPECIAL); in pte_mkspecial()
/linux/arch/parisc/include/asm/
A Dpgtable.h203 #define _PAGE_SPECIAL (1 << xlate_pabit(_PAGE_SPECIAL_BIT)) macro
206 #define _PAGE_CHG_MASK (PAGE_MASK | _PAGE_ACCESSED | _PAGE_DIRTY | _PAGE_SPECIAL)
318 static inline int pte_special(pte_t pte) { return pte_val(pte) & _PAGE_SPECIAL; } in pte_special()
326 static inline pte_t pte_mkspecial(pte_t pte) { pte_val(pte) |= _PAGE_SPECIAL; return pte; } in pte_mkspecial()
/linux/arch/sparc/include/asm/
A Dpgtable_64.h114 #define _PAGE_SPECIAL _AC(0x0200000000000000,UL) /* Special page */ macro
309 _PAGE_SPECIAL | _PAGE_PMD_HUGE | _PAGE_SZALL_4U), in pte_modify()
312 _PAGE_SPECIAL | _PAGE_PMD_HUGE | _PAGE_SZALL_4V), in pte_modify()
315 _PAGE_SPECIAL | _PAGE_PMD_HUGE | _PAGE_SZALL_4V)); in pte_modify()
606 pte_val(pte) |= _PAGE_SPECIAL; in pte_mkspecial()
680 return pte_val(pte) & _PAGE_SPECIAL; in pte_special()
1142 return (pte_val(pte) & (prot | _PAGE_SPECIAL)) == prot; in pte_access_permitted()
/linux/arch/powerpc/include/asm/nohash/32/
A Dpte-44x.h70 #define _PAGE_SPECIAL 0x00000020 /* S: Special page */ macro
A Dpte-85xx.h32 #define _PAGE_SPECIAL 0x00800 /* S: Special page */ macro
A Dpte-8xx.h44 #define _PAGE_SPECIAL 0x0080 /* SW entry */ macro
/linux/arch/x86/include/asm/
A Dpgtable.h254 return pte_flags(pte) & _PAGE_SPECIAL; in pte_special()
351 return pmd_flags(pmd) & _PAGE_SPECIAL; in pmd_special()
356 return pmd_set_flags(pmd, _PAGE_SPECIAL); in pmd_mkspecial()
363 return pud_flags(pud) & _PAGE_SPECIAL; in pud_special()
368 return pud_set_flags(pud, _PAGE_SPECIAL); in pud_mkspecial()
534 return pte_set_flags(pte, _PAGE_SPECIAL); in pte_mkspecial()
539 return pte_set_flags(pte, _PAGE_SPECIAL|_PAGE_DEVMAP); in pte_mkdevmap()
A Dpgtable_types.h63 #define _PAGE_SPECIAL (_AT(pteval_t, 1) << _PAGE_BIT_SPECIAL) macro
149 _PAGE_SPECIAL | _PAGE_ACCESSED | \
/linux/arch/powerpc/include/asm/book3s/64/
A Dpgtable.h90 #define _PAGE_SPECIAL _RPAGE_SW2 /* software: special page */ macro
125 _PAGE_ACCESSED | _PAGE_SPECIAL | _PAGE_PTE | \
458 return !!(pte_raw(pte) & cpu_to_be64(_PAGE_SPECIAL)); in pte_special()
604 return __pte_raw(pte_raw(pte) | cpu_to_be64(_PAGE_SPECIAL)); in pte_mkspecial()
614 return __pte_raw(pte_raw(pte) | cpu_to_be64(_PAGE_SPECIAL | _PAGE_DEVMAP)); in pte_mkdevmap()
/linux/arch/s390/include/asm/
A Dpgtable.h191 #define _PAGE_SPECIAL 0x040 /* SW associated with special page */ macro
205 #define _PAGE_CHG_MASK (PAGE_MASK | _PAGE_SPECIAL | _PAGE_DIRTY | \
857 return (pte_val(pte) & _PAGE_SPECIAL); in pte_special()
1096 return set_pte_bit(pte, __pgprot(_PAGE_SPECIAL)); in pte_mkspecial()

Completed in 64 milliseconds