Home
last modified time | relevance | path

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

/Linux-v6.1/arch/x86/events/intel/
Dcore.c5616 u64 *intel_ctrl, u64 fixed_mask) in intel_pmu_check_num_counters() argument
5631 *intel_ctrl |= fixed_mask << INTEL_PMC_IDX_FIXED; in intel_pmu_check_num_counters()
5701 static void intel_pmu_check_hybrid_pmus(u64 fixed_mask) in intel_pmu_check_hybrid_pmus() argument
5712 fixed_mask); in intel_pmu_check_hybrid_pmus()
5741 unsigned int fixed_mask; in intel_pmu_init() local
5763 cpuid(10, &eax.full, &ebx.full, &fixed_mask, &edx.full); in intel_pmu_init()
5794 fixed_mask = (1L << x86_pmu.num_counters_fixed) - 1; in intel_pmu_init()
5796 x86_pmu.num_counters_fixed = fls(fixed_mask); in intel_pmu_init()
6556 (u64)fixed_mask); in intel_pmu_init()
6609 intel_pmu_check_hybrid_pmus((u64)fixed_mask); in intel_pmu_init()