Searched refs:gicv3_rdistif_probe (Results 1 – 7 of 7) sorted by relevance
139 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()
111 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()
504 int gicv3_rdistif_probe(const uintptr_t gicr_frame);
1254 int gicv3_rdistif_probe(const uintptr_t gicr_frame) in gicv3_rdistif_probe() function
193 .text.gicv3_rdistif_probe
2406 - Adds `gicv3_rdistif_probe` function that delegates the responsibility of
Completed in 24 milliseconds