Searched refs:IRQ_TABLE_SIZE (Results 1 – 5 of 5) sorted by relevance
25 .table_size = IRQ_TABLE_SIZE,69 uintptr_t __irq_vector_table _irq_vector_table[IRQ_TABLE_SIZE] = {70 [0 ...(IRQ_TABLE_SIZE - 1)] = (uintptr_t)&IRQ_VECTOR_TABLE_DEFAULT_ISR,79 struct _isr_table_entry __sw_isr_table _sw_isr_table[IRQ_TABLE_SIZE] = {80 [0 ...(IRQ_TABLE_SIZE - 1)] = {(const void *)0x42,86 struct z_shared_isr_table_entry __shared_sw_isr_table z_shared_sw_isr_table[IRQ_TABLE_SIZE] = {
105 #define IRQ_TABLE_SIZE (CONFIG_NUM_IRQS - CONFIG_GEN_IRQ_START_VECTOR) macro
125 if (irq < IRQ_TABLE_SIZE) { in z_arm_irq_dynamic_direct_isr_dispatch()
254 if (irq < IRQ_TABLE_SIZE) { in z_arm_irq_dynamic_direct_isr_dispatch()
80 #define TEST_IRQ_TABLE_SIZE (IRQ_TABLE_SIZE - \