Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/powerpc/mm/book3s64/
H A Dhash_native.c39 #define HPTE_LOCK_BIT 3 macro
41 #define HPTE_LOCK_BIT (56+3) macro
328 if (!test_and_set_bit_lock(HPTE_LOCK_BIT, word)) in native_lock_hpte()
331 while(test_bit(HPTE_LOCK_BIT, word)) in native_lock_hpte()
341 clear_bit_unlock(HPTE_LOCK_BIT, word); in native_unlock_hpte()
/kernel/linux/linux-6.6/arch/powerpc/mm/book3s64/
H A Dhash_native.c39 #define HPTE_LOCK_BIT 3 macro
41 #define HPTE_LOCK_BIT (56+3) macro
248 if (!test_and_set_bit_lock(HPTE_LOCK_BIT, word)) in native_lock_hpte()
251 while(test_bit(HPTE_LOCK_BIT, word)) in native_lock_hpte()
262 clear_bit_unlock(HPTE_LOCK_BIT, word); in native_unlock_hpte()

Completed in 4 milliseconds