Home
last modified time | relevance | path

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

12

/linux-6.3-rc2/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-6.3-rc2/arch/loongarch/include/asm/
A Dpgtable-bits.h35 #define _PAGE_SPECIAL (_ULCAST_(1) << _PAGE_SPECIAL_SHIFT) macro
75 #define _PAGE_CHG_MASK (_PAGE_MODIFIED | _PAGE_SPECIAL | _PFN_MASK | _CACHE_MASK | _PAGE_PLV)
76 #define _HPAGE_CHG_MASK (_PAGE_MODIFIED | _PAGE_SPECIAL | _PFN_MASK | _CACHE_MASK | _PAGE_PLV | _PA…
A Dpgtable.h416 static inline int pte_special(pte_t pte) { return pte_val(pte) & _PAGE_SPECIAL; } in pte_special()
417 static inline pte_t pte_mkspecial(pte_t pte) { pte_val(pte) |= _PAGE_SPECIAL; return pte; } in pte_mkspecial()
/linux-6.3-rc2/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-6.3-rc2/arch/mips/include/asm/
A Dpgtable-bits.h162 # define _PAGE_SPECIAL (1 << _PAGE_SPECIAL_SHIFT) macro
164 # define _PAGE_SPECIAL 0 macro
A Dpgtable.h254 return pte.pte_low & _PAGE_SPECIAL;
259 pte.pte_low |= _PAGE_SPECIAL;
265 return pte_val(pte) & _PAGE_SPECIAL;
270 pte_val(pte) |= _PAGE_SPECIAL;
/linux-6.3-rc2/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.h120 return (pte_val(pte) & (prot | _PAGE_SPECIAL)) == prot; in __pte_access_permitted()
/linux-6.3-rc2/arch/powerpc/include/asm/book3s/32/
A Dpgtable.h32 #define _PAGE_SPECIAL 0x800 /* software: Special page */ macro
89 _PAGE_ACCESSED | _PAGE_SPECIAL)
409 static inline int pte_special(pte_t pte) { return !!(pte_val(pte) & _PAGE_SPECIAL); } in pte_special()
518 return __pte(pte_val(pte) | _PAGE_SPECIAL); in pte_mkspecial()
/linux-6.3-rc2/arch/parisc/include/asm/
A Dpgtable.h212 #define _PAGE_SPECIAL (1 << xlate_pabit(_PAGE_SPECIAL_BIT)) macro
215 #define _PAGE_CHG_MASK (PAGE_MASK | _PAGE_ACCESSED | _PAGE_DIRTY | _PAGE_SPECIAL)
327 static inline int pte_special(pte_t pte) { return pte_val(pte) & _PAGE_SPECIAL; } in pte_special()
335 static inline pte_t pte_mkspecial(pte_t pte) { pte_val(pte) |= _PAGE_SPECIAL; return pte; } in pte_mkspecial()
/linux-6.3-rc2/arch/riscv/include/asm/
A Dpgtable-bits.h21 #define _PAGE_SPECIAL _PAGE_SOFT macro
A Dpgtable.h329 return pte_val(pte) & _PAGE_SPECIAL; in pte_special()
370 return __pte(pte_val(pte) | _PAGE_SPECIAL); in pte_mkspecial()
/linux-6.3-rc2/arch/sparc/include/asm/
A Dpgtable_64.h113 #define _PAGE_SPECIAL _AC(0x0200000000000000,UL) /* Special page */ macro
308 _PAGE_SPECIAL | _PAGE_PMD_HUGE | _PAGE_SZALL_4U), in pte_modify()
311 _PAGE_SPECIAL | _PAGE_PMD_HUGE | _PAGE_SZALL_4V), in pte_modify()
314 _PAGE_SPECIAL | _PAGE_PMD_HUGE | _PAGE_SZALL_4V)); in pte_modify()
553 pte_val(pte) |= _PAGE_SPECIAL; in pte_mkspecial()
663 return pte_val(pte) & _PAGE_SPECIAL; in pte_special()
1104 return (pte_val(pte) & (prot | _PAGE_SPECIAL)) == prot; in pte_access_permitted()
/linux-6.3-rc2/arch/powerpc/include/asm/nohash/32/
A Dpte-40x.h46 #define _PAGE_SPECIAL 0x020 /* software: Special page */ macro
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
A Dpgtable.h166 #define _PAGE_CHG_MASK (PTE_RPN_MASK | _PAGE_DIRTY | _PAGE_ACCESSED | _PAGE_SPECIAL)
/linux-6.3-rc2/arch/powerpc/include/asm/nohash/
A Dpgtable.h30 static inline int pte_special(pte_t pte) { return pte_val(pte) & _PAGE_SPECIAL; } in pte_special()
125 return __pte(pte_val(pte) | _PAGE_SPECIAL); in pte_mkspecial()
A Dpte-e500.h59 #define _PAGE_SPECIAL _PAGE_SW0 macro
/linux-6.3-rc2/arch/powerpc/include/asm/book3s/64/
A Dpgtable.h92 #define _PAGE_SPECIAL _RPAGE_SW2 /* software: special page */ macro
126 _PAGE_ACCESSED | _PAGE_SPECIAL | _PAGE_PTE | \
472 return !!(pte_raw(pte) & cpu_to_be64(_PAGE_SPECIAL)); in pte_special()
623 return __pte_raw(pte_raw(pte) | cpu_to_be64(_PAGE_SPECIAL)); in pte_mkspecial()
633 return __pte_raw(pte_raw(pte) | cpu_to_be64(_PAGE_SPECIAL | _PAGE_DEVMAP)); in pte_mkdevmap()
/linux-6.3-rc2/arch/x86/include/asm/
A Dpgtable_types.h55 #define _PAGE_SPECIAL (_AT(pteval_t, 1) << _PAGE_BIT_SPECIAL) macro
129 _PAGE_SPECIAL | _PAGE_ACCESSED | _PAGE_DIRTY | \
/linux-6.3-rc2/arch/powerpc/include/asm/nohash/64/
A Dpgtable.h81 #define _PAGE_CHG_MASK (PTE_RPN_MASK | _PAGE_DIRTY | _PAGE_ACCESSED | _PAGE_SPECIAL)

Completed in 36 milliseconds

12