HomeSort by relevance Sort by last modified time
    Searched refs:GicInterrupt (Results 1 - 2 of 2) sorted by null

  /device/linaro/bootloader/edk2/ArmPkg/Drivers/ArmGic/GicV2/
ArmGicV2Dxe.c 164 UINT32 GicInterrupt;
167 GicInterrupt = ArmGicV2AcknowledgeInterrupt (mGicInterruptInterfaceBase);
170 if ((GicInterrupt & ARM_GIC_ICCIAR_ACKINTID) >= mGicNumInterrupts) {
175 InterruptHandler = gRegisteredInterruptHandlers[GicInterrupt];
178 InterruptHandler (GicInterrupt, SystemContext);
180 DEBUG ((EFI_D_ERROR, "Spurious GIC interrupt: 0x%x\n", GicInterrupt));
181 GicV2EndOfInterrupt (&gHardwareInterruptV2Protocol, GicInterrupt);
213 UINT32 GicInterrupt;
222 GicInterrupt = ArmGicV2AcknowledgeInterrupt (mGicInterruptInterfaceBase);
224 if ((GicInterrupt & ARM_GIC_ICCIAR_ACKINTID) < mGicNumInterrupts) {
    [all...]
  /device/linaro/bootloader/edk2/ArmPkg/Drivers/ArmGic/GicV3/
ArmGicV3Dxe.c 154 UINT32 GicInterrupt;
157 GicInterrupt = ArmGicV3AcknowledgeInterrupt ();
161 if ((GicInterrupt & ARM_GIC_ICCIAR_ACKINTID) >= mGicNumInterrupts) {
166 InterruptHandler = gRegisteredInterruptHandlers[GicInterrupt];
169 InterruptHandler (GicInterrupt, SystemContext);
171 DEBUG ((EFI_D_ERROR, "Spurious GIC interrupt: 0x%x\n", GicInterrupt));
172 GicV3EndOfInterrupt (&gHardwareInterruptV3Protocol, GicInterrupt);

Completed in 1577 milliseconds