Home
last modified time | relevance | path

Searched refs:PNV_CORE_IDLE_LOCK_BIT (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H A Dcpuidle.h31 #define PNV_CORE_IDLE_LOCK_BIT (1ULL << NR_PNV_CORE_IDLE_LOCK_BIT) macro
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H A Dcpuidle.h31 #define PNV_CORE_IDLE_LOCK_BIT (1ULL << NR_PNV_CORE_IDLE_LOCK_BIT) macro
/kernel/linux/linux-5.10/arch/powerpc/platforms/powernv/
H A Didle.c264 BUG_ON(!(s & PNV_CORE_IDLE_LOCK_BIT)); in atomic_unlock_and_stop_thread_idle()
268 new = (s | thread) & ~PNV_CORE_IDLE_LOCK_BIT; in atomic_unlock_and_stop_thread_idle()
/kernel/linux/linux-6.6/arch/powerpc/platforms/powernv/
H A Didle.c265 BUG_ON(!(READ_ONCE(*lock) & PNV_CORE_IDLE_LOCK_BIT)); in atomic_unlock_and_stop_thread_idle()

Completed in 4 milliseconds