Home
last modified time | relevance | path

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

/linux/arch/powerpc/platforms/powernv/
H A Didle.c35 static u32 supported_cpuidle_states; variable
141 return supported_cpuidle_states; in pnv_get_supported_cpuidle_states()
1050 if (supported_cpuidle_states & OPAL_PM_LOSE_FULL_CONTEXT) in pnv_program_cpu_hotplug_lpcr()
1274 supported_cpuidle_states &= ~OPAL_PM_LOSE_FULL_CONTEXT; in pnv_disable_deep_states()
1312 supported_cpuidle_states |= pnv_idle_states[i].flags; in pnv_probe_idle_states()
1455 supported_cpuidle_states = 0; in pnv_init_idle_states()
1465 if (!(supported_cpuidle_states & OPAL_PM_SLEEP_ENABLED_ER1)) { in pnv_init_idle_states()
1486 if (supported_cpuidle_states & OPAL_PM_NAP_ENABLED) { in pnv_init_idle_states()
1491 if ((supported_cpuidle_states & OPAL_PM_WINKLE_ENABLED) && in pnv_init_idle_states()
1492 (supported_cpuidle_states & OPAL_PM_LOSE_FULL_CONTEXT)) in pnv_init_idle_states()
[all …]