Home
last modified time | relevance | path

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

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