Home
last modified time | relevance | path

Searched refs:PMU_CAP_FW_WRITES (Results 1 – 5 of 5) sorted by relevance

/linux/tools/testing/selftests/kvm/include/x86/
H A Dpmu.h53 #define PMU_CAP_FW_WRITES BIT_ULL(13) macro
/linux/tools/testing/selftests/kvm/x86/
H A Dpmu_counters_test.c263 rdmsr(MSR_IA32_PERF_CAPABILITIES) & PMU_CAP_FW_WRITES) in guest_test_arch_event()
468 rdmsr(MSR_IA32_PERF_CAPABILITIES) & PMU_CAP_FW_WRITES) in guest_test_gp_counters()
574 PMU_CAP_FW_WRITES, in test_intel_counters()
/linux/arch/x86/kvm/vmx/
H A Dcapabilities.h23 #define PMU_CAP_FW_WRITES (1ULL << 13) macro
H A Dpmu_intel.c141 return (vcpu_get_perf_capabilities(vcpu) & PMU_CAP_FW_WRITES) != 0; in fw_writes_is_enabled()
H A Dvmx.c7787 u64 perf_cap = PMU_CAP_FW_WRITES; in vmx_get_perf_capabilities()