HomeSort by relevance Sort by last modified time
    Searched full:mgicredistributorsbase (Results 1 - 1 of 1) sorted by null

  /device/linaro/bootloader/edk2/ArmPkg/Drivers/ArmGic/GicV3/
ArmGicV3Dxe.c 24 STATIC UINTN mGicRedistributorsBase;
48 ArmGicEnableInterrupt (mGicDistributorBase, mGicRedistributorsBase, Source);
75 ArmGicDisableInterrupt (mGicDistributorBase, mGicRedistributorsBase, Source);
104 *InterruptState = ArmGicIsInterruptEnabled (mGicDistributorBase, mGicRedistributorsBase, Source);
249 mGicRedistributorsBase = PcdGet64 (PcdGicRedistributorsBase);
308 MmioWrite32 (mGicRedistributorsBase + ARM_GICR_CTLR_FRAME_SIZE + ARM_GIC_ICDISR, 0xffffffff);

Completed in 91 milliseconds