Home
last modified time | relevance | path

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

/linux-2.6.39/arch/sh/include/asm/
Dpgtable_64.h133 #define _PAGE_SPECIAL _PAGE_EXT(0x002) macro
178 _PAGE_SPECIAL)
268 static inline int pte_special(pte_t pte){ return pte_val(pte) & _PAGE_SPECIAL; } in pte_special()
277 static inline pte_t pte_mkspecial(pte_t pte) { set_pte(&pte, __pte(pte_val(pte) | _PAGE_SPECIAL)); … in pte_mkspecial()
Dpgtable_32.h55 #define _PAGE_SPECIAL 0x800 /* software: special page */ macro
174 _PAGE_DIRTY | _PAGE_SPECIAL)
347 #define pte_special(pte) ((pte).pte_low & _PAGE_SPECIAL)
378 PTE_BIT_FUNC(low, mkspecial, |= _PAGE_SPECIAL);
/linux-2.6.39/arch/powerpc/include/asm/
Dpte-hash64-4k.h9 #define _PAGE_SPECIAL 0x10000 /* software: special page */ macro
Dpte-fsl-booke.h34 #define _PAGE_SPECIAL 0x00800 /* S: Special page */ macro
Dpte-44x.h84 #define _PAGE_SPECIAL 0x00000020 /* S: Special page */ macro
Dpte-40x.h46 #define _PAGE_SPECIAL 0x020 /* software: Special page */ macro
Dpte-hash32.h30 #define _PAGE_SPECIAL 0x800 /* software: Special page */ macro
Dpte-8xx.h35 #define _PAGE_SPECIAL 0x0008 /* SW entry, forced to 0 by the TLB miss */ macro
Dpgtable.h35 static inline int pte_special(pte_t pte) { return pte_val(pte) & _PAGE_SPECIAL; } in pte_special()
70 pte_val(pte) |= _PAGE_SPECIAL; return pte; } in pte_mkspecial()
Dpte-book3e.h61 #define _PAGE_SPECIAL _PAGE_SW0 macro
Dpte-hash64-64k.h4 #define _PAGE_SPECIAL 0x00000400 /* software: special page */ macro
Dpte-common.h93 _PAGE_ACCESSED | _PAGE_SPECIAL)
/linux-2.6.39/arch/x86/mm/
Dgup.c86 if ((pte_flags(pte) & (mask | _PAGE_SPECIAL)) != mask) { in gup_pte_range()
135 VM_BUG_ON(pte_flags(pte) & _PAGE_SPECIAL); in gup_huge_pmd()
205 VM_BUG_ON(pte_flags(pte) & _PAGE_SPECIAL); in gup_huge_pud()
/linux-2.6.39/arch/s390/include/asm/
Dpgtable.h246 #define _PAGE_SPECIAL 0x004 /* SW associated with special page */ macro
250 #define _PAGE_CHG_MASK (PAGE_MASK | _PAGE_SPECIAL)
567 return (pte_val(pte) & _PAGE_SPECIAL); in pte_special()
771 pte_val(pte) |= _PAGE_SPECIAL; in pte_mkspecial()
/linux-2.6.39/arch/x86/include/asm/
Dpgtable_types.h47 #define _PAGE_SPECIAL (_AT(pteval_t, 1) << _PAGE_BIT_SPECIAL) macro
74 _PAGE_SPECIAL | _PAGE_ACCESSED | _PAGE_DIRTY)
Dpgtable.h132 return pte_flags(pte) & _PAGE_SPECIAL; in pte_special()
241 return pte_set_flags(pte, _PAGE_SPECIAL); in pte_mkspecial()
/linux-2.6.39/arch/powerpc/mm/
Dgup.c43 mask = result | _PAGE_SPECIAL; in gup_pte_range()
Dpgtable.c153 (_PAGE_PRESENT | _PAGE_SPECIAL | _PAGE_NO_CACHE | _PAGE_USER)) == in pte_looks_normal()
/linux-2.6.39/arch/s390/mm/
Dgup.c27 mask = (write ? _PAGE_RO : 0) | _PAGE_INVALID | _PAGE_SPECIAL; in gup_pte_range()
/linux-2.6.39/arch/sh/mm/
Dgup.c94 mask = result | _PAGE_SPECIAL; in gup_pte_range()