The GICD_ITARGETSR<n> characteristics are:
When affinity routing is not enabled, holds the list of target PEs for the interrupt. That is, it holds the list of CPU interfaces to which the Distributor forwards the interrupt if it is asserted and has sufficient priority.
These registers are available in all configurations of the GIC. When GICD_CTLR.DS==0, these registers are Common.
The number of implemented GICD_ITARGETSR<n> registers is 8*(GICD_TYPER.ITLinesNumber+1). Registers are numbered from 0.
GICD_ITARGETSR0 to GICD_ITARGETSR7 are Banked for each connected PEwith GICR_TYPER.Processor_Number < 8.
Accessing GICD_ITARGETSR0 to GICD_ITARGETSR7 from a PE with GICR_TYPER.Processor_Number > 7 is CONSTRAINED UNPREDICTABLE:
GICD_ITARGETSR<n> is a 32-bit register.
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 |
CPU_targets_offset_3B | CPU_targets_offset_2B | CPU_targets_offset_1B | CPU_targets_offset_0B |
PEs in the system number from 0, and each bit in a PE targets field refers to the corresponding PE. For example, a value of 0x3 means that the Pending interrupt is sent to PEs 0 and 1. For GICD_ITARGETSR0-GICD_ITARGETSR7, a read of any targets field returns the number of the PE performing the read.
PE targets for an interrupt, at byte offset 3.
The reset behavior of this field is:
PE targets for an interrupt, at byte offset 2.
The reset behavior of this field is:
PE targets for an interrupt, at byte offset 1.
The reset behavior of this field is:
PE targets for an interrupt, at byte offset 0.
The reset behavior of this field is:
The bits that are set to 1 in the PE targets field determine which PEs are targeted:
Value of PE targets field | Interrupt targets |
---|---|
0bxxxxxxx1 | CPU interface 0 |
0bxxxxxx1x | CPU interface 1 |
0bxxxxx1xx | CPU interface 2 |
0bxxxx1xxx | CPU interface 3 |
0bxxx1xxxx | CPU interface 4 |
0bxx1xxxxx | CPU interface 5 |
0bx1xxxxxx | CPU interface 6 |
0b1xxxxxxx | CPU interface 7 |
For interrupt ID m, when DIV and MOD are the integer division and modulo operations:
Software can write to these registers at any time. Any change to a targets field value:
These registers are used when affinity routing is not enabled. When affinity routing is enabled for the Security state of an interrupt, the target PEs for an interrupt are defined by GICD_IROUTER<n> and the associated byte in GICD_ITARGETSR<n> is RES0. An implementation is permitted to make the byte RAZ/WI in this case.
In a single connected PE implementation, all interrupts target one PE, and these registers are RAZ/WI.
Implementations must ensure that an interrupt that is pending at the time of the write uses either the old value or the new value and must ensure that the interrupt is neither lost nor handled more than one time. The effect of the change must be visible in finite time.
Component | Frame | Offset | Instance |
---|---|---|---|
GIC Distributor | Dist_base | 0x0800 + (4 * n) | GICD_ITARGETSR<n> |
Accesses on this interface are RW.
26/03/2024 09:49; 67c0ae5282a7629ba0ea0ba7267b43cd4f7939f6
Copyright © 2010-2024 Arm Limited or its affiliates. All rights reserved. This document is Non-Confidential.