15ArmGicV2AcknowledgeInterrupt (
16 IN UINTN GicInterruptInterfaceBase
20 return MmioRead32 (GicInterruptInterfaceBase + ARM_GIC_ICCIAR);
25ArmGicV2EndOfInterrupt (
26 IN UINTN GicInterruptInterfaceBase,
30 ASSERT (Source <= MAX_UINT32);
31 MmioWrite32 (GicInterruptInterfaceBase + ARM_GIC_ICCEIOR, (UINT32)Source);
UINT32 EFIAPI MmioRead32(IN UINTN Address)
UINT32 EFIAPI MmioWrite32(IN UINTN Address, IN UINT32 Value)