Searched refs:CXL_PMU_MAX_COUNTERS (Results 1 – 1 of 1) sorted by relevance
94 #define CXL_PMU_MAX_COUNTERS 64 macro101 DECLARE_BITMAP(used_counter_bm, CXL_PMU_MAX_COUNTERS);102 DECLARE_BITMAP(conf_counter_bm, CXL_PMU_MAX_COUNTERS);189 if (!bitmap_empty(info->conf_counter_bm, CXL_PMU_MAX_COUNTERS)) { in cxl_pmu_parse_caps()521 DECLARE_BITMAP(configurable_and_free, CXL_PMU_MAX_COUNTERS); in cxl_pmu_get_event_idx()548 info->used_counter_bm, CXL_PMU_MAX_COUNTERS); in cxl_pmu_get_event_idx()550 i = find_first_bit(configurable_and_free, CXL_PMU_MAX_COUNTERS); in cxl_pmu_get_event_idx()551 if (i == CXL_PMU_MAX_COUNTERS) in cxl_pmu_get_event_idx()