Searched refs:ACPI_STATE_C0 (Results 1 – 2 of 2) sorted by relevance
818 cx_ptr->type = ACPI_STATE_C0; in acpi_cpu_cx_cst()860 if (sc->cpu_cx_states[0].type == ACPI_STATE_C0) { in acpi_cpu_cx_cst()919 if (cx_ptr->type == ACPI_STATE_C0) { in acpi_cpu_cx_cst()1121 KASSERT(cx_next->type != ACPI_STATE_C0, ("acpi_cpu_idle: C0 sleep")); in acpi_cpu_idle()
745 #define ACPI_STATE_C0 (UINT8) 0 macro