Home
last modified time | relevance | path

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

/linux-3.4.99/arch/x86/include/asm/
Dperf_event.h8 #define X86_PMC_MAX_GENERIC 32 macro
Dkvm_host.h314 struct kvm_pmc gp_counters[X86_PMC_MAX_GENERIC];
/linux-3.4.99/arch/x86/kvm/
Dpmu.c455 X86_PMC_MAX_GENERIC); in kvm_pmu_cpuid_update()
481 for (i = 0; i < X86_PMC_MAX_GENERIC; i++) { in kvm_pmu_init()
501 for (i = 0; i < X86_PMC_MAX_GENERIC; i++) { in kvm_pmu_reset()
/linux-3.4.99/arch/x86/kernel/cpu/
Dperf_event.c1358 if (x86_pmu.num_counters > X86_PMC_MAX_GENERIC) { in init_hw_perf_events()
1360 x86_pmu.num_counters, X86_PMC_MAX_GENERIC); in init_hw_perf_events()
1361 x86_pmu.num_counters = X86_PMC_MAX_GENERIC; in init_hw_perf_events()
Dperf_event_p4.c1328 BUILD_BUG_ON(ARCH_P4_MAX_CCCR > X86_PMC_MAX_GENERIC); in p4_pmu_init()