Searched refs:t_proc_hot (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/tools/power/x86/intel-speed-select/ |
H A D | isst.h | 136 int t_proc_hot; member
|
H A D | isst-display.c | 501 if (ctdp_level->t_proc_hot) { in isst_ctdp_display_information() 503 snprintf(value, sizeof(value), "%d", ctdp_level->t_proc_hot); in isst_ctdp_display_information()
|
H A D | isst-core.c | 228 ctdp_level->t_proc_hot = resp & GENMASK(7, 0); in isst_get_tjmax_info() 231 "cpu:%d ctdp:%d CONFIG_TDP_GET_TJMAX_INFO resp:%x t_proc_hot:%d\n", in isst_get_tjmax_info() 232 cpu, config_index, resp, ctdp_level->t_proc_hot); in isst_get_tjmax_info()
|
/kernel/linux/linux-6.6/tools/power/x86/intel-speed-select/ |
H A D | isst-core-tpmi.c | 242 ctdp_level->t_proc_hot = info.tjunction_max_c; in tpmi_get_tdp_info() 251 ("cpu:%d ctdp:%d CONFIG_TDP_GET_TDP_INFO tdp_ratio:%d pkg_tdp:%d ctdp_level->t_proc_hot:%d\n", in tpmi_get_tdp_info() 253 ctdp_level->t_proc_hot); in tpmi_get_tdp_info()
|
H A D | isst.h | 145 int t_proc_hot; member
|
H A D | isst-core-mbox.c | 467 ctdp_level->t_proc_hot = resp & GENMASK(7, 0); in mbox_get_tdp_info() 474 "cpu:%d ctdp:%d CONFIG_TDP_GET_TJMAX_INFO resp:%x t_proc_hot:%d\n", in mbox_get_tdp_info() 475 id->cpu, config_index, resp, ctdp_level->t_proc_hot); in mbox_get_tdp_info()
|
H A D | isst-display.c | 506 if (ctdp_level->t_proc_hot) { in isst_ctdp_display_information() 508 snprintf(value, sizeof(value), "%d", ctdp_level->t_proc_hot); in isst_ctdp_display_information()
|
Completed in 8 milliseconds