Home
last modified time | relevance | path

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

/linux/arch/x86/kvm/vmx/
H A Dpmu_intel.h19 return (vcpu_get_perf_capabilities(vcpu) & PERF_CAP_FW_WRITES) != 0; in fw_writes_is_enabled()
H A Dpmu_intel.c770 if (host_pmu->version < 4 || !(host_perf_cap & PERF_CAP_FW_WRITES)) in intel_pmu_is_mediated_pmu_supported()
H A Dvmx.c8136 u64 perf_cap = PERF_CAP_FW_WRITES; in vmx_get_perf_capabilities()
/linux/tools/arch/x86/include/asm/
H A Dmsr-index.h332 #define PERF_CAP_FW_WRITES BIT_ULL(13) macro
/linux/arch/x86/include/asm/
H A Dmsr-index.h332 #define PERF_CAP_FW_WRITES BIT_ULL(13) macro