Searched refs:gic_cpu_config (Results 1 – 5 of 5) sorted by relevance
/linux-6.3-rc2/drivers/irqchip/ |
A D | irq-gic-common.h | 25 void gic_cpu_config(void __iomem *base, int nr, void (*sync_access)(void));
|
A D | irq-gic-common.c | 120 void gic_cpu_config(void __iomem *base, int nr, void (*sync_access)(void)) in gic_cpu_config() function
|
A D | irq-hip04.c | 290 gic_cpu_config(dist_base, 32, NULL); in hip04_irq_cpu_init()
|
A D | irq-gic.c | 522 gic_cpu_config(dist_base, 32, NULL); in gic_cpu_init()
|
A D | irq-gic-v3.c | 1199 gic_cpu_config(rbase, gic_data.ppi_nr + 16, gic_redist_wait_for_rwp); in gic_cpu_init()
|
Completed in 11 milliseconds