cstate_type       105 arch/x86/kernel/acpi/cstate.c 	unsigned int cstate_type; /* C-state type and not ACPI C-state type */
cstate_type       111 arch/x86/kernel/acpi/cstate.c 	cstate_type = ((cx->address >> MWAIT_SUBSTATE_SIZE) &
cstate_type       113 arch/x86/kernel/acpi/cstate.c 	edx_part = edx >> (cstate_type * MWAIT_SUBSTATE_SIZE);
cstate_type       132 arch/x86/kernel/acpi/cstate.c 	if (!mwait_supported[cstate_type]) {
cstate_type       133 arch/x86/kernel/acpi/cstate.c 		mwait_supported[cstate_type] = 1;