Searched refs:_PAGE_SPECIAL (Results 1 – 20 of 20) sorted by relevance
133 #define _PAGE_SPECIAL _PAGE_EXT(0x002) macro178 _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()
55 #define _PAGE_SPECIAL 0x800 /* software: special page */ macro174 _PAGE_DIRTY | _PAGE_SPECIAL)347 #define pte_special(pte) ((pte).pte_low & _PAGE_SPECIAL)378 PTE_BIT_FUNC(low, mkspecial, |= _PAGE_SPECIAL);
9 #define _PAGE_SPECIAL 0x10000 /* software: special page */ macro
34 #define _PAGE_SPECIAL 0x00800 /* S: Special page */ macro
84 #define _PAGE_SPECIAL 0x00000020 /* S: Special page */ macro
46 #define _PAGE_SPECIAL 0x020 /* software: Special page */ macro
30 #define _PAGE_SPECIAL 0x800 /* software: Special page */ macro
35 #define _PAGE_SPECIAL 0x0008 /* SW entry, forced to 0 by the TLB miss */ macro
35 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()
61 #define _PAGE_SPECIAL _PAGE_SW0 macro
4 #define _PAGE_SPECIAL 0x00000400 /* software: special page */ macro
93 _PAGE_ACCESSED | _PAGE_SPECIAL)
86 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()
246 #define _PAGE_SPECIAL 0x004 /* SW associated with special page */ macro250 #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()
47 #define _PAGE_SPECIAL (_AT(pteval_t, 1) << _PAGE_BIT_SPECIAL) macro74 _PAGE_SPECIAL | _PAGE_ACCESSED | _PAGE_DIRTY)
132 return pte_flags(pte) & _PAGE_SPECIAL; in pte_special()241 return pte_set_flags(pte, _PAGE_SPECIAL); in pte_mkspecial()
43 mask = result | _PAGE_SPECIAL; in gup_pte_range()
153 (_PAGE_PRESENT | _PAGE_SPECIAL | _PAGE_NO_CACHE | _PAGE_USER)) == in pte_looks_normal()
27 mask = (write ? _PAGE_RO : 0) | _PAGE_INVALID | _PAGE_SPECIAL; in gup_pte_range()
94 mask = result | _PAGE_SPECIAL; in gup_pte_range()