Searched refs:num_counters_fixed (Results 1 – 9 of 9) sorted by relevance
189 unsigned int num_counters_fixed:5; member302 int num_counters_fixed; member
478 WARN_ON_ONCE(!eventsel && index < kvm_pmu_cap.num_counters_fixed); in intel_get_fixed_pmc_eventsel()554 pmu->nr_arch_fixed_counters = min_t(int, edx.split.num_counters_fixed, in intel_pmu_refresh()555 kvm_pmu_cap.num_counters_fixed); in intel_pmu_refresh()
4330 for ( ; i < kvm_pmu_cap.num_counters_fixed; i++) in vmx_recalc_pmu_msr_intercepts()
154 kvm_pmu_cap.num_counters_fixed = min(kvm_pmu_cap.num_counters_fixed, in kvm_init_pmu_capability()762 pmu->nr_arch_fixed_counters != kvm_host_pmu.num_counters_fixed; in kvm_need_any_pmc_intercept()
1518 edx.split.num_counters_fixed = kvm_pmu_cap.num_counters_fixed; in __do_cpuid_func()
7692 kvm_pmu_cap.num_counters_fixed) in kvm_probe_msr_to_save()
539 x86_pmu.fixed_cntr_mask64 = GENMASK_ULL(edx.split.num_counters_fixed - 1, 0); in zhaoxin_pmu_init()
3133 cap->num_counters_fixed = x86_pmu_num_counters_fixed(NULL); in perf_get_x86_pmu_capability()3135 cap->bit_width_fixed = cap->num_counters_fixed ? x86_pmu.cntval_bits : 0; in perf_get_x86_pmu_capability()
7592 GENMASK_ULL(max((int)edx.split.num_counters_fixed, assume) - 1, 0); in intel_pmu_init()