Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kvm/vmx/
H A Dpmu_intel.c503 if (KVM_BUG_ON(lbr_desc->msr_passthrough, vcpu->kvm)) in intel_pmu_refresh()
618 lbr_desc->msr_passthrough = false; in intel_pmu_init()
675 if (!lbr_desc->msr_passthrough) in vmx_disable_lbr_msrs_passthrough()
679 lbr_desc->msr_passthrough = false; in vmx_disable_lbr_msrs_passthrough()
686 if (lbr_desc->msr_passthrough) in vmx_enable_lbr_msrs_passthrough()
690 lbr_desc->msr_passthrough = true; in vmx_enable_lbr_msrs_passthrough()
H A Dvmx.h109 bool msr_passthrough; member