Home
last modified time | relevance | path

Searched refs:ARM_GIC_ICCICR_ENABLE_NS (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/ArmPkg/Drivers/ArmGic/GicV2/
DArmGicV2SecLib.c85 ARM_GIC_ICCICR_ENABLE_NS | in ArmGicV2EnableInterruptInterface()
99 …eBase + ARM_GIC_ICCICR, ControlValue & ~(ARM_GIC_ICCICR_ENABLE_SECURE | ARM_GIC_ICCICR_ENABLE_NS)); in ArmGicV2DisableInterruptInterface()
/device/linaro/bootloader/edk2/ArmPkg/Include/Library/
DArmGicLib.h87 #define ARM_GIC_ICCICR_ENABLE_NS 0x02 macro