Home
last modified time | relevance | path

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

123

/kernel/linux/linux-6.6/arch/arc/include/asm/
H 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));
/kernel/linux/linux-5.10/arch/arc/include/asm/
H A Dpgtable.h62 #define _PAGE_SPECIAL (1<<7) macro
74 #define _PAGE_SPECIAL (1<<6) macro
111 _PAGE_SPECIAL)
284 #define pte_special(pte) (pte_val(pte) & _PAGE_SPECIAL)
298 PTE_BIT_FUNC(mkspecial, |= (_PAGE_SPECIAL));
/kernel/linux/linux-6.6/arch/mips/include/asm/
H A Dpgtable-bits.h162 # define _PAGE_SPECIAL (1 << _PAGE_SPECIAL_SHIFT) macro
164 # define _PAGE_SPECIAL 0 macro
284 _CACHE_MASK | _PAGE_SPECIAL)
/kernel/linux/linux-6.6/arch/loongarch/include/asm/
H A Dpgtable-bits.h37 #define _PAGE_SPECIAL (_ULCAST_(1) << _PAGE_SPECIAL_SHIFT) macro
77 #define _PAGE_CHG_MASK (_PAGE_MODIFIED | _PAGE_SPECIAL | _PFN_MASK | _CACHE_MASK | _PAGE_PLV)
78 #define _HPAGE_CHG_MASK (_PAGE_MODIFIED | _PAGE_SPECIAL | _PFN_MASK | _CACHE_MASK | _PAGE_PLV | _PAGE_HUGE)
/kernel/linux/linux-5.10/arch/powerpc/mm/ptdump/
H A D8xx.c71 .mask = _PAGE_SPECIAL,
72 .val = _PAGE_SPECIAL,
H A Dshared.c64 .mask = _PAGE_SPECIAL,
65 .val = _PAGE_SPECIAL,
H A Dbook3s64.c99 .mask = _PAGE_SPECIAL,
100 .val = _PAGE_SPECIAL,
/kernel/linux/linux-6.6/arch/powerpc/mm/ptdump/
H A D8xx.c71 .mask = _PAGE_SPECIAL,
72 .val = _PAGE_SPECIAL,
H A Dshared.c64 .mask = _PAGE_SPECIAL,
65 .val = _PAGE_SPECIAL,
H A Dbook3s64.c99 .mask = _PAGE_SPECIAL,
100 .val = _PAGE_SPECIAL,
/kernel/linux/linux-5.10/arch/loongarch/include/asm/
H A Dpgtable-bits.h36 #define _PAGE_SPECIAL (_ULCAST_(1) << _PAGE_SPECIAL_SHIFT) macro
73 #define _PAGE_CHG_MASK (_PAGE_MODIFIED | _PAGE_SPECIAL | _PFN_MASK | _CACHE_MASK | _PAGE_PLV)
74 #define _HPAGE_CHG_MASK (_PAGE_MODIFIED | _PAGE_SPECIAL | _PFN_MASK | _CACHE_MASK | _PAGE_PLV | _PAGE_HUGE)
/kernel/linux/linux-5.10/arch/mips/include/asm/
H A Dpgtable-bits.h162 # define _PAGE_SPECIAL (1 << _PAGE_SPECIAL_SHIFT) macro
164 # define _PAGE_SPECIAL 0 macro
/kernel/linux/linux-5.10/arch/riscv/include/asm/
H A Dpgtable-bits.h27 #define _PAGE_SPECIAL _PAGE_SOFT macro
/kernel/linux/linux-6.6/arch/riscv/include/asm/
H A Dpgtable-bits.h21 #define _PAGE_SPECIAL _PAGE_SOFT macro
/kernel/linux/linux-5.10/arch/sparc/include/asm/
H A 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()
/kernel/linux/linux-6.6/arch/sparc/include/asm/
H 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()
1137 return (pte_val(pte) & (prot | _PAGE_SPECIAL)) == prot; in pte_access_permitted()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/book3s/32/
H A Dhash.h31 #define _PAGE_SPECIAL 0x800 /* software: Special page */ macro
/kernel/linux/linux-5.10/arch/sh/include/asm/
H A Dpgtable_32.h24 * Bit 10 is used for _PAGE_ACCESSED, and bit 11 is used for _PAGE_SPECIAL.
53 #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);
/kernel/linux/linux-6.6/arch/powerpc/include/asm/book3s/32/
H 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()
513 return __pte(pte_val(pte) | _PAGE_SPECIAL); in pte_mkspecial()
/kernel/linux/linux-6.6/arch/parisc/include/asm/
H 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()
/kernel/linux/linux-6.6/arch/sh/include/asm/
H A Dpgtable_32.h24 * Bit 10 is used for _PAGE_ACCESSED, and bit 11 is used for _PAGE_SPECIAL.
53 #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);
/kernel/linux/linux-5.10/arch/powerpc/include/asm/nohash/
H A Dpgtable.h52 static inline int pte_special(pte_t pte) { return pte_val(pte) & _PAGE_SPECIAL; } in pte_special()
147 return __pte(pte_val(pte) | _PAGE_SPECIAL); in pte_mkspecial()
/kernel/linux/linux-6.6/arch/powerpc/include/asm/nohash/
H A Dpgtable.h32 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()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/nohash/32/
H A Dpte-40x.h46 #define _PAGE_SPECIAL 0x020 /* software: Special page */ macro
H A Dpte-44x.h80 #define _PAGE_SPECIAL 0x00000020 /* S: Special page */ macro

Completed in 14 milliseconds

123