Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/irqchip/
Dirq-gic-v3-its.c101 static struct rdists *gic_rdists; variable
103 #define gic_data_rdist() (raw_cpu_ptr(gic_rdists->rdist))
571 u8 *cfg = page_address(gic_rdists->prop_page) + hwirq - 8192; in lpi_set_config()
583 if (gic_rdists->flags & RDIST_FLAGS_PROPBASE_NEEDS_FLUSHING) in lpi_set_config()
769 gic_rdists->prop_page = alloc_pages(GFP_NOWAIT, in its_alloc_lpi_tables()
771 if (!gic_rdists->prop_page) { in its_alloc_lpi_tables()
776 paddr = page_to_phys(gic_rdists->prop_page); in its_alloc_lpi_tables()
780 memset(page_address(gic_rdists->prop_page), in its_alloc_lpi_tables()
785 __flush_dcache_area(page_address(gic_rdists->prop_page), LPI_PROPBASE_SZ); in its_alloc_lpi_tables()
1021 val = (page_to_phys(gic_rdists->prop_page) | in its_cpu_init_lpis()
[all …]