• Home
  • Raw
  • Download

Lines Matching refs:get_msr

245 int get_msr(int cpu, off_t offset, unsigned long long *msr)  in get_msr()  function
894 if (get_msr(cpu, MSR_IA32_APERF, &t->aperf)) in get_counters()
896 if (get_msr(cpu, MSR_IA32_MPERF, &t->mperf)) in get_counters()
901 if (get_msr(cpu, MSR_SMI_COUNT, &msr)) in get_counters()
906 if (get_msr(cpu, extra_delta_offset32, &msr)) in get_counters()
912 if (get_msr(cpu, extra_delta_offset64, &t->extra_delta64)) in get_counters()
916 if (get_msr(cpu, extra_msr_offset32, &msr)) in get_counters()
922 if (get_msr(cpu, extra_msr_offset64, &t->extra_msr64)) in get_counters()
926 if (get_msr(cpu, MSR_CORE_C1_RES, &t->c1)) in get_counters()
935 if (get_msr(cpu, MSR_CORE_C3_RESIDENCY, &c->c3)) in get_counters()
940 if (get_msr(cpu, MSR_CORE_C6_RESIDENCY, &c->c6)) in get_counters()
945 if (get_msr(cpu, MSR_CORE_C7_RESIDENCY, &c->c7)) in get_counters()
949 if (get_msr(cpu, MSR_IA32_THERM_STATUS, &msr)) in get_counters()
960 if (get_msr(cpu, MSR_PKG_C3_RESIDENCY, &p->pc3)) in get_counters()
962 if (get_msr(cpu, MSR_PKG_C6_RESIDENCY, &p->pc6)) in get_counters()
966 if (get_msr(cpu, MSR_PKG_C2_RESIDENCY, &p->pc2)) in get_counters()
968 if (get_msr(cpu, MSR_PKG_C7_RESIDENCY, &p->pc7)) in get_counters()
972 if (get_msr(cpu, MSR_PKG_C8_RESIDENCY, &p->pc8)) in get_counters()
974 if (get_msr(cpu, MSR_PKG_C9_RESIDENCY, &p->pc9)) in get_counters()
976 if (get_msr(cpu, MSR_PKG_C10_RESIDENCY, &p->pc10)) in get_counters()
980 if (get_msr(cpu, MSR_PKG_ENERGY_STATUS, &msr)) in get_counters()
985 if (get_msr(cpu, MSR_PP0_ENERGY_STATUS, &msr)) in get_counters()
990 if (get_msr(cpu, MSR_DRAM_ENERGY_STATUS, &msr)) in get_counters()
995 if (get_msr(cpu, MSR_PP1_ENERGY_STATUS, &msr)) in get_counters()
1000 if (get_msr(cpu, MSR_PKG_PERF_STATUS, &msr)) in get_counters()
1005 if (get_msr(cpu, MSR_DRAM_PERF_STATUS, &msr)) in get_counters()
1010 if (get_msr(cpu, MSR_IA32_PACKAGE_THERM_STATUS, &msr)) in get_counters()
1025 get_msr(0, MSR_NHM_PLATFORM_INFO, &msr); in print_verbose_header()
1037 get_msr(0, MSR_IA32_POWER_CTL, &msr); in print_verbose_header()
1044 get_msr(0, MSR_IVT_TURBO_RATIO_LIMIT, &msr); in print_verbose_header()
1089 get_msr(0, MSR_NHM_SNB_PKG_CST_CFG_CTL, &msr); in print_verbose_header()
1138 get_msr(0, MSR_NHM_TURBO_RATIO_LIMIT, &msr); in print_verbose_header()
1545 if (get_msr(cpu, MSR_IA32_ENERGY_PERF_BIAS, &msr)) in print_epb()
1575 if (!get_msr(0, MSR_PKG_POWER_INFO, &msr)) in get_tdp()
1632 if (get_msr(0, MSR_RAPL_POWER_UNIT, &msr)) in rapl_probe()
1677 if (get_msr(cpu, MSR_IA32_PACKAGE_THERM_STATUS, &msr)) in print_thermal()
1685 if (get_msr(cpu, MSR_IA32_PACKAGE_THERM_INTERRUPT, &msr)) in print_thermal()
1699 if (get_msr(cpu, MSR_IA32_THERM_STATUS, &msr)) in print_thermal()
1708 if (get_msr(cpu, MSR_IA32_THERM_INTERRUPT, &msr)) in print_thermal()
1751 if (get_msr(cpu, MSR_RAPL_POWER_UNIT, &msr)) in print_rapl()
1761 if (get_msr(cpu, MSR_PKG_POWER_INFO, &msr)) in print_rapl()
1775 if (get_msr(cpu, MSR_PKG_POWER_LIMIT, &msr)) in print_rapl()
1791 if (get_msr(cpu, MSR_DRAM_POWER_INFO, &msr)) in print_rapl()
1803 if (get_msr(cpu, MSR_DRAM_POWER_LIMIT, &msr)) in print_rapl()
1812 if (get_msr(cpu, MSR_PP0_POLICY, &msr)) in print_rapl()
1821 if (get_msr(cpu, MSR_PP0_POWER_LIMIT, &msr)) in print_rapl()
1830 if (get_msr(cpu, MSR_PP1_POLICY, &msr)) in print_rapl()
1835 if (get_msr(cpu, MSR_PP1_POWER_LIMIT, &msr)) in print_rapl()
1903 if (get_msr(0, MSR_FSB_FREQ, &msr)) in slm_bclk()
1971 if (get_msr(0, MSR_IA32_TEMPERATURE_TARGET, &msr)) in set_temperature_target()