Home
last modified time | relevance | path

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

/Linux-v5.15/arch/x86/kvm/vmx/
Dpmu_intel.c568 lbr_desc->msr_passthrough = false; in intel_pmu_init()
646 if (!lbr_desc->msr_passthrough) in vmx_disable_lbr_msrs_passthrough()
650 lbr_desc->msr_passthrough = false; in vmx_disable_lbr_msrs_passthrough()
657 if (lbr_desc->msr_passthrough) in vmx_enable_lbr_msrs_passthrough()
661 lbr_desc->msr_passthrough = true; in vmx_enable_lbr_msrs_passthrough()
Dvmx.h116 bool msr_passthrough; member