Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/acpica/
HDacpi_cpu.c775 cx_ptr->type = ACPI_STATE_C3; in acpi_cpu_generic_cx_probe()
916 case ACPI_STATE_C3: in acpi_cpu_cx_cst()
1197 if (cx_next->type == ACPI_STATE_C3 || cx_next->mwait_bm_avoidance) { in acpi_cpu_idle()
1211 if (cx_next->type == ACPI_STATE_C3) { in acpi_cpu_idle()
1230 if (cx_next->type == ACPI_STATE_C3) { in acpi_cpu_idle()
1237 if ((cx_next->type == ACPI_STATE_C3 || cx_next->mwait_bm_avoidance) && in acpi_cpu_idle()
1488 if (sc->cpu_cx_states[i].type < ACPI_STATE_C3) { in acpi_cpu_set_cx_lowest()
/freebsd-11-stable/sys/contrib/dev/acpica/include/
HDactypes.h738 #define ACPI_STATE_C3 (UINT8) 3 macro
739 #define ACPI_C_STATES_MAX ACPI_STATE_C3