Home
last modified time | relevance | path

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

/linux-6.1.9/arch/x86/events/intel/
Dp4.c1159 #define P4_ESCR_MSR_TABLE_SIZE (P4_ESCR_MSR_MAX - P4_ESCR_MSR_BASE + 1) macro
1163 static const unsigned int p4_escr_table[P4_ESCR_MSR_TABLE_SIZE] = {
1216 if (unlikely(idx >= P4_ESCR_MSR_TABLE_SIZE || in p4_get_escr_idx()
1243 unsigned long escr_mask[BITS_TO_LONGS(P4_ESCR_MSR_TABLE_SIZE)]; in p4_pmu_schedule_events()
1253 bitmap_zero(escr_mask, P4_ESCR_MSR_TABLE_SIZE); in p4_pmu_schedule_events()