Home
last modified time | relevance | path

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

/linux/arch/x86/kvm/svm/
H A Dpmu.c198 pmu->nr_arch_gp_counters = AMD64_NUM_COUNTERS; in amd_pmu_refresh()
279 .MIN_NR_GP_COUNTERS = AMD64_NUM_COUNTERS,
H A Dsvm.c744 for (i = 0; i < min(pmu->nr_arch_gp_counters, AMD64_NUM_COUNTERS); i++) in svm_recalc_pmu_msr_intercepts()
5376 kvm_pmu_cap.num_counters_gp = min(AMD64_NUM_COUNTERS, in svm_set_cpu_caps()
/linux/arch/x86/include/asm/
H A Dperf_event.h132 #define AMD64_NUM_COUNTERS 4 macro
/linux/arch/x86/events/amd/
H A Dcore.c1329 .cntr_mask64 = GENMASK_ULL(AMD64_NUM_COUNTERS - 1, 0),