Searched refs:gic_cpu_config (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/irqchip/ |
H A D | irq-gic-common.h | 26 void gic_cpu_config(void __iomem *base, int nr, void (*sync_access)(void));
|
H A D | irq-gic-common.c | 139 void gic_cpu_config(void __iomem *base, int nr, void (*sync_access)(void)) in gic_cpu_config() function
|
H A D | irq-hip04.c | 290 gic_cpu_config(dist_base, 32, NULL); in hip04_irq_cpu_init()
|
H A D | irq-gic.c | 527 gic_cpu_config(dist_base, 32, NULL); in gic_cpu_init()
|
H A D | irq-gic-v3.c | 1132 gic_cpu_config(rbase, gic_data.ppi_nr + 16, gic_redist_wait_for_rwp); in gic_cpu_init()
|
/kernel/linux/linux-6.6/drivers/irqchip/ |
H A D | irq-gic-common.h | 26 void gic_cpu_config(void __iomem *base, int nr, void (*sync_access)(void));
|
H A D | irq-gic-common.c | 126 void gic_cpu_config(void __iomem *base, int nr, void (*sync_access)(void)) in gic_cpu_config() function
|
H A D | irq-hip04.c | 290 gic_cpu_config(dist_base, 32, NULL); in hip04_irq_cpu_init()
|
H A D | irq-gic.c | 522 gic_cpu_config(dist_base, 32, NULL); in gic_cpu_init()
|
H A D | irq-gic-v3.c | 1285 gic_cpu_config(rbase, gic_data.ppi_nr + 16, gic_redist_wait_for_rwp); in gic_cpu_init()
|
Completed in 12 milliseconds