Home
last modified time | relevance | path

Searched refs:isst_id (Results 1 – 8 of 8) sorted by relevance

/linux-6.15/tools/power/x86/intel-speed-select/
H A Disst.h87 struct isst_id { struct
191 int (*is_punit_valid)(struct isst_id *id);
201 int (*set_tdp_level)(struct isst_id *id, int tdp_level);
211 int (*clos_associate)(struct isst_id *id, int clos_id);
216 extern int get_cpu_count(struct isst_id *id);
217 extern int get_max_punit_core_id(struct isst_id *id);
225 extern void set_isst_id(struct isst_id *id, int cpu);
242 extern int isst_is_punit_valid(struct isst_id *id);
278 extern int isst_pm_get_clos(struct isst_id *id, int clos,
280 extern int isst_set_clos(struct isst_id *id, int clos,
[all …]
H A Disst-core.c64 int isst_is_punit_valid(struct isst_id *id) in isst_is_punit_valid()
119 int isst_get_ctdp_control(struct isst_id *id, int config_index, in isst_get_ctdp_control()
126 int isst_get_tdp_info(struct isst_id *id, int config_index, in isst_get_tdp_info()
133 int isst_get_pwr_info(struct isst_id *id, int config_index, in isst_get_pwr_info()
140 int isst_get_coremask_info(struct isst_id *id, int config_index, in isst_get_coremask_info()
147 int isst_get_get_trl_from_msr(struct isst_id *id, int *trl) in isst_get_get_trl_from_msr()
186 int isst_set_tdp_level(struct isst_id *id, int tdp_level) in isst_set_tdp_level()
261 int isst_get_trl(struct isst_id *id, unsigned long long *trl) in isst_get_trl()
272 int isst_set_trl(struct isst_id *id, unsigned long long trl) in isst_set_trl()
330 int isst_get_config_tdp_lock_status(struct isst_id *id) in isst_get_config_tdp_lock_status()
[all …]
H A Disst-core-mbox.c64 static int mbox_is_punit_valid(struct isst_id *id) in mbox_is_punit_valid()
264 static int mbox_get_ctdp_control(struct isst_id *id, int config_index, in mbox_get_ctdp_control()
345 static int _set_uncore_min_max(struct isst_id *id, int max, int freq) in _set_uncore_min_max()
384 static void _get_p1_info(struct isst_id *id, int config_index, in _get_p1_info()
408 static void _get_uncore_mem_freq(struct isst_id *id, int config_index, in _get_uncore_mem_freq()
441 static int mbox_get_tdp_info(struct isst_id *id, int config_index, in mbox_get_tdp_info()
480 static int mbox_get_pwr_info(struct isst_id *id, int config_index, in mbox_get_pwr_info()
606 static int mbox_set_tdp_level(struct isst_id *id, int tdp_level) in mbox_set_tdp_level()
746 static int _get_fact_bucket_info(struct isst_id *id, int level, in _get_fact_bucket_info()
863 static int _write_pm_config(struct isst_id *id, int cp_state) in _write_pm_config()
[all …]
H A Disst-core-tpmi.c115 static int tpmi_is_punit_valid(struct isst_id *id) in tpmi_is_punit_valid()
227 static int tpmi_get_tdp_info(struct isst_id *id, int config_index, in tpmi_get_tdp_info()
264 static int tpmi_get_pwr_info(struct isst_id *id, int config_index, in tpmi_get_pwr_info()
279 int tpmi_get_coremask_info(struct isst_id *id, int config_index, in tpmi_get_coremask_info()
305 static int tpmi_get_get_trls(struct isst_id *id, int config_index, in tpmi_get_get_trls()
376 static int tpmi_set_tdp_level(struct isst_id *id, int tdp_level) in tpmi_set_tdp_level()
417 static int tpmi_get_pbf_info(struct isst_id *id, int level, in tpmi_get_pbf_info()
646 static int tpmi_pm_qos_config(struct isst_id *id, int enable_clos, in tpmi_pm_qos_config()
678 int tpmi_pm_get_clos(struct isst_id *id, int clos, in tpmi_pm_get_clos()
705 int tpmi_set_clos(struct isst_id *id, int clos, in tpmi_set_clos()
[all …]
H A Disst-config.c435 struct isst_id tid; in is_cpu_in_power_domain()
535 struct isst_id id; in for_each_online_power_domain_in_set()
609 struct isst_id id; in for_each_online_target_cpu_in_set()
704 int get_cpu_count(struct isst_id *id) in get_cpu_count()
1029 struct isst_id id; in cpu_0_workaround()
1082 memset(&id, 0, sizeof(struct isst_id)); in cpu_0_workaround()
1131 struct isst_id *tid = (struct isst_id *)arg2; in get_isst_status()
1176 struct isst_id id; in isst_print_extended_platform_info()
1901 struct isst_id tid; in set_core_priority_and_min()
2202 struct isst_id id; in set_fact_enable()
[all …]
H A Disst-display.c169 static int print_package_info(struct isst_id *id, FILE *outf) in print_package_info()
217 static void _isst_pbf_display_information(struct isst_id *id, FILE *outf, int level, in _isst_pbf_display_information()
260 static void _isst_fact_display_information(struct isst_id *id, FILE *outf, int level, in _isst_fact_display_information()
338 void isst_ctdp_display_core_info(struct isst_id *id, FILE *outf, char *prefix, in isst_ctdp_display_core_info()
357 void isst_ctdp_display_information(struct isst_id *id, FILE *outf, int tdp_level, in isst_ctdp_display_information()
580 void isst_pbf_display_information(struct isst_id *id, FILE *outf, int level, in isst_pbf_display_information()
590 void isst_fact_display_information(struct isst_id *id, FILE *outf, int level, in isst_fact_display_information()
602 void isst_clos_display_information(struct isst_id *id, FILE *outf, int clos, in isst_clos_display_information()
644 void isst_clos_display_clos_information(struct isst_id *id, FILE *outf, in isst_clos_display_clos_information()
688 void isst_clos_display_assoc_information(struct isst_id *id, FILE *outf, int clos) in isst_clos_display_assoc_information()
[all …]
H A Disst-daemon.c36 void process_level_change(struct isst_id *id) in process_level_change()
118 static void _poll_for_config_change(struct isst_id *id, void *arg1, void *arg2, in _poll_for_config_change()
H A Dhfi-events.c184 struct isst_id id; in process_hfi_event()