Searched refs:KVMPPC_RMAP_LOCK_BIT (Results 1 – 2 of 2) sorted by relevance
477 while (test_bit(KVMPPC_RMAP_LOCK_BIT, rmap)) in lock_rmap()479 } while (test_and_set_bit_lock(KVMPPC_RMAP_LOCK_BIT, rmap)); in lock_rmap()484 __clear_bit_unlock(KVMPPC_RMAP_LOCK_BIT, rmap); in unlock_rmap()
254 #define KVMPPC_RMAP_LOCK_BIT 43 macro