Searched refs:get_msr (Results 1 – 2 of 2) sorted by relevance
| /linux/tools/power/x86/turbostat/ |
| H A D | turbostat.c | 573 int get_msr(int cpu, off_t offset, unsigned long long *msr); 632 if (get_msr(master_cpu, MSR_FSB_FREQ, &msr)) in slm_bclk() 2628 int get_msr(int cpu, off_t offset, unsigned long long *msr) in get_msr() function 4535 if (get_msr(cpu, mp->msr_num, counterp)) in get_mp() 4601 get_msr(cpu, MSR_IA32_ENERGY_PERF_BIAS, &msr); in get_epb() 4904 if (get_msr(cpu, rci->msr[i], &rci->data[i])) in get_rapl_counters() 5035 if (get_msr(cpu, cci->msr[i], &cci->data[i])) in get_cstate_counters() 5134 if (get_msr(cpu, mci->msr[i], &mci->data[i])) in get_smi_aperf_mperf() 5300 if (get_msr(cpu, MSR_MODULE_C6_RES_MS, &c->mc6_us)) in get_counters() 5304 if (get_msr(cpu, MSR_IA32_THERM_STATUS, &msr)) in get_counters() [all …]
|
| /linux/tools/power/x86/x86_energy_perf_policy/ |
| H A D | x86_energy_perf_policy.c | 802 int get_msr(int cpu, int offset, unsigned long long *msr) in get_msr() function 929 get_msr(cpu, msr_offset, &msr); in read_hwp_cap() 964 get_msr(cpu, msr_offset, &msr); in read_hwp_request_msr() 1124 get_msr(first_cpu_in_pkg[pkg], MSR_HWP_INTERRUPT, &msr); in print_pkg_msrs() 1129 get_msr(first_cpu_in_pkg[pkg], MSR_HWP_STATUS, &msr); in print_pkg_msrs() 1358 get_msr(cpu, MSR_PM_ENABLE, &old_msr); in enable_hwp_on_cpu() 1392 get_msr(cpu, MSR_IA32_MISC_ENABLE, &msr); in update_cpu_msrs() 1543 get_msr(cpu_num, MSR_PM_ENABLE, &msr); in is_hwp_enabled_on_cpu() 1657 get_msr(base_cpu, MSR_TURBO_RATIO_LIMIT, &msr); in early_cpuid()
|