Home
last modified time | relevance | path

Searched refs:PMU_CAP_LBR_FMT (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/tools/testing/selftests/kvm/include/x86/
H A Dpmu.h54 #define PMU_CAP_LBR_FMT 0x3f macro
/linux-6.15/arch/x86/kvm/vmx/
H A Dcapabilities.h25 #define PMU_CAP_LBR_FMT 0x3f macro
H A Dpmu_intel.c546 (perf_capabilities & PMU_CAP_LBR_FMT)) in intel_pmu_refresh()
H A Dvmx.c2188 if ((kvm_caps.supported_perf_cap & PMU_CAP_LBR_FMT) && in vmx_get_supported_debugctl()
2464 if (data & PMU_CAP_LBR_FMT) { in vmx_set_msr()
2465 if ((data & PMU_CAP_LBR_FMT) != in vmx_set_msr()
2466 (kvm_caps.supported_perf_cap & PMU_CAP_LBR_FMT)) in vmx_set_msr()
7975 perf_cap |= host_perf_cap & PMU_CAP_LBR_FMT; in vmx_get_perf_capabilities()