Home
last modified time | relevance | path

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

/linux-6.12.1/arch/x86/kvm/
Dpmu.h221 kvm_pmu_cap.num_counters_fixed = min(kvm_pmu_cap.num_counters_fixed, in kvm_init_pmu_capability()
Dcpuid.c1041 edx.split.num_counters_fixed = kvm_pmu_cap.num_counters_fixed; in __do_cpuid_func()
Dx86.c7450 kvm_pmu_cap.num_counters_fixed) in kvm_probe_msr_to_save()
/linux-6.12.1/arch/x86/include/asm/
Dperf_event.h176 unsigned int num_counters_fixed:5; member
259 int num_counters_fixed; member
/linux-6.12.1/arch/x86/kvm/vmx/
Dpmu_intel.c447 WARN_ON_ONCE(!eventsel && index < kvm_pmu_cap.num_counters_fixed); in intel_get_fixed_pmc_eventsel()
503 pmu->nr_arch_fixed_counters = min_t(int, edx.split.num_counters_fixed, in intel_pmu_refresh()
504 kvm_pmu_cap.num_counters_fixed); in intel_pmu_refresh()
/linux-6.12.1/arch/x86/events/zhaoxin/
Dcore.c539 x86_pmu.fixed_cntr_mask64 = GENMASK_ULL(edx.split.num_counters_fixed - 1, 0); in zhaoxin_pmu_init()
/linux-6.12.1/arch/x86/events/
Dcore.c3053 cap->num_counters_fixed = x86_pmu_num_counters_fixed(NULL); in perf_get_x86_pmu_capability()
/linux-6.12.1/arch/x86/events/intel/
Dcore.c6418 GENMASK_ULL(max((int)edx.split.num_counters_fixed, assume) - 1, 0); in intel_pmu_init()