Home
last modified time | relevance | path

Searched refs:GICBASE (Results 1 – 5 of 5) sorted by relevance

/trusty/kernel/platform/vexpress-a15/
Dplatform.c150 val = *REG32(GICBASE(0) + GICC_IAR); in platform_secondary_init()
153 *REG32(GICBASE(0) + GICC_EOIR) = val & 0x3ff; in platform_secondary_init()
Dsecondary_boot.S39 ldr r4, =GICBASE(0) + GICC_OFFSET
/trusty/hardware/nxp/platform/imx/soc/imx6ul/include/
Dimx-regs.h54 #define GICBASE(b) (GIC_BASE_VIRT) macro
/trusty/hardware/nxp/platform/imx/soc/imx7d/include/
Dimx-regs.h54 #define GICBASE(b) (GIC_BASE_VIRT) macro
/trusty/kernel/platform/vexpress-a15/include/platform/
Dvexpress-a15.h51 #define GICBASE(n) (GIC0 + (n)*0x10000) macro