Searched refs:ARM_GIC_ICDDCR_DS (Results 1 – 2 of 2) sorted by relevance
52 #define ARM_GIC_ICDDCR_DS (1 << 6) // Disable Security (DS) macro
299 if ((MmioRead32 (mGicDistributorBase + ARM_GIC_ICDDCR) & ARM_GIC_ICDDCR_DS) != 0) { in GicV3DxeInitialize()