Searched refs:AMU_GROUP1_NR_COUNTERS (Results 1 – 3 of 3) sorted by relevance
21 uint64_t group1_cnts[AMU_GROUP1_NR_COUNTERS];92 assert((idx >= 0) && (idx < AMU_GROUP1_NR_COUNTERS)); in amu_group1_cnt_read()101 assert((idx >= 0) && (idx < AMU_GROUP1_NR_COUNTERS)); in amu_group1_cnt_write()114 assert((idx >= 0) && (idx < AMU_GROUP1_NR_COUNTERS)); in amu_group1_set_evtype()133 <= AMU_GROUP1_NR_COUNTERS); in amu_context_save()148 for (i = 0; i < AMU_GROUP1_NR_COUNTERS; i++) in amu_context_save()166 <= AMU_GROUP1_NR_COUNTERS); in amu_context_restore()174 for (i = 0; i < AMU_GROUP1_NR_COUNTERS; i++) in amu_context_restore()
20 uint64_t group1_cnts[AMU_GROUP1_NR_COUNTERS];79 assert((idx >= 0) && (idx < AMU_GROUP1_NR_COUNTERS)); in amu_group1_cnt_read()88 assert((idx >= 0) && (idx < AMU_GROUP1_NR_COUNTERS)); in amu_group1_cnt_write()97 assert((idx >= 0) && (idx < AMU_GROUP1_NR_COUNTERS)); in amu_group1_set_evtype()128 for (i = 0; i < AMU_GROUP1_NR_COUNTERS; i++) in amu_context_save()150 for (i = 0; i < AMU_GROUP1_NR_COUNTERS; i++) in amu_context_restore()
28 #define AMU_GROUP1_NR_COUNTERS PLAT_AMU_GROUP1_NR_COUNTERS macro30 #define AMU_GROUP1_NR_COUNTERS U(0) macro34 CASSERT(AMU_GROUP1_NR_COUNTERS <= 16, invalid_amu_group1_nr_counters);