get_msr           213 arch/x86/include/asm/kvm_emulate.h 	int (*get_msr)(struct x86_emulate_ctxt *ctxt, u32 msr_index, u64 *pdata);
get_msr          1035 arch/x86/include/asm/kvm_host.h 	int (*get_msr)(struct kvm_vcpu *vcpu, struct msr_data *msr);
get_msr           812 arch/x86/kvm/emulate.c 			ctxt->ops->get_msr(ctxt, MSR_EFER, &efer);
get_msr          1599 arch/x86/kvm/emulate.c 		ctxt->ops->get_msr(ctxt, MSR_EFER, &efer);
get_msr          1750 arch/x86/kvm/emulate.c 			ctxt->ops->get_msr(ctxt, MSR_EFER, &efer);
get_msr          2801 arch/x86/kvm/emulate.c 	ops->get_msr(ctxt, MSR_EFER, &efer);
get_msr          2807 arch/x86/kvm/emulate.c 	ops->get_msr(ctxt, MSR_STAR, &msr_data);
get_msr          2824 arch/x86/kvm/emulate.c 		ops->get_msr(ctxt,
get_msr          2829 arch/x86/kvm/emulate.c 		ops->get_msr(ctxt, MSR_SYSCALL_MASK, &msr_data);
get_msr          2835 arch/x86/kvm/emulate.c 		ops->get_msr(ctxt, MSR_STAR, &msr_data);
get_msr          2853 arch/x86/kvm/emulate.c 	ops->get_msr(ctxt, MSR_EFER, &efer);
get_msr          2872 arch/x86/kvm/emulate.c 	ops->get_msr(ctxt, MSR_IA32_SYSENTER_CS, &msr_data);
get_msr          2887 arch/x86/kvm/emulate.c 	ops->get_msr(ctxt, MSR_IA32_SYSENTER_EIP, &msr_data);
get_msr          2890 arch/x86/kvm/emulate.c 	ops->get_msr(ctxt, MSR_IA32_SYSENTER_ESP, &msr_data);
get_msr          2922 arch/x86/kvm/emulate.c 	ops->get_msr(ctxt, MSR_IA32_SYSENTER_CS, &msr_data);
get_msr          3619 arch/x86/kvm/emulate.c 	if (ctxt->ops->get_msr(ctxt, MSR_TSC_AUX, &tsc_aux))
get_msr          3629 arch/x86/kvm/emulate.c 	ctxt->ops->get_msr(ctxt, MSR_IA32_TSC, &tsc);
get_msr          3736 arch/x86/kvm/emulate.c 	if (ctxt->ops->get_msr(ctxt, reg_read(ctxt, VCPU_REGS_RCX), &msr_data))
get_msr          3996 arch/x86/kvm/emulate.c 	ctxt->ops->get_msr(ctxt, MSR_MISC_FEATURES_ENABLES, &msr);
get_msr          4258 arch/x86/kvm/emulate.c 		ctxt->ops->get_msr(ctxt, MSR_EFER, &efer);
get_msr          4269 arch/x86/kvm/emulate.c 		ctxt->ops->get_msr(ctxt, MSR_EFER, &efer);
get_msr          4292 arch/x86/kvm/emulate.c 		ctxt->ops->get_msr(ctxt, MSR_EFER, &efer);
get_msr          4354 arch/x86/kvm/emulate.c 	ctxt->ops->get_msr(ctxt, MSR_EFER, &efer);
get_msr           347 arch/x86/kvm/pmu.c 	return kvm_x86_ops->pmu_ops->get_msr(vcpu, msr, data);
get_msr            34 arch/x86/kvm/pmu.h 	int (*get_msr)(struct kvm_vcpu *vcpu, u32 msr, u64 *data);
get_msr           312 arch/x86/kvm/pmu_amd.c 	.get_msr = amd_pmu_get_msr,
get_msr          7265 arch/x86/kvm/svm.c 	.get_msr = svm_get_msr,
get_msr           380 arch/x86/kvm/vmx/pmu_intel.c 	.get_msr = intel_pmu_get_msr,
get_msr          7810 arch/x86/kvm/vmx/vmx.c 	.get_msr = vmx_get_msr,
get_msr          1552 arch/x86/kvm/x86.c 	ret = kvm_x86_ops->get_msr(vcpu, &msr);
get_msr          6310 arch/x86/kvm/x86.c 	.get_msr             = emulator_get_msr,
get_msr          1706 tools/power/x86/turbostat/turbostat.c 		if (get_msr(cpu, mp->msr_num, counterp))
get_msr          1817 tools/power/x86/turbostat/turbostat.c 		if (get_msr(cpu, MSR_IA32_APERF, &t->aperf))
get_msr          1824 tools/power/x86/turbostat/turbostat.c 		if (get_msr(cpu, MSR_IA32_APERF, &t->aperf))
get_msr          1829 tools/power/x86/turbostat/turbostat.c 		if (get_msr(cpu, MSR_IA32_MPERF, &t->mperf))
get_msr          1858 tools/power/x86/turbostat/turbostat.c 		if (get_msr(cpu, MSR_SMI_COUNT, &msr))
get_msr          1863 tools/power/x86/turbostat/turbostat.c 		if (get_msr(cpu, MSR_CORE_C1_RES, &t->c1))
get_msr          1877 tools/power/x86/turbostat/turbostat.c 		if (get_msr(cpu, MSR_CORE_C3_RESIDENCY, &c->c3))
get_msr          1882 tools/power/x86/turbostat/turbostat.c 		if (get_msr(cpu, MSR_CORE_C6_RESIDENCY, &c->c6))
get_msr          1885 tools/power/x86/turbostat/turbostat.c 		if (get_msr(cpu, MSR_KNL_CORE_C6_RESIDENCY, &c->c6))
get_msr          1890 tools/power/x86/turbostat/turbostat.c 		if (get_msr(cpu, MSR_CORE_C7_RESIDENCY, &c->c7))
get_msr          1894 tools/power/x86/turbostat/turbostat.c 		if (get_msr(cpu, MSR_MODULE_C6_RES_MS, &c->mc6_us))
get_msr          1898 tools/power/x86/turbostat/turbostat.c 		if (get_msr(cpu, MSR_IA32_THERM_STATUS, &msr))
get_msr          1904 tools/power/x86/turbostat/turbostat.c 		if (get_msr(cpu, MSR_CORE_ENERGY_STAT, &msr))
get_msr          1919 tools/power/x86/turbostat/turbostat.c 		if (get_msr(cpu, MSR_PKG_WEIGHTED_CORE_C0_RES, &p->pkg_wtd_core_c0))
get_msr          1923 tools/power/x86/turbostat/turbostat.c 		if (get_msr(cpu, MSR_PKG_ANY_CORE_C0_RES, &p->pkg_any_core_c0))
get_msr          1927 tools/power/x86/turbostat/turbostat.c 		if (get_msr(cpu, MSR_PKG_ANY_GFXE_C0_RES, &p->pkg_any_gfxe_c0))
get_msr          1931 tools/power/x86/turbostat/turbostat.c 		if (get_msr(cpu, MSR_PKG_BOTH_CORE_GFXE_C0_RES, &p->pkg_both_core_gfxe_c0))
get_msr          1935 tools/power/x86/turbostat/turbostat.c 		if (get_msr(cpu, MSR_PKG_C3_RESIDENCY, &p->pc3))
get_msr          1939 tools/power/x86/turbostat/turbostat.c 			if (get_msr(cpu, MSR_ATOM_PKG_C6_RESIDENCY, &p->pc6))
get_msr          1942 tools/power/x86/turbostat/turbostat.c 			if (get_msr(cpu, MSR_PKG_C6_RESIDENCY, &p->pc6))
get_msr          1948 tools/power/x86/turbostat/turbostat.c 		if (get_msr(cpu, MSR_PKG_C2_RESIDENCY, &p->pc2))
get_msr          1951 tools/power/x86/turbostat/turbostat.c 		if (get_msr(cpu, MSR_PKG_C7_RESIDENCY, &p->pc7))
get_msr          1954 tools/power/x86/turbostat/turbostat.c 		if (get_msr(cpu, MSR_PKG_C8_RESIDENCY, &p->pc8))
get_msr          1957 tools/power/x86/turbostat/turbostat.c 		if (get_msr(cpu, MSR_PKG_C9_RESIDENCY, &p->pc9))
get_msr          1960 tools/power/x86/turbostat/turbostat.c 		if (get_msr(cpu, MSR_PKG_C10_RESIDENCY, &p->pc10))
get_msr          1969 tools/power/x86/turbostat/turbostat.c 		if (get_msr(cpu, MSR_PKG_ENERGY_STATUS, &msr))
get_msr          1974 tools/power/x86/turbostat/turbostat.c 		if (get_msr(cpu, MSR_PP0_ENERGY_STATUS, &msr))
get_msr          1979 tools/power/x86/turbostat/turbostat.c 		if (get_msr(cpu, MSR_DRAM_ENERGY_STATUS, &msr))
get_msr          1984 tools/power/x86/turbostat/turbostat.c 		if (get_msr(cpu, MSR_PP1_ENERGY_STATUS, &msr))
get_msr          1989 tools/power/x86/turbostat/turbostat.c 		if (get_msr(cpu, MSR_PKG_PERF_STATUS, &msr))
get_msr          1994 tools/power/x86/turbostat/turbostat.c 		if (get_msr(cpu, MSR_DRAM_PERF_STATUS, &msr))
get_msr          1999 tools/power/x86/turbostat/turbostat.c 		if (get_msr(cpu, MSR_PKG_ENERGY_STAT, &msr))
get_msr          2004 tools/power/x86/turbostat/turbostat.c 		if (get_msr(cpu, MSR_IA32_PACKAGE_THERM_STATUS, &msr))
get_msr          2074 tools/power/x86/turbostat/turbostat.c 	get_msr(base_cpu, MSR_PLATFORM_INFO, &msr);
get_msr          2086 tools/power/x86/turbostat/turbostat.c 	get_msr(base_cpu, MSR_IA32_POWER_CTL, &msr);
get_msr          2099 tools/power/x86/turbostat/turbostat.c 	get_msr(base_cpu, MSR_TURBO_RATIO_LIMIT2, &msr);
get_msr          2121 tools/power/x86/turbostat/turbostat.c 	get_msr(base_cpu, MSR_TURBO_RATIO_LIMIT1, &msr);
get_msr          2187 tools/power/x86/turbostat/turbostat.c 	get_msr(base_cpu, MSR_TURBO_RATIO_LIMIT, &msr);
get_msr          2191 tools/power/x86/turbostat/turbostat.c 		get_msr(base_cpu, MSR_TURBO_RATIO_LIMIT1, &core_counts);
get_msr          2253 tools/power/x86/turbostat/turbostat.c 	get_msr(base_cpu, MSR_ATOM_CORE_RATIOS, &msr);
get_msr          2271 tools/power/x86/turbostat/turbostat.c 	get_msr(base_cpu, MSR_ATOM_CORE_TURBO_RATIOS, &msr);
get_msr          2306 tools/power/x86/turbostat/turbostat.c 	get_msr(base_cpu, MSR_TURBO_RATIO_LIMIT, &msr);
get_msr          2359 tools/power/x86/turbostat/turbostat.c 	get_msr(base_cpu, MSR_PKG_CST_CONFIG_CONTROL, &msr);
get_msr          2388 tools/power/x86/turbostat/turbostat.c 	get_msr(base_cpu, MSR_CONFIG_TDP_NOMINAL, &msr);
get_msr          2392 tools/power/x86/turbostat/turbostat.c 	get_msr(base_cpu, MSR_CONFIG_TDP_LEVEL_1, &msr);
get_msr          2402 tools/power/x86/turbostat/turbostat.c 	get_msr(base_cpu, MSR_CONFIG_TDP_LEVEL_2, &msr);
get_msr          2412 tools/power/x86/turbostat/turbostat.c 	get_msr(base_cpu, MSR_CONFIG_TDP_CONTROL, &msr);
get_msr          2419 tools/power/x86/turbostat/turbostat.c 	get_msr(base_cpu, MSR_TURBO_ACTIVATION_RATIO, &msr);
get_msr          2432 tools/power/x86/turbostat/turbostat.c 	get_msr(base_cpu, MSR_PKGC3_IRTL, &msr);
get_msr          2437 tools/power/x86/turbostat/turbostat.c 	get_msr(base_cpu, MSR_PKGC6_IRTL, &msr);
get_msr          2442 tools/power/x86/turbostat/turbostat.c 	get_msr(base_cpu, MSR_PKGC7_IRTL, &msr);
get_msr          2450 tools/power/x86/turbostat/turbostat.c 	get_msr(base_cpu, MSR_PKGC8_IRTL, &msr);
get_msr          2455 tools/power/x86/turbostat/turbostat.c 	get_msr(base_cpu, MSR_PKGC9_IRTL, &msr);
get_msr          2460 tools/power/x86/turbostat/turbostat.c 	get_msr(base_cpu, MSR_PKGC10_IRTL, &msr);
get_msr          3286 tools/power/x86/turbostat/turbostat.c 	get_msr(base_cpu, MSR_PKG_CST_CONFIG_CONTROL, &msr);
get_msr          3289 tools/power/x86/turbostat/turbostat.c 	get_msr(base_cpu, MSR_PLATFORM_INFO, &msr);
get_msr          3614 tools/power/x86/turbostat/turbostat.c 	if (get_msr(cpu, MSR_IA32_ENERGY_PERF_BIAS, &msr))
get_msr          3658 tools/power/x86/turbostat/turbostat.c 	if (get_msr(cpu, MSR_PM_ENABLE, &msr))
get_msr          3668 tools/power/x86/turbostat/turbostat.c 	if (get_msr(cpu, MSR_HWP_CAPABILITIES, &msr))
get_msr          3679 tools/power/x86/turbostat/turbostat.c 	if (get_msr(cpu, MSR_HWP_REQUEST, &msr))
get_msr          3693 tools/power/x86/turbostat/turbostat.c 		if (get_msr(cpu, MSR_HWP_REQUEST_PKG, &msr))
get_msr          3706 tools/power/x86/turbostat/turbostat.c 		if (get_msr(cpu, MSR_HWP_INTERRUPT, &msr))
get_msr          3715 tools/power/x86/turbostat/turbostat.c 	if (get_msr(cpu, MSR_HWP_STATUS, &msr))
get_msr          3747 tools/power/x86/turbostat/turbostat.c 		get_msr(cpu, MSR_CORE_PERF_LIMIT_REASONS, &msr);
get_msr          3782 tools/power/x86/turbostat/turbostat.c 		get_msr(cpu, MSR_GFX_PERF_LIMIT_REASONS, &msr);
get_msr          3804 tools/power/x86/turbostat/turbostat.c 		get_msr(cpu, MSR_RING_PERF_LIMIT_REASONS, &msr);
get_msr          3832 tools/power/x86/turbostat/turbostat.c 		if (!get_msr(base_cpu, MSR_PKG_POWER_INFO, &msr))
get_msr          3987 tools/power/x86/turbostat/turbostat.c 	if (get_msr(base_cpu, MSR_RAPL_POWER_UNIT, &msr))
get_msr          4043 tools/power/x86/turbostat/turbostat.c 	if (get_msr(base_cpu, MSR_RAPL_PWR_UNIT, &msr))
get_msr          4118 tools/power/x86/turbostat/turbostat.c 		if (get_msr(cpu, MSR_IA32_PACKAGE_THERM_STATUS, &msr))
get_msr          4125 tools/power/x86/turbostat/turbostat.c 		if (get_msr(cpu, MSR_IA32_PACKAGE_THERM_INTERRUPT, &msr))
get_msr          4138 tools/power/x86/turbostat/turbostat.c 		if (get_msr(cpu, MSR_IA32_THERM_STATUS, &msr))
get_msr          4146 tools/power/x86/turbostat/turbostat.c 		if (get_msr(cpu, MSR_IA32_THERM_INTERRUPT, &msr))
get_msr          4191 tools/power/x86/turbostat/turbostat.c 		if (get_msr(cpu, MSR_RAPL_PWR_UNIT, &msr))
get_msr          4195 tools/power/x86/turbostat/turbostat.c 		if (get_msr(cpu, MSR_RAPL_POWER_UNIT, &msr))
get_msr          4204 tools/power/x86/turbostat/turbostat.c 		if (get_msr(cpu, MSR_PKG_POWER_INFO, &msr))
get_msr          4218 tools/power/x86/turbostat/turbostat.c 		if (get_msr(cpu, MSR_PKG_POWER_LIMIT, &msr))
get_msr          4234 tools/power/x86/turbostat/turbostat.c 		if (get_msr(cpu, MSR_DRAM_POWER_INFO, &msr))
get_msr          4245 tools/power/x86/turbostat/turbostat.c 		if (get_msr(cpu, MSR_DRAM_POWER_LIMIT, &msr))
get_msr          4253 tools/power/x86/turbostat/turbostat.c 		if (get_msr(cpu, MSR_PP0_POLICY, &msr))
get_msr          4259 tools/power/x86/turbostat/turbostat.c 		if (get_msr(cpu, MSR_PP0_POWER_LIMIT, &msr))
get_msr          4266 tools/power/x86/turbostat/turbostat.c 		if (get_msr(cpu, MSR_PP1_POLICY, &msr))
get_msr          4271 tools/power/x86/turbostat/turbostat.c 		if (get_msr(cpu, MSR_PP1_POWER_LIMIT, &msr))
get_msr          4418 tools/power/x86/turbostat/turbostat.c 	if (get_msr(base_cpu, MSR_FSB_FREQ, &msr))
get_msr          4487 tools/power/x86/turbostat/turbostat.c 	if (get_msr(base_cpu, MSR_IA32_TEMPERATURE_TARGET, &msr))
get_msr          4515 tools/power/x86/turbostat/turbostat.c 	if (!get_msr(base_cpu, MSR_IA32_FEATURE_CONTROL, &msr))
get_msr          4529 tools/power/x86/turbostat/turbostat.c 	if (!get_msr(base_cpu, MSR_IA32_MISC_ENABLE, &msr))
get_msr          4546 tools/power/x86/turbostat/turbostat.c 	if (!get_msr(base_cpu, MSR_MISC_FEATURE_CONTROL, &msr))
get_msr          4571 tools/power/x86/turbostat/turbostat.c 	if (!get_msr(base_cpu, MSR_MISC_PWR_MGMT, &msr))
get_msr          4588 tools/power/x86/turbostat/turbostat.c 	if (!get_msr(base_cpu, MSR_CC6_DEMOTION_POLICY_CONFIG, &msr))
get_msr          4592 tools/power/x86/turbostat/turbostat.c 	if (!get_msr(base_cpu, MSR_MC6_DEMOTION_POLICY_CONFIG, &msr))
get_msr           683 tools/power/x86/x86_energy_perf_policy/x86_energy_perf_policy.c 	get_msr(cpu, msr_offset, &msr);
get_msr           718 tools/power/x86/x86_energy_perf_policy/x86_energy_perf_policy.c 	get_msr(cpu, msr_offset, &msr);
get_msr           755 tools/power/x86/x86_energy_perf_policy/x86_energy_perf_policy.c 		get_msr(cpu, MSR_IA32_ENERGY_PERF_BIAS, &msr);
get_msr           784 tools/power/x86/x86_energy_perf_policy/x86_energy_perf_policy.c 		get_msr(first_cpu_in_pkg[pkg], MSR_HWP_INTERRUPT, &msr);
get_msr           791 tools/power/x86/x86_energy_perf_policy/x86_energy_perf_policy.c 	get_msr(first_cpu_in_pkg[pkg], MSR_HWP_STATUS, &msr);
get_msr          1029 tools/power/x86/x86_energy_perf_policy/x86_energy_perf_policy.c 	get_msr(cpu, MSR_PM_ENABLE, &msr);
get_msr          1044 tools/power/x86/x86_energy_perf_policy/x86_energy_perf_policy.c 		get_msr(cpu, MSR_IA32_ENERGY_PERF_BIAS, &msr);
get_msr          1055 tools/power/x86/x86_energy_perf_policy/x86_energy_perf_policy.c 		get_msr(cpu, MSR_IA32_MISC_ENABLE, &msr);
get_msr          1208 tools/power/x86/x86_energy_perf_policy/x86_energy_perf_policy.c 	get_msr(base_cpu, MSR_PM_ENABLE, &msr);
get_msr          1290 tools/power/x86/x86_energy_perf_policy/x86_energy_perf_policy.c 		get_msr(base_cpu, MSR_TURBO_RATIO_LIMIT, &msr);