Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/cpuidle/
Dcpuidle-pseries.c49 wait_cycles = be64_to_cpu(get_lppaca()->wait_state_cycles); in idle_loop_epilog()
51 get_lppaca()->wait_state_cycles = cpu_to_be64(wait_cycles); in idle_loop_epilog()
/Linux-v4.19/arch/powerpc/include/asm/
Dlppaca.h77 __be64 wait_state_cycles; /* Wait cycles for this proc */ member