Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kvm/svm/
H A Dpmu.c198 pmu->nr_arch_gp_counters = AMD64_NUM_COUNTERS_CORE; in amd_pmu_refresh()
225 BUILD_BUG_ON(KVM_AMD_PMC_MAX_GENERIC > AMD64_NUM_COUNTERS_CORE); in amd_pmu_init()
H A Dsvm.c5191 if (kvm_pmu_cap.num_counters_gp < AMD64_NUM_COUNTERS_CORE) in svm_set_cpu_caps()
/openbmc/linux/arch/x86/include/asm/
H A Dperf_event.h116 #define AMD64_NUM_COUNTERS_CORE 6 macro
/openbmc/linux/arch/x86/events/amd/
H A Dcore.c1375 x86_pmu.num_counters = AMD64_NUM_COUNTERS_CORE; in amd_core_pmu_init()
/openbmc/linux/arch/x86/kvm/
H A Dcpuid.c1319 ebx.split.num_core_pmc = AMD64_NUM_COUNTERS_CORE; in __do_cpuid_func()