Searched refs:_PAGE_SWP_EXCLUSIVE (Results 1 – 4 of 4) sorted by relevance
214 #define _PAGE_SWP_EXCLUSIVE _PAGE_PWT macro
1286 #ifdef _PAGE_SWP_EXCLUSIVE1290 return pte_set_flags(pte, _PAGE_SWP_EXCLUSIVE); in pte_swp_mkexclusive()1295 return pte_flags(pte) & _PAGE_SWP_EXCLUSIVE; in pte_swp_exclusive()1300 return pte_clear_flags(pte, _PAGE_SWP_EXCLUSIVE); in pte_swp_clear_exclusive()
741 BUILD_BUG_ON(_PAGE_HPTEFLAGS & _PAGE_SWP_EXCLUSIVE); \767 #define _PAGE_SWP_EXCLUSIVE _PAGE_NON_IDEMPOTENT macro789 return __pte_raw(pte_raw(pte) | cpu_to_be64(_PAGE_SWP_EXCLUSIVE)); in pte_swp_mkexclusive()794 return !!(pte_raw(pte) & cpu_to_be64(_PAGE_SWP_EXCLUSIVE)); in pte_swp_exclusive()799 return __pte_raw(pte_raw(pte) & cpu_to_be64(~_PAGE_SWP_EXCLUSIVE)); in pte_swp_clear_exclusive()
184 #define _PAGE_SWP_EXCLUSIVE _PAGE_LARGE /* SW pte exclusive swap bit */ macro818 return pte_val(pte) & _PAGE_SWP_EXCLUSIVE; in pte_swp_exclusive()823 return set_pte_bit(pte, __pgprot(_PAGE_SWP_EXCLUSIVE)); in pte_swp_mkexclusive()828 return clear_pte_bit(pte, __pgprot(_PAGE_SWP_EXCLUSIVE)); in pte_swp_clear_exclusive()