From what I understand, the interrupt ID (INTID) in GIC is uniquely assigned based on the type of interrupt: SGI (Software Generated Interrupts), PPI (Private Peripheral Interrupts), and SPI (Shared Peripheral Interrupts). Each of these has a specific INTID range.
In GIC-400, can the INTIDs be handled independently for each Processing Element (PE) rather than for the entire CPU?
For example:
1. SGI and PPI Calculation (per PE):
Can GIC-400 handle this kind of control?"