Home
last modified time | relevance | path

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

/trusted-firmware-a/lib/extensions/amu/aarch64/
A Damu.c451 uint64_t amcg1idr_el0_voff; /* Auxiliary counters with virtual offsets */ in amu_context_save() local
471 amcg1idr_el0_voff = (hcr_el2_amvoffen != 0U) ? read_amcg1idr_el0_voff() : 0U; in amu_context_save()
519 if ((amcg1idr_el0_voff >> i) & 1U) { in amu_context_save()
547 uint64_t amcg1idr_el0_voff; /* Auxiliary counters with virtual offsets */ in amu_context_restore() local
566 amcg1idr_el0_voff = (hcr_el2_amvoffen != 0U) ? read_amcg1idr_el0_voff() : 0U; in amu_context_restore()
609 if ((amcg1idr_el0_voff >> i) & 1U) { in amu_context_restore()

Completed in 3 milliseconds