Home
last modified time | relevance | path

Searched refs:PMU_CAP_LBR_FMT (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-6.6/arch/x86/kvm/vmx/
H A Dcapabilities.h25 #define PMU_CAP_LBR_FMT 0x3f macro
H A Dpmu_intel.c584 (perf_capabilities & PMU_CAP_LBR_FMT)) in intel_pmu_refresh()
H A Dvmx.c2157 if ((kvm_caps.supported_perf_cap & PMU_CAP_LBR_FMT) && in vmx_get_supported_debugctl()
2435 if (data & PMU_CAP_LBR_FMT) { in vmx_set_msr()
2436 if ((data & PMU_CAP_LBR_FMT) != in vmx_set_msr()
2437 (kvm_caps.supported_perf_cap & PMU_CAP_LBR_FMT)) in vmx_set_msr()
7856 perf_cap |= host_perf_cap & PMU_CAP_LBR_FMT; in vmx_get_perf_capabilities()

Completed in 13 milliseconds