Home
last modified time | relevance | path

Searched refs:msr_passthrough (Results 1 – 2 of 2) sorted by relevance

/linux/arch/x86/kvm/vmx/
H A Dpmu_intel.c521 if (KVM_BUG_ON(lbr_desc->msr_passthrough, vcpu->kvm)) in intel_pmu_refresh()
629 lbr_desc->msr_passthrough = false; in intel_pmu_init()
686 if (!lbr_desc->msr_passthrough) in vmx_disable_lbr_msrs_passthrough()
690 lbr_desc->msr_passthrough = false; in vmx_disable_lbr_msrs_passthrough()
697 if (lbr_desc->msr_passthrough) in vmx_enable_lbr_msrs_passthrough()
701 lbr_desc->msr_passthrough = true; in vmx_enable_lbr_msrs_passthrough()
H A Dpmu_intel.h23 bool msr_passthrough; member