Home
last modified time | relevance | path

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

/arch/arm/mach-realview/include/mach/
Dirqs-pba8.h87 #if !defined(MAX_GIC_NR) || (MAX_GIC_NR < NR_GIC_PBA8)
88 #undef MAX_GIC_NR
89 #define MAX_GIC_NR NR_GIC_PBA8 macro
Dirqs-pb1176.h93 #if !defined(MAX_GIC_NR) || (MAX_GIC_NR < NR_GIC_PB1176)
94 #undef MAX_GIC_NR
95 #define MAX_GIC_NR NR_GIC_PB1176 macro
Dirqs-pbx.h102 #if !defined(MAX_GIC_NR) || (MAX_GIC_NR < NR_GIC_PBX)
103 #undef MAX_GIC_NR
104 #define MAX_GIC_NR NR_GIC_PBX macro
Dirqs-pb11mp.h115 #if !defined(MAX_GIC_NR) || (MAX_GIC_NR < NR_GIC_PB11MP)
116 #undef MAX_GIC_NR
117 #define MAX_GIC_NR NR_GIC_PB11MP macro
Dirqs-eb.h127 && (!defined(MAX_GIC_NR) || (MAX_GIC_NR < NR_GIC_EB11MP))
128 #undef MAX_GIC_NR
129 #define MAX_GIC_NR NR_GIC_EB11MP macro
/arch/arm/common/
Dgic.c85 #ifndef MAX_GIC_NR
86 #define MAX_GIC_NR 1 macro
89 static struct gic_chip_data gic_data[MAX_GIC_NR] __read_mostly;
339 if (gic_nr >= MAX_GIC_NR) in gic_cascade_irq()
424 if (gic_nr >= MAX_GIC_NR) in gic_dist_save()
459 if (gic_nr >= MAX_GIC_NR) in gic_dist_restore()
496 if (gic_nr >= MAX_GIC_NR) in gic_cpu_save()
522 if (gic_nr >= MAX_GIC_NR) in gic_cpu_restore()
550 for (i = 0; i < MAX_GIC_NR; i++) { in gic_notifier()
651 BUG_ON(gic_nr >= MAX_GIC_NR); in gic_init_bases()
[all …]