Searched refs:uncore_root (Results 1 – 1 of 1) sorted by relevance
50 struct tpmi_uncore_struct *uncore_root; member96 struct tpmi_uncore_struct *uncore_root = cluster_info->uncore_root; in uncore_read_control_freq() local106 for (i = 0; i < uncore_root->power_domain_count; ++i) { in uncore_read_control_freq()109 for (j = 0; j < uncore_root->pd_info[i].cluster_count; ++j) { in uncore_read_control_freq()110 read_control_freq(&uncore_root->pd_info[i].cluster_infos[j], in uncore_read_control_freq()150 struct tpmi_uncore_struct *uncore_root; in uncore_write_control_freq() local157 uncore_root = cluster_info->uncore_root; in uncore_write_control_freq()161 struct tpmi_uncore_struct *uncore_root = cluster_info->uncore_root; in uncore_write_control_freq() local164 for (i = 0; i < uncore_root->power_domain_count; ++i) { in uncore_write_control_freq()167 for (j = 0; j < uncore_root->pd_info[i].cluster_count; ++j) in uncore_write_control_freq()[all …]