Searched refs:CPU_ACPI_C1 (Results 1 – 4 of 4) sorted by relevance
589 case CPU_ACPI_C1: in cpu_acpi_idle()677 for (i = CPU_ACPI_C1; i <= cpu_max_cstates; i++) { in cpu_idle_init()753 for (i = CPU_ACPI_C1; i <= cpu_max_cstates; i++) { in cpu_idle_fini()823 for (i = CPU_ACPI_C1; i <= cpu_max_cstates; i++) { in cpu_idle_stop()970 if (mcpu->max_cstates > CPU_ACPI_C1) { in cpuidle_cstate_instance()975 } else if (mcpu->max_cstates == CPU_ACPI_C1) { in cpuidle_cstate_instance()
233 mcpu->max_cstates = CPU_ACPI_C1; in cpupm_init()240 if (mcpu->max_cstates > CPU_ACPI_C1) { in cpupm_init()244 mcpu->mcpu_idle_type = CPU_ACPI_C1; in cpupm_init()252 mcpu->max_cstates = CPU_ACPI_C1; in cpupm_init()594 ms_cstate->cma_state.cstate->cs_next_cstate = CPU_ACPI_C1; in cpupm_alloc_ms_cstate()1000 ASSERT(cstates[0].cs_type == CPU_ACPI_C1); in cpupm_next_cstate()
800 if (cstate[0].cs_type != CPU_ACPI_C1) { in cpu_acpi_cache_cst()
42 #define CPU_ACPI_C1 IDLE_STATE_C1 macro