Searched refs:PTE_SWP_EXCLUSIVE (Results 1 – 2 of 2) sorted by relevance
17 #define PTE_SWP_EXCLUSIVE (_AT(pteval_t, 1) << 2) /* only for swp ptes */ macro
423 return set_pte_bit(pte, __pgprot(PTE_SWP_EXCLUSIVE)); in pte_swp_mkexclusive()428 return pte_val(pte) & PTE_SWP_EXCLUSIVE; in pte_swp_exclusive()433 return clear_pte_bit(pte, __pgprot(PTE_SWP_EXCLUSIVE)); in pte_swp_clear_exclusive()