Searched refs:highest_subcstate (Results 1 - 3 of 3) sorted by relevance

/linux-4.4.14/drivers/acpi/
H A Dacpi_pad.c45 unsigned int highest_subcstate = 0; power_saving_mwait_init() local
63 highest_subcstate = edx & MWAIT_SUBSTATE_MASK; power_saving_mwait_init()
67 (highest_subcstate - 1); power_saving_mwait_init()
/linux-4.4.14/drivers/thermal/
H A Dintel_powerclamp.c185 unsigned int highest_subcstate = 0; find_target_mwait() local
201 highest_subcstate = edx & MWAIT_SUBSTATE_MASK; find_target_mwait()
205 (highest_subcstate - 1); find_target_mwait()
/linux-4.4.14/arch/x86/kernel/
H A Dsmpboot.c1450 unsigned int highest_subcstate = 0; mwait_play_dead() local
1476 highest_subcstate = edx & MWAIT_SUBSTATE_MASK; mwait_play_dead()
1480 (highest_subcstate - 1); mwait_play_dead()

Completed in 529 milliseconds