Home
last modified time | relevance | path

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

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

Completed in 31 milliseconds