Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/include/asm/
H A Dcpuidle.h30 #define NR_PNV_CORE_IDLE_LOCK_BIT 28 macro
31 #define PNV_CORE_IDLE_LOCK_BIT (1ULL << NR_PNV_CORE_IDLE_LOCK_BIT)
/openbmc/linux/arch/powerpc/platforms/powernv/
H A Didle.c251 while (unlikely(test_and_set_bit_lock(NR_PNV_CORE_IDLE_LOCK_BIT, lock))) in atomic_lock_thread_idle()
275 clear_bit_unlock(NR_PNV_CORE_IDLE_LOCK_BIT, lock); in atomic_unlock_and_stop_thread_idle()
284 BUG_ON(!test_bit(NR_PNV_CORE_IDLE_LOCK_BIT, lock)); in atomic_unlock_thread_idle()
285 clear_bit_unlock(NR_PNV_CORE_IDLE_LOCK_BIT, lock); in atomic_unlock_thread_idle()