Home
last modified time | relevance | path

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

/tf-a-ffa_el3_spmc/include/lib/extensions/
A Damu.h26 #define AMU_GROUP1_COUNTERS_MASK U(0) macro
30 #if (AMU_GROUP1_COUNTERS_MASK & (1 << 15))
32 #elif (AMU_GROUP1_COUNTERS_MASK & (1 << 14))
34 #elif (AMU_GROUP1_COUNTERS_MASK & (1 << 13))
36 #elif (AMU_GROUP1_COUNTERS_MASK & (1 << 12))
38 #elif (AMU_GROUP1_COUNTERS_MASK & (1 << 11))
42 #elif (AMU_GROUP1_COUNTERS_MASK & (1 << 9))
44 #elif (AMU_GROUP1_COUNTERS_MASK & (1 << 8))
46 #elif (AMU_GROUP1_COUNTERS_MASK & (1 << 7))
48 #elif (AMU_GROUP1_COUNTERS_MASK & (1 << 6))
[all …]
/tf-a-ffa_el3_spmc/lib/extensions/amu/aarch32/
A Damu.c92 write_amcntenset1(AMU_GROUP1_COUNTERS_MASK); in amu_enable()
189 assert(read_amcntenset1_el0() == AMU_GROUP1_COUNTERS_MASK); in amu_context_save()
198 write_amcntenclr1(AMU_GROUP1_COUNTERS_MASK); in amu_context_save()
210 if ((AMU_GROUP1_COUNTERS_MASK & (1U << i)) != 0U) { in amu_context_save()
250 if ((AMU_GROUP1_COUNTERS_MASK & (1U << i)) != 0U) { in amu_context_restore()
256 write_amcntenset1(AMU_GROUP1_COUNTERS_MASK); in amu_context_restore()
/tf-a-ffa_el3_spmc/lib/extensions/amu/aarch64/
A Damu.c104 write_amcntenset1_el0(AMU_GROUP1_COUNTERS_MASK); in amu_enable()
270 assert(read_amcntenset1_el0() == AMU_GROUP1_COUNTERS_MASK); in amu_context_save()
279 write_amcntenclr1_el0(AMU_GROUP1_COUNTERS_MASK); in amu_context_save()
300 if ((AMU_GROUP1_COUNTERS_MASK & (1UL << i)) != 0U) { in amu_context_save()
310 amcg1idr = amcg1idr & AMU_GROUP1_COUNTERS_MASK; in amu_context_save()
364 if ((AMU_GROUP1_COUNTERS_MASK & (1UL << i)) != 0U) { in amu_context_restore()
374 amcg1idr = amcg1idr & AMU_GROUP1_COUNTERS_MASK; in amu_context_restore()
385 write_amcntenset1_el0(AMU_GROUP1_COUNTERS_MASK); in amu_context_restore()

Completed in 4 milliseconds