Home
last modified time | relevance | path

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

/linux-4.1.27/arch/sh/include/asm/
Dpgtable_64.h129 #define _PAGE_SPECIAL _PAGE_EXT(0x002) macro
174 _PAGE_SPECIAL)
263 static inline int pte_special(pte_t pte){ return pte_val(pte) & _PAGE_SPECIAL; } in pte_special()
272 static inline pte_t pte_mkspecial(pte_t pte) { set_pte(&pte, __pte(pte_val(pte) | _PAGE_SPECIAL)); … in pte_mkspecial()
Dpgtable_32.h52 #define _PAGE_SPECIAL 0x800 /* software: special page */ macro
170 _PAGE_DIRTY | _PAGE_SPECIAL)
342 #define pte_special(pte) ((pte).pte_low & _PAGE_SPECIAL)
373 PTE_BIT_FUNC(low, mkspecial, |= _PAGE_SPECIAL);
/linux-4.1.27/arch/powerpc/include/asm/
Dpte-hash64-4k.h9 #define _PAGE_SPECIAL 0x10000 /* software: special page */ macro
Dpte-44x.h79 #define _PAGE_SPECIAL 0x00000020 /* S: Special page */ macro
Dpte-fsl-booke.h31 #define _PAGE_SPECIAL 0x00800 /* S: Special page */ macro
Dpte-40x.h45 #define _PAGE_SPECIAL 0x020 /* software: Special page */ macro
Dpte-hash32.h29 #define _PAGE_SPECIAL 0x800 /* software: Special page */ macro
Dpte-8xx.h34 #define _PAGE_SPECIAL 0x0008 /* SW entry, forced to 0 by the TLB miss */ macro
Dpgtable.h37 static inline int pte_special(pte_t pte) { return pte_val(pte) & _PAGE_SPECIAL; } in pte_special()
96 pte_val(pte) |= _PAGE_SPECIAL; return pte; } in pte_mkspecial()
Dpte-book3e.h60 #define _PAGE_SPECIAL _PAGE_SW0 macro
Dpte-hash64-64k.h4 #define _PAGE_SPECIAL 0x00000400 /* software: special page */ macro
Dpte-common.h99 _PAGE_ACCESSED | _PAGE_SPECIAL)
Dpgtable-ppc64.h375 #define _PAGE_SPLITTING _PAGE_SPECIAL
/linux-4.1.27/arch/x86/mm/
Dgup.c92 if ((pte_flags(pte) & (mask | _PAGE_SPECIAL)) != mask) { in gup_pte_range()
131 VM_BUG_ON(pte_flags(pte) & _PAGE_SPECIAL); in gup_huge_pmd()
208 VM_BUG_ON(pte_flags(pte) & _PAGE_SPECIAL); in gup_huge_pud()
/linux-4.1.27/arch/sparc/include/asm/
Dpgtable_64.h113 #define _PAGE_SPECIAL _AC(0x0200000000000000,UL) /* Special page */ macro
325 _PAGE_SPECIAL | _PAGE_PMD_HUGE | _PAGE_SZALL_4U), in pte_modify()
328 _PAGE_SPECIAL | _PAGE_PMD_HUGE | _PAGE_SZALL_4V), in pte_modify()
331 _PAGE_SPECIAL | _PAGE_PMD_HUGE | _PAGE_SZALL_4V)); in pte_modify()
540 pte_val(pte) |= _PAGE_SPECIAL; in pte_mkspecial()
638 return pte_val(pte) & _PAGE_SPECIAL; in pte_special()
/linux-4.1.27/arch/x86/include/asm/
Dpgtable_types.h47 #define _PAGE_SPECIAL (_AT(pteval_t, 1) << _PAGE_BIT_SPECIAL) macro
101 _PAGE_SPECIAL | _PAGE_ACCESSED | _PAGE_DIRTY | \
Dpgtable.h135 return pte_flags(pte) & _PAGE_SPECIAL; in pte_special()
248 return pte_set_flags(pte, _PAGE_SPECIAL); in pte_mkspecial()
/linux-4.1.27/arch/powerpc/mm/
Dpgtable.c47 (_PAGE_PRESENT | _PAGE_SPECIAL | _PAGE_NO_CACHE | _PAGE_USER)) == in pte_looks_normal()
/linux-4.1.27/arch/sh/mm/
Dgup.c94 mask = result | _PAGE_SPECIAL; in gup_pte_range()
/linux-4.1.27/arch/s390/mm/
Dgup.c27 mask = (write ? _PAGE_PROTECT : 0) | _PAGE_INVALID | _PAGE_SPECIAL; in gup_pte_range()
/linux-4.1.27/arch/s390/include/asm/
Dpgtable.h192 #define _PAGE_SPECIAL 0x040 /* SW associated with special page */ macro
197 #define _PAGE_CHG_MASK (PAGE_MASK | _PAGE_SPECIAL | _PAGE_DIRTY | \
570 return (pte_val(pte) & _PAGE_SPECIAL); in pte_special()
902 pte_val(pte) |= _PAGE_SPECIAL; in pte_mkspecial()
/linux-4.1.27/arch/sparc/mm/
Dgup.c35 mask = result | _PAGE_SPECIAL; in gup_pte_range()