Home
last modified time | relevance | path

Searched refs:num_counters_fixed (Results 1 – 7 of 7) sorted by relevance

/linux/arch/x86/kvm/
H A Dpmu.h221 kvm_pmu_cap.num_counters_fixed = min(kvm_pmu_cap.num_counters_fixed, in kvm_init_pmu_capability()
H A Dcpuid.c1442 edx.split.num_counters_fixed = kvm_pmu_cap.num_counters_fixed; in __do_cpuid_func()
H A Dx86.c7350 kvm_pmu_cap.num_counters_fixed) in kvm_probe_msr_to_save()
/linux/arch/x86/include/asm/
H A Dperf_event.h183 unsigned int num_counters_fixed:5; member
289 int num_counters_fixed; member
/linux/arch/x86/kvm/vmx/
H A Dpmu_intel.c489 WARN_ON_ONCE(!eventsel && index < kvm_pmu_cap.num_counters_fixed); in intel_get_fixed_pmc_eventsel()
548 pmu->nr_arch_fixed_counters = min_t(int, edx.split.num_counters_fixed, in intel_pmu_refresh()
549 kvm_pmu_cap.num_counters_fixed); in intel_pmu_refresh()
/linux/arch/x86/events/
H A Dcore.c3100 cap->num_counters_fixed = x86_pmu_num_counters_fixed(NULL); in perf_get_x86_pmu_capability()
/linux/arch/x86/events/intel/
H A Dcore.c6913 GENMASK_ULL(max((int)edx.split.num_counters_fixed, assume) - 1, 0); in intel_pmu_init()