Home
last modified time | relevance | path

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

/linux/arch/x86/kernel/acpi/
A Dcstate.c120 unsigned int cstate_type; /* C-state type and not ACPI C-state type */ in acpi_processor_ffh_cstate_probe_cpu() local
126 cstate_type = ((cx->address >> MWAIT_SUBSTATE_SIZE) & in acpi_processor_ffh_cstate_probe_cpu()
128 edx_part = edx >> (cstate_type * MWAIT_SUBSTATE_SIZE); in acpi_processor_ffh_cstate_probe_cpu()
147 if (!mwait_supported[cstate_type]) { in acpi_processor_ffh_cstate_probe_cpu()
148 mwait_supported[cstate_type] = 1; in acpi_processor_ffh_cstate_probe_cpu()

Completed in 4 milliseconds