Home
last modified time | relevance | path

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

/linux-6.1.9/tools/power/x86/intel-speed-select/
Disst.h83 struct isst_id { struct
179 extern int is_cpu_in_power_domain(int cpu, struct isst_id *id);
181 extern int get_cpu_count(struct isst_id *id);
182 extern int get_max_punit_core_id(struct isst_id *id);
188 extern void set_isst_id(struct isst_id *id, int cpu);
192 extern void set_cpu_mask_from_punit_coremask(struct isst_id *id,
206 extern int isst_get_ctdp_levels(struct isst_id *id, struct isst_pkg_ctdp *pkg_dev);
207 extern int isst_get_ctdp_control(struct isst_id *id, int config_index,
209 extern int isst_get_coremask_info(struct isst_id *id, int config_index,
211 extern int isst_get_process_ctdp(struct isst_id *id, int tdp_level,
[all …]
Disst-core.c9 int isst_write_pm_config(struct isst_id *id, int cp_state) in isst_write_pm_config()
29 int isst_read_pm_config(struct isst_id *id, int *cp_state, int *cp_cap) in isst_read_pm_config()
47 int isst_get_ctdp_levels(struct isst_id *id, struct isst_pkg_ctdp *pkg_dev) in isst_get_ctdp_levels()
74 int isst_get_ctdp_control(struct isst_id *id, int config_index, in isst_get_ctdp_control()
109 int isst_get_tdp_info(struct isst_id *id, int config_index, in isst_get_tdp_info()
132 int isst_get_pwr_info(struct isst_id *id, int config_index, in isst_get_pwr_info()
154 void isst_get_uncore_p0_p1_info(struct isst_id *id, int config_index, in isst_get_uncore_p0_p1_info()
176 void isst_get_p1_info(struct isst_id *id, int config_index, in isst_get_p1_info()
199 void isst_get_uncore_mem_freq(struct isst_id *id, int config_index, in isst_get_uncore_mem_freq()
232 int isst_get_tjmax_info(struct isst_id *id, int config_index, in isst_get_tjmax_info()
[all …]
Disst-config.c381 void set_isst_id(struct isst_id *id, int cpu) in set_isst_id()
394 int is_cpu_in_power_domain(int cpu, struct isst_id *id) in is_cpu_in_power_domain()
396 struct isst_id tid; in is_cpu_in_power_domain()
457 void for_each_online_package_in_set(void (*callback)(struct isst_id *, void *, void *, in for_each_online_package_in_set() argument
464 struct isst_id id; in for_each_online_package_in_set()
507 void (*callback)(struct isst_id *, void *, void *, void *, void *), void *arg1, in for_each_online_target_cpu_in_set() argument
511 struct isst_id id; in for_each_online_target_cpu_in_set()
588 int get_max_punit_core_id(struct isst_id *id) in get_max_punit_core_id()
606 int get_cpu_count(struct isst_id *id) in get_cpu_count()
698 void set_cpu_mask_from_punit_coremask(struct isst_id *id, unsigned long long core_mask, in set_cpu_mask_from_punit_coremask()
[all …]
Disst-display.c169 static int print_package_info(struct isst_id *id, FILE *outf) in print_package_info()
189 static void _isst_pbf_display_information(struct isst_id *id, FILE *outf, int level, in _isst_pbf_display_information()
232 static void _isst_fact_display_information(struct isst_id *id, FILE *outf, int level, in _isst_fact_display_information()
320 void isst_ctdp_display_core_info(struct isst_id *id, FILE *outf, char *prefix, in isst_ctdp_display_core_info()
351 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 …]
Disst-daemon.c35 void process_level_change(struct isst_id *id) in process_level_change()
103 static void _poll_for_config_change(struct isst_id *id, void *arg1, void *arg2, in _poll_for_config_change()
Dhfi-events.c184 struct isst_id id; in process_hfi_event()