Home
last modified time | relevance | path

Searched refs:HPTE_LOCK_BIT (Results 1 – 1 of 1) sorted by relevance

/arch/powerpc/mm/
Dhash_native_64.c43 #define HPTE_LOCK_BIT 3 macro
45 #define HPTE_LOCK_BIT (56+3) macro
227 if (!test_and_set_bit_lock(HPTE_LOCK_BIT, word)) in native_lock_hpte()
230 while(test_bit(HPTE_LOCK_BIT, word)) in native_lock_hpte()
240 clear_bit_unlock(HPTE_LOCK_BIT, word); in native_unlock_hpte()