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