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