Home
last modified time | relevance | path

Searched refs:ACPI_STATE_C0 (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/acpica/
H A Dacpi_cpu.c838 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()
/freebsd/sys/contrib/dev/acpica/include/
H A Dactypes.h748 #define ACPI_STATE_C0 (UINT8) 0 macro