Searched refs:gic_rdists (Results 1 – 1 of 1) sorted by relevance
166 static struct rdists *gic_rdists; variable175 #define gic_data_rdist() (raw_cpu_ptr(gic_rdists->rdist))1047 prop_page = gic_rdists->prop_page; in lpi_write_config()1060 if (gic_rdists->flags & RDIST_FLAGS_PROPBASE_NEEDS_FLUSHING) in lpi_write_config()1548 numlpis = 1UL << GICD_TYPER_NUM_LPIS(gic_rdists->gicd_typer); in its_lpi_init()1629 lpi_id_bits = min_t(u32, GICD_TYPER_ID_BITS(gic_rdists->gicd_typer), in its_alloc_lpi_tables()1631 gic_rdists->prop_page = its_allocate_prop_table(GFP_NOWAIT); in its_alloc_lpi_tables()1632 if (!gic_rdists->prop_page) { in its_alloc_lpi_tables()1637 paddr = page_to_phys(gic_rdists->prop_page); in its_alloc_lpi_tables()1973 val = (page_to_phys(gic_rdists->prop_page) | in its_cpu_init_lpis()[all …]