Searched refs:L_PTE_SWP_EXCLUSIVE (Results 1 – 3 of 3) sorted by relevance
308 return pte_isset(pte, L_PTE_SWP_EXCLUSIVE); in pte_swp_exclusive()313 return set_pte_bit(pte, __pgprot(L_PTE_SWP_EXCLUSIVE)); in pte_swp_mkexclusive()318 return clear_pte_bit(pte, __pgprot(L_PTE_SWP_EXCLUSIVE)); in pte_swp_clear_exclusive()
130 #define L_PTE_SWP_EXCLUSIVE L_PTE_RDONLY macro
80 #define L_PTE_SWP_EXCLUSIVE (_AT(pteval_t, 1) << 7) macro