Home
last modified time | relevance | path

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

/linux/arch/x86/events/intel/
H A Dcore.c3700 unsigned long *fixed_cntr_mask = hybrid(cpuc->pmu, fixed_cntr_mask); in intel_pmu_reset() local
3715 for_each_set_bit(idx, fixed_cntr_mask, INTEL_PMC_MAX_FIXED) { in intel_pmu_reset()
5955 u64 *fixed_cntr_mask, in intel_pmu_check_counters_mask() argument
5968 bit = fls64(*fixed_cntr_mask); in intel_pmu_check_counters_mask()
5972 *fixed_cntr_mask &= GENMASK_ULL(INTEL_PMC_MAX_FIXED - 1, 0); in intel_pmu_check_counters_mask()
5975 *intel_ctrl |= *fixed_cntr_mask << INTEL_PMC_IDX_FIXED; in intel_pmu_check_counters_mask()
5980 u64 fixed_cntr_mask,
6133 u64 fixed_cntr_mask = hybrid(pmu, fixed_cntr_mask64); in intel_pmu_check_event_constraints_all() local
6137 fixed_cntr_mask, intel_ctrl); in intel_pmu_check_event_constraints_all()
6355 if (!check_hw_exists(pmu->cntr_mask, pmu->fixed_cntr_mask)) { in init_hybrid_pmu()
[all …]