Home
last modified time | relevance | path

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

/linux-6.6.21/arch/x86/kvm/svm/
Dpmu.c196 pmu->nr_arch_gp_counters = ebx.split.num_core_pmc; in amd_pmu_refresh()
/linux-6.6.21/arch/x86/include/asm/
Dperf_event.h230 unsigned int num_core_pmc:4; member
/linux-6.6.21/arch/x86/kvm/
Dcpuid.c1281 ebx.split.num_core_pmc = kvm_pmu_cap.num_counters_gp; in __do_cpuid_func()
1283 ebx.split.num_core_pmc = AMD64_NUM_COUNTERS_CORE; in __do_cpuid_func()
1285 ebx.split.num_core_pmc = AMD64_NUM_COUNTERS; in __do_cpuid_func()
/linux-6.6.21/arch/x86/events/amd/
Dcore.c1366 x86_pmu.num_counters = ebx.split.num_core_pmc; in amd_core_pmu_init()