Home
last modified time | relevance | path

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

/linux/scripts/gdb/linux/
H A Dcpus.py196 current_tp = gdb.parse_and_eval("$tp")
200 current_task = current_tp.cast(task_ptr_type)
206 if (scratch_reg.cast(utils.get_ulong_type()) > current_tp.cast(utils.get_ulong_type())):
/linux/drivers/platform/x86/
H A Dacer-wmi.c2206 u8 current_tp; in acer_thermal_profile_change() local
2213 ACER_WMID_MISC_SETTING_PLATFORM_PROFILE, &current_tp); in acer_thermal_profile_change()
2217 if (current_tp == ACER_PREDATOR_V4_THERMAL_PROFILE_TURBO) in acer_thermal_profile_change()
2228 if (current_tp != ACER_PREDATOR_V4_THERMAL_PROFILE_TURBO) in acer_thermal_profile_change()
2229 last_non_turbo_profile = current_tp; in acer_thermal_profile_change()