UNCORE_PMC_IDX_MAX  287 arch/x86/events/intel/uncore.c 	for_each_set_bit(bit, box->active_mask, UNCORE_PMC_IDX_MAX)
UNCORE_PMC_IDX_MAX  424 arch/x86/events/intel/uncore.c 	unsigned long used_mask[BITS_TO_LONGS(UNCORE_PMC_IDX_MAX)];
UNCORE_PMC_IDX_MAX  429 arch/x86/events/intel/uncore.c 	bitmap_zero(used_mask, UNCORE_PMC_IDX_MAX);
UNCORE_PMC_IDX_MAX  431 arch/x86/events/intel/uncore.c 	for (i = 0, wmin = UNCORE_PMC_IDX_MAX, wmax = 0; i < n; i++) {
UNCORE_PMC_IDX_MAX  476 arch/x86/events/intel/uncore.c 	if (WARN_ON_ONCE(idx == -1 || idx >= UNCORE_PMC_IDX_MAX))
UNCORE_PMC_IDX_MAX  548 arch/x86/events/intel/uncore.c 	int assign[UNCORE_PMC_IDX_MAX];
UNCORE_PMC_IDX_MAX  121 arch/x86/events/intel/uncore.h 	struct perf_event *events[UNCORE_PMC_IDX_MAX];
UNCORE_PMC_IDX_MAX  122 arch/x86/events/intel/uncore.h 	struct perf_event *event_list[UNCORE_PMC_IDX_MAX];
UNCORE_PMC_IDX_MAX  123 arch/x86/events/intel/uncore.h 	struct event_constraint *event_constraint[UNCORE_PMC_IDX_MAX];
UNCORE_PMC_IDX_MAX  124 arch/x86/events/intel/uncore.h 	unsigned long active_mask[BITS_TO_LONGS(UNCORE_PMC_IDX_MAX)];
UNCORE_PMC_IDX_MAX  125 arch/x86/events/intel/uncore.h 	u64 tags[UNCORE_PMC_IDX_MAX];