Searched refs:SRMMU_SWP_EXCLUSIVE (Results 1 – 2 of 2) sorted by relevance
358 return pte_val(pte) & SRMMU_SWP_EXCLUSIVE; in pte_swp_exclusive()363 return __pte(pte_val(pte) | SRMMU_SWP_EXCLUSIVE); in pte_swp_mkexclusive()368 return __pte(pte_val(pte) & ~SRMMU_SWP_EXCLUSIVE); in pte_swp_clear_exclusive()
62 #define SRMMU_SWP_EXCLUSIVE SRMMU_DIRTY macro
Completed in 5 milliseconds