Home
last modified time | relevance | path

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

/arch/x86/kvm/vmx/
Dpmu_intel.c582 lbr_desc->msr_passthrough = false; in intel_pmu_init()
660 if (!lbr_desc->msr_passthrough) in vmx_disable_lbr_msrs_passthrough()
664 lbr_desc->msr_passthrough = false; in vmx_disable_lbr_msrs_passthrough()
671 if (lbr_desc->msr_passthrough) in vmx_enable_lbr_msrs_passthrough()
675 lbr_desc->msr_passthrough = true; in vmx_enable_lbr_msrs_passthrough()
Dvmx.h129 bool msr_passthrough; member