GICV_APR<n>, Virtual Machine Active Priorities Registers, n = 0 - 3
The GICV_APR<n> characteristics are:
Purpose
Provides information about interrupt active priorities.
These registers correspond to the physical CPU interface registers GICC_APR<n>.
Configuration
When System register access is disabled for EL2, these registers access GICH_APR<n>, and all active priorities for virtual machines are held in GICH_APR<n> regardless of interrupt group.
When System register access is enabled for EL2, these registers access ICH_AP1R<n>_EL2, and all active priorities for virtual machines are held in ICH_AP1R<n>_EL2 regardless of interrupt group.
Attributes
GICV_APR<n> is a 32-bit register.
Field descriptions
The GICV_APR<n> bit assignments are:
31 | 30 | 29 | 28 | 27 | 26 | 25 | 24 | 23 | 22 | 21 | 20 | 19 | 18 | 17 | 16 | 15 | 14 | 13 | 12 | 11 | 10 | 9 | 8 | 7 | 6 | 5 | 4 | 3 | 2 | 1 | 0 |
P31 | P30 | P29 | P28 | P27 | P26 | P25 | P24 | P23 | P22 | P21 | P20 | P19 | P18 | P17 | P16 | P15 | P14 | P13 | P12 | P11 | P10 | P9 | P8 | P7 | P6 | P5 | P4 | P3 | P2 | P1 | P0 |
P<x>, bit [x], for x = 31 to 0
Provides information about active priorities for the virtual machine.
See GICH_APR<n> and ICH_AP1R<n>_EL2 for the correspondence between priorities and bits.
Accessing the GICV_APR<n>
If System register access is not enabled for EL2, these registers access GICH_APR<n>. If System register access is enabled for EL2, these registers access ICH_AP1R<n>_EL2. All active priority mapped guests are held in the accessed registers, regardless of interrupt group.
GICV_APR<n> can be accessed through the memory-mapped interfaces:
Component | Offset | Instance |
---|---|---|
GIC Virtual CPU interface | 0x00D0 + (4 * n) | GICV_APR<n> |
This interface is accessible as follows:
- When GICD_CTLR.DS == 0 accesses to this register are RW.
- When an access is Secure accesses to this register are RW.
- When an access is Non-secure accesses to this register are RW.