Home
last modified time | relevance | path

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

/linux-6.1.9/arch/x86/kvm/vmx/
Dpmu_intel.c637 lbr_desc->msr_passthrough = false; in intel_pmu_init()
714 if (!lbr_desc->msr_passthrough) in vmx_disable_lbr_msrs_passthrough()
718 lbr_desc->msr_passthrough = false; in vmx_disable_lbr_msrs_passthrough()
725 if (lbr_desc->msr_passthrough) in vmx_enable_lbr_msrs_passthrough()
729 lbr_desc->msr_passthrough = true; in vmx_enable_lbr_msrs_passthrough()
Dvmx.h121 bool msr_passthrough; member