Lines Matching refs:ppi_nr
942 gic_data.ppi_nr = min(GICR_TYPER_NR_PPIS(typer), gic_data.ppi_nr); in __gic_update_rdist_properties()
949 gic_data.ppi_nr = UINT_MAX; in gic_update_rdist_properties()
951 if (WARN_ON(gic_data.ppi_nr == UINT_MAX)) in gic_update_rdist_properties()
952 gic_data.ppi_nr = 0; in gic_update_rdist_properties()
953 pr_info("%d PPIs implemented\n", gic_data.ppi_nr); in gic_update_rdist_properties()
1113 WARN((gic_data.ppi_nr > 16 || GIC_ESPI_NR != 0) && in gic_cpu_init()
1121 for (i = 0; i < gic_data.ppi_nr + 16; i += 32) in gic_cpu_init()
1124 gic_cpu_config(rbase, gic_data.ppi_nr + 16, gic_redist_wait_for_rwp); in gic_cpu_init()
1677 ppi_nmi_refs = kcalloc(gic_data.ppi_nr, sizeof(*ppi_nmi_refs), GFP_KERNEL); in gic_enable_nmi_support()
1681 for (i = 0; i < gic_data.ppi_nr; i++) in gic_enable_nmi_support()
1849 gic_data.ppi_descs = kcalloc(gic_data.ppi_nr, sizeof(*gic_data.ppi_descs), GFP_KERNEL); in gic_populate_ppi_partitions()
1907 for (i = 0; i < gic_data.ppi_nr; i++) { in gic_populate_ppi_partitions()