Home
last modified time | relevance | path

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

/external/arm-trusted-firmware/plat/arm/board/fvp/
Dfvp_gicv3.c139 if (gicv3_rdistif_probe((uintptr_t)fvp_gicr_base_addrs[0]) == -1) { in plat_arm_gic_driver_init()
159 result = gicv3_rdistif_probe(*plat_gicr_frames); in plat_arm_gic_pcpu_init()
/external/arm-trusted-firmware/plat/arm/common/
Darm_gicv3.c111 if (gicv3_rdistif_probe(gicr_base_addrs[0]) == -1) { in plat_arm_gic_driver_init()
155 result = gicv3_rdistif_probe(*plat_gicr_frames); in plat_arm_gic_pcpu_init()
/external/arm-trusted-firmware/include/drivers/arm/
Dgicv3.h486 int gicv3_rdistif_probe(const uintptr_t gicr_frame);
/external/arm-trusted-firmware/drivers/arm/gic/v3/
Dgicv3_main.c1300 int gicv3_rdistif_probe(const uintptr_t gicr_frame) in gicv3_rdistif_probe() function
/external/arm-trusted-firmware/docs/
Dchange-log.rst1171 - Adds ``gicv3_rdistif_probe`` function that delegates the responsibility