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

/linux-4.4.14/arch/powerpc/platforms/powernv/
H A Didle.c102 u32 *core_idle_state; pnv_alloc_idle_core_states() local
105 * core_idle_state - First 8 bits track the idle state of each thread pnv_alloc_idle_core_states()
119 core_idle_state = kmalloc_node(sizeof(u32), GFP_KERNEL, node); pnv_alloc_idle_core_states()
120 *core_idle_state = PNV_CORE_IDLE_THREAD_BITS; pnv_alloc_idle_core_states()
125 paca[cpu].core_idle_state_ptr = core_idle_state; pnv_alloc_idle_core_states()
/linux-4.4.14/arch/powerpc/kernel/
H A Didle_power7.S55 * Used by threads when the lock bit of core_idle_state is set.
57 * r14 - pointer to core_idle_state
58 * r15 - used to load contents of core_idle_state

Completed in 123 milliseconds