Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/kernel/cpu/
Dperf_event_p4.c1125 #define P4_ESCR_MSR_TABLE_SIZE (P4_ESCR_MSR_MAX - P4_ESCR_MSR_BASE + 1) macro
1129 static const unsigned int p4_escr_table[P4_ESCR_MSR_TABLE_SIZE] = {
1182 if (unlikely(idx >= P4_ESCR_MSR_TABLE_SIZE || in p4_get_escr_idx()
1209 unsigned long escr_mask[BITS_TO_LONGS(P4_ESCR_MSR_TABLE_SIZE)]; in p4_pmu_schedule_events()
1219 bitmap_zero(escr_mask, P4_ESCR_MSR_TABLE_SIZE); in p4_pmu_schedule_events()