2024-07-12
한어Русский языкEnglishFrançaisIndonesianSanskrit日本語DeutschPortuguêsΕλληνικάespañolItalianoSuomalainenLatina
please read【ARM GICv3/v4 practical learning】
In the ARM GICv3 and GICv4 architectures, different types of interrupts (such as PPIs, SPIs, SGIs, and LPIs) can be enabled and disabled in different ways.
The following details how to enable and disable these interrupts:
GICR_ISENABLER0
andGICR_ICENABLER0
Register writes can enable and disable PPIs in a secure state with affinity routing enabled.n = 0
, that is, there is only one register.GICD_ISENABLER<n>
andGICD_ICENABLER<n>
Write to enable and disable PPIs individually.Traditional operating mode of physical interruptionLegacy Operation for Physical Interrupts usually refers to support for earlier ARM architectures, where interrupt management may differ from the latest GIC specifications.