TRCTRACEIDR, Trace ID Register
The TRCTRACEIDR characteristics are:
Purpose
Sets the trace ID for instruction trace.
Configuration
External register TRCTRACEIDR bits [31:0] are architecturally mapped to AArch64 System register TRCTRACEIDR[31:0] .
This register is present only when FEAT_ETE is implemented. Otherwise, direct accesses to TRCTRACEIDR are RES0.
Attributes
TRCTRACEIDR is a 32-bit register.
Field descriptions
The TRCTRACEIDR bit assignments are:
Bits [31:7]
Reserved, RES0.
TRACEID, bits [6:0]
Trace ID field. Sets the trace ID value for instruction trace. The width of the field is indicated by the value of TRCIDR5.TRACEIDSIZE. Unimplemented bits are RES0.
If an implementation supports AMBA ATB, then:
- The width of the field is 7 bits.
- Writing a reserved trace ID value does not affect behavior of the trace unit but it might cause UNPREDICTABLE behavior of the trace capture infrastructure.
See the AMBA ATB Protocol Specification for information about which ATID values are reserved.
On a Trace unit reset, this field resets to an architecturally UNKNOWN value.
Accessing the TRCTRACEIDR
Must be programmed if implemented.
Writes are CONSTRAINED UNPREDICTABLE if the trace unit is not in the Idle state.
TRCTRACEIDR can be accessed through the external debug interface:
Component | Offset |
---|---|
ETE | 0x040 |
This interface is accessible as follows:
- When OSLockStatus(), or !IsTraceCorePowered() or !AllowExternalTraceAccess() accesses to this register generate an error response.
- Otherwise accesses to this register are RW.