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

/linux-4.1.27/arch/x86/kernel/cpu/mcheck/
H A Dtherm_throt.c136 * therm_throt_process - Process thermal throttling event from interrupt
151 static int therm_throt_process(bool new_event, int event, int level) therm_throt_process() function
393 if (therm_throt_process(msr_val & THERM_STATUS_PROCHOT, intel_thermal_interrupt()
399 therm_throt_process(msr_val & THERM_STATUS_POWER_LIMIT, intel_thermal_interrupt()
407 therm_throt_process(msr_val & PACKAGE_THERM_STATUS_PROCHOT, intel_thermal_interrupt()
411 therm_throt_process(msr_val & intel_thermal_interrupt()

Completed in 53 milliseconds