Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86pc/os/cpupm/
H A Dcpu_idle.c605 case CPU_ACPI_C1: in cpu_acpi_idle()
693 for (i = CPU_ACPI_C1; i <= cpu_max_cstates; i++) { in cpu_idle_init()
769 for (i = CPU_ACPI_C1; i <= cpu_max_cstates; i++) { in cpu_idle_fini()
839 for (i = CPU_ACPI_C1; i <= cpu_max_cstates; i++) { in cpu_idle_stop()
986 if (mcpu->max_cstates > CPU_ACPI_C1) { in cpuidle_cstate_instance()
991 } else if (mcpu->max_cstates == CPU_ACPI_C1) { in cpuidle_cstate_instance()
H A Dcpupm_mach.c233 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()
999 ASSERT(cstates[0].cs_type == CPU_ACPI_C1); in cpupm_next_cstate()
H A Dcpu_acpi.c800 if (cstate[0].cs_type != CPU_ACPI_C1) { in cpu_acpi_cache_cst()
/illumos-gate/usr/src/uts/i86pc/sys/
H A Dcpu_idle.h42 #define CPU_ACPI_C1 IDLE_STATE_C1 macro