Searched refs:ARMPMU_EVT_64BIT (Results 1 – 3 of 3) sorted by relevance
31 #define ARMPMU_EVT_64BIT 0x00001 /* Event uses a 64bit counter */ macro35 static_assert((PERF_EVENT_FLAG_ARCH & ARMPMU_EVT_64BIT) == ARMPMU_EVT_64BIT);
1127 event->hw.flags |= ARMPMU_EVT_64BIT; in __armv8_pmuv3_map_event()1458 if (event->hw.flags & ARMPMU_EVT_64BIT) in device_initcall()
110 if (event->hw.flags & ARMPMU_EVT_64BIT) in arm_pmu_event_max_period()