Searched refs:NR_VECTORS (Results 1 – 10 of 10) sorted by relevance
108 #define NR_VECTORS 256 macro113 #define FIRST_SYSTEM_VECTOR NR_VECTORS117 #define NR_SYSTEM_VECTORS (NR_VECTORS - FIRST_SYSTEM_VECTOR)138 (NR_VECTORS + CPU_VECTOR_LIMIT) : \139 (NR_VECTORS + IO_APIC_VECTOR_LIMIT))141 #define NR_IRQS (NR_VECTORS + IO_APIC_VECTOR_LIMIT)143 #define NR_IRQS (NR_VECTORS + CPU_VECTOR_LIMIT)
38 static DEFINE_PER_CPU(struct irq_desc * [NR_VECTORS], irq_map);341 loongarch_avec.vector_matrix = irq_alloc_matrix(NR_VECTORS, 0, NR_VECTORS); in irq_matrix_init()
51 [0 ... NR_VECTORS - 1] = VECTOR_UNUSED,
545 for (vector = FIRST_EXTERNAL_VECTOR; vector < NR_VECTORS; vector++) { in fixup_irqs()
84 DECLARE_BITMAP(system_vectors, NR_VECTORS);
130 typedef struct irq_desc* vector_irq_t[NR_VECTORS];
721 if (irq_get_nr_irqs() > NR_VECTORS * nr_cpu_ids) in arch_probe_nr_irqs()722 irq_set_nr_irqs(NR_VECTORS * nr_cpu_ids); in arch_probe_nr_irqs()778 for_each_set_bit(vector, system_vectors, NR_VECTORS) in lapic_assign_system_vectors()816 vector_matrix = irq_alloc_matrix(NR_VECTORS, FIRST_EXTERNAL_VECTOR, in arch_early_irq_init()857 for (vector = 0; vector < NR_VECTORS; vector++) in lapic_online()
117 #define NR_VECTORS 2 macro
417 exception_handler_fn exception_handlers[NR_VECTORS][NR_EXCEPTIONS];