AMCR, Activity Monitors Control Register
The AMCR characteristics are:
Purpose
Global control register for the activity monitors implementation. AMCR is applicable to both the architected and the auxiliary counter groups.
Configuration
External register AMCR bits [31:0] are architecturally mapped to AArch64 System register AMCR_EL0[31:0] .
External register AMCR bits [31:0] are architecturally mapped to AArch32 System register AMCR[31:0] .
The power domain of AMCR is IMPLEMENTATION DEFINED.
This register is present only when FEAT_AMUv1 is implemented. Otherwise, direct accesses to AMCR are RES0.
Attributes
AMCR is a 32-bit register.
Field descriptions
The AMCR bit assignments are:
Bits [31:11]
Reserved, RES0.
HDBG, bit [10]
This bit controls whether activity monitor counting is halted when the PE is halted in Debug state.
HDBG | Meaning |
---|---|
0b0 |
Activity monitors do not halt counting when the PE is halted in Debug state. |
0b1 |
Activity monitors halt counting when the PE is halted in Debug state. |
Bits [9:0]
Reserved, RAZ/WI.
Accessing the AMCR
AMCR can be accessed through the memory-mapped interfaces:
Component | Offset | Instance |
---|---|---|
AMU | 0xE04 | AMCR |
Accesses on this interface are RO.