Home
last modified time | relevance | path

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

/linux-6.15/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-6.15/drivers/platform/x86/
H A Dacer-wmi.c2105 u8 current_tp; in acer_thermal_profile_change() local
2116 ACER_WMID_MISC_SETTING_PLATFORM_PROFILE, &current_tp); in acer_thermal_profile_change()
2120 if (current_tp == acer_predator_v4_max_perf) in acer_thermal_profile_change()
2131 if (current_tp != acer_predator_v4_max_perf) in acer_thermal_profile_change()
2132 last_non_turbo_profile = current_tp; in acer_thermal_profile_change()