Searched refs:get_msr (Results 1 – 6 of 6) 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()
|
| /linux/arch/x86/kvm/ |
| H A D | emulate.c | 738 ctxt->ops->get_msr(ctxt, MSR_EFER, &efer); in emulator_recalc_and_set_mode() 1465 ctxt->ops->get_msr(ctxt, MSR_EFER, &efer); in get_descriptor_ptr() 1511 if (ctxt->ops->get_msr(ctxt, MSR_EFER, &efer)) in emulator_is_ssp_invalid() 1518 if (ctxt->ops->get_msr(ctxt, MSR_IA32_X_CET, &cet)) in emulator_is_ssp_invalid() 1524 if (ctxt->ops->get_msr(ctxt, MSR_KVM_INTERNAL_GUEST_SSP, &ssp)) in emulator_is_ssp_invalid() 1670 ctxt->ops->get_msr(ctxt, MSR_EFER, &efer); in __load_segment_descriptor() 2376 ops->get_msr(ctxt, MSR_EFER, &efer); in em_syscall() 2381 ops->get_msr(ctxt, MSR_STAR, &msr_data); in em_syscall() 2398 ops->get_msr(ctxt, in em_syscall() 2403 ops->get_msr(ctxt, MSR_SYSCALL_MASK, &msr_data); in em_syscall() [all …]
|
| H A D | x86.c | 2004 ret = kvm_x86_call(get_msr)(vcpu, &msr); in __kvm_get_msr() 8951 .get_msr = emulator_get_msr,
|
| /linux/arch/x86/include/asm/ |
| H A D | kvm_host.h | 1797 int (*get_msr)(struct kvm_vcpu *vcpu, struct msr_data *msr); member
|
| /linux/arch/x86/kvm/svm/ |
| H A D | svm.c | 5298 .get_msr = svm_get_msr,
|