Searched refs:interrupt_prop_t (Results 1 – 25 of 41) sorted by relevance
12
/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() 127 const interrupt_prop_t *prop_desc; in gicv2_secure_spis_configure_props() 164 const interrupt_prop_t *interrupt_props, in gicv2_secure_ppi_sgi_setup_props() 169 const interrupt_prop_t *prop_desc; 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,
|
/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() 392 const interrupt_prop_t *current_prop; in gicv3_secure_spis_config_props() 473 const interrupt_prop_t *interrupt_props, in gicv3_secure_ppi_sgi_config_props() 477 const interrupt_prop_t *current_prop; 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/nvidia/tegra/include/drivers/ |
D | tegra_gic.h | 27 void tegra_gic_setup(const interrupt_prop_t *interrupt_props,
|
/external/arm-trusted-firmware/include/common/ |
D | interrupt_props.h | 26 } interrupt_prop_t; typedef
|
/external/arm-trusted-firmware/plat/qemu/common/ |
D | qemu_gicv2.c | 11 static const interrupt_prop_t qemu_interrupt_props[] = {
|
D | qemu_gicv3.c | 12 static const interrupt_prop_t qemu_interrupt_props[] = {
|
/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()
|
/external/arm-trusted-firmware/plat/mediatek/mt6795/ |
D | plat_mt_gic.c | 13 static const interrupt_prop_t g0_interrupt_props[] = {
|
/external/arm-trusted-firmware/plat/rockchip/common/ |
D | rockchip_gicv2.c | 27 static const interrupt_prop_t g0_interrupt_props[] = {
|
D | rockchip_gicv3.c | 28 static const interrupt_prop_t g01s_interrupt_props[] = {
|
/external/arm-trusted-firmware/plat/hisilicon/poplar/ |
D | poplar_gicv2.c | 16 static const interrupt_prop_t poplar_interrupt_props[] = {
|
/external/arm-trusted-firmware/plat/arm/common/ |
D | arm_gicv2.c | 27 static const interrupt_prop_t arm_interrupt_props[] = {
|
/external/arm-trusted-firmware/plat/layerscape/common/tsp/ |
D | ls_tsp_setup.c | 16 static const interrupt_prop_t g0_interrupt_props[] = {
|
/external/arm-trusted-firmware/plat/ti/k3/common/ |
D | k3_gicv3.c | 22 static const interrupt_prop_t k3_interrupt_props[] = {
|
/external/arm-trusted-firmware/plat/socionext/synquacer/ |
D | sq_gicv3.c | 19 static const interrupt_prop_t sq_interrupt_props[] = {
|
/external/arm-trusted-firmware/plat/marvell/common/ |
D | marvell_gicv3.c | 32 static const interrupt_prop_t marvell_interrupt_props[] = {
|
D | marvell_gicv2.c | 45 static const interrupt_prop_t marvell_interrupt_props[] = {
|
/external/arm-trusted-firmware/plat/xilinx/versal/ |
D | versal_gicv3.c | 30 static const interrupt_prop_t versal_interrupt_props[] = {
|
/external/arm-trusted-firmware/plat/imx/common/ |
D | plat_imx8_gic.c | 22 static const interrupt_prop_t g01s_interrupt_props[] = {
|
/external/arm-trusted-firmware/plat/socionext/uniphier/ |
D | uniphier_gicv3.c | 19 static const interrupt_prop_t uniphier_interrupt_props[] = {
|
/external/arm-trusted-firmware/plat/amlogic/gxbb/ |
D | gxbb_bl31_setup.c | 106 static const interrupt_prop_t gxbb_interrupt_props[] = {
|
/external/arm-trusted-firmware/plat/hisilicon/hikey/ |
D | hikey_bl31_setup.c | 36 static const interrupt_prop_t g0_interrupt_props[] = {
|
/external/arm-trusted-firmware/plat/qemu/common/sp_min/ |
D | sp_min_setup.c | 54 static const interrupt_prop_t stih410_interrupt_props[] = {
|
12