/external/arm-trusted-firmware/drivers/arm/gic/v2/ |
D | gicv2_helpers.c | 123 const interrupt_prop_t *interrupt_props, in gicv2_secure_spis_configure_props() argument 131 assert(interrupt_props != NULL); in gicv2_secure_spis_configure_props() 134 prop_desc = &interrupt_props[i]; in gicv2_secure_spis_configure_props() 164 const interrupt_prop_t *interrupt_props, in gicv2_secure_ppi_sgi_setup_props() argument 173 assert(interrupt_props != NULL); in gicv2_secure_ppi_sgi_setup_props() 187 prop_desc = &interrupt_props[i]; in gicv2_secure_ppi_sgi_setup_props()
|
D | gicv2_private.h | 20 const interrupt_prop_t *interrupt_props, 23 const interrupt_prop_t *interrupt_props,
|
D | gicv2_main.c | 84 driver_data->interrupt_props, in gicv2_pcpu_distif_init() 116 driver_data->interrupt_props, in gicv2_distif_init() 136 plat_driver_data->interrupt_props != NULL : 1); in gicv2_driver_init()
|
/external/arm-trusted-firmware/plat/nvidia/tegra/common/ |
D | tegra_gicv2.c | 21 void tegra_gic_setup(const interrupt_prop_t *interrupt_props, in tegra_gic_setup() argument 34 tegra_gic_data.interrupt_props = interrupt_props; in tegra_gic_setup()
|
/external/arm-trusted-firmware/plat/socionext/uniphier/ |
D | uniphier_gicv3.c | 63 .interrupt_props = uniphier_interrupt_props, 72 .interrupt_props = uniphier_interrupt_props, 81 .interrupt_props = uniphier_interrupt_props,
|
/external/arm-trusted-firmware/drivers/arm/gic/v3/ |
D | gicv3_helpers.c | 388 const interrupt_prop_t *interrupt_props, in gicv3_secure_spis_config_props() argument 398 assert(interrupt_props != NULL); in gicv3_secure_spis_config_props() 401 current_prop = &interrupt_props[i]; in gicv3_secure_spis_config_props() 473 const interrupt_prop_t *interrupt_props, in gicv3_secure_ppi_sgi_config_props() argument 482 assert(interrupt_props != NULL); in gicv3_secure_ppi_sgi_config_props() 485 current_prop = &interrupt_props[i]; in gicv3_secure_ppi_sgi_config_props()
|
D | gicv3_private.h | 101 const interrupt_prop_t *interrupt_props, 104 const interrupt_prop_t *interrupt_props,
|
/external/arm-trusted-firmware/plat/renesas/rcar/aarch64/ |
D | platform_common.c | 221 static const interrupt_prop_t interrupt_props[] = { variable 262 .interrupt_props = interrupt_props, 263 .interrupt_props_num = (uint32_t) ARRAY_SIZE(interrupt_props),
|
/external/arm-trusted-firmware/plat/nvidia/tegra/include/drivers/ |
D | tegra_gic.h | 27 void tegra_gic_setup(const interrupt_prop_t *interrupt_props,
|
/external/arm-trusted-firmware/plat/qemu/common/ |
D | qemu_gicv2.c | 19 .interrupt_props = qemu_interrupt_props,
|
D | qemu_gicv3.c | 27 .interrupt_props = qemu_interrupt_props,
|
/external/arm-trusted-firmware/plat/mediatek/mt6795/ |
D | plat_mt_gic.c | 21 .interrupt_props = g0_interrupt_props,
|
/external/arm-trusted-firmware/plat/rockchip/common/ |
D | rockchip_gicv2.c | 39 .interrupt_props = g0_interrupt_props,
|
D | rockchip_gicv3.c | 41 .interrupt_props = g01s_interrupt_props,
|
/external/arm-trusted-firmware/plat/hisilicon/poplar/ |
D | poplar_gicv2.c | 26 .interrupt_props = poplar_interrupt_props,
|
/external/arm-trusted-firmware/plat/arm/common/ |
D | arm_gicv2.c | 37 .interrupt_props = arm_interrupt_props,
|
/external/arm-trusted-firmware/plat/layerscape/common/tsp/ |
D | ls_tsp_setup.c | 24 .interrupt_props = g0_interrupt_props,
|
/external/arm-trusted-firmware/plat/ti/k3/common/ |
D | k3_gicv3.c | 35 .interrupt_props = k3_interrupt_props,
|
/external/arm-trusted-firmware/plat/socionext/synquacer/ |
D | sq_gicv3.c | 62 .interrupt_props = sq_interrupt_props,
|
/external/arm-trusted-firmware/plat/marvell/common/ |
D | marvell_gicv3.c | 67 .interrupt_props = marvell_interrupt_props,
|
D | marvell_gicv2.c | 60 .interrupt_props = marvell_interrupt_props,
|
/external/arm-trusted-firmware/plat/xilinx/versal/ |
D | versal_gicv3.c | 65 .interrupt_props = versal_interrupt_props,
|
/external/arm-trusted-firmware/plat/imx/common/ |
D | plat_imx8_gic.c | 35 .interrupt_props = g01s_interrupt_props,
|
/external/arm-trusted-firmware/plat/amlogic/gxbb/ |
D | gxbb_bl31_setup.c | 130 .interrupt_props = gxbb_interrupt_props,
|
/external/arm-trusted-firmware/plat/hisilicon/hikey/ |
D | hikey_bl31_setup.c | 51 .interrupt_props = g0_interrupt_props,
|