MPAMF_ECR, MPAM Error Control Register
The MPAMF_ECR characteristics are:
Purpose
MPAMF_ECR is a 32-bit read-write register that controls MPAM error interrupts for this MSC. MPAMF_ECR_s controls Secure MPAM error handling. MPAMF_ECR_ns controls Non-secure MPAM error handling.
Configuration
The power domain of MPAMF_ECR is IMPLEMENTATION DEFINED.
This register is present only when FEAT_MPAM is implemented. Otherwise, direct accesses to MPAMF_ECR are RES0.
If a MSC cannot encounter any of the error conditions listed in section 15.1, both the MPAMF_ESR and MPAMF_ECR must be RAZ/WI.
Attributes
MPAMF_ECR is a 32-bit register.
Field descriptions
The MPAMF_ECR bit assignments are:
Bits [31:1]
Reserved, RES0.
INTEN, bit [0]
Interrupt Enable.
INTEN | Meaning |
---|---|
0b0 |
MPAM error interrupts are not generated. |
0b1 |
MPAM error interrupts are generated. |
Accessing the MPAMF_ECR
This register is within the MPAM feature page memory frames. In a system that supports Secure and Non-secure memory maps, there must be both Secure and Non-secure MPAM feature pages.
MPAMF_ECR_s must be accessible from the Secure MPAM feature page. MPAMF_ECR_ns must be accessible from the Non-secure MPAM feature page.
MPAMF_ECR_s and MPAMF_ECR_ns must be separate registers. The Secure instance (MPAMF_ECR_s) accesses the error interrupt controls used for Secure PARTIDs, and the Non-secure instance (MPAMF_ECR_ns) accesses the error interrupt controls used for Non-secure PARTIDs.
MPAMF_ECR can be accessed through the memory-mapped interfaces:
Component | Frame | Offset | Instance |
---|---|---|---|
MPAM | MPAMF_BASE_s | 0x00F0 | MPAMF_ECR_s |
Accesses on this interface are RW.
Component | Frame | Offset | Instance |
---|---|---|---|
MPAM | MPAMF_BASE_ns | 0x00F0 | MPAMF_ECR_ns |
Accesses on this interface are RW.