Searched refs:_isr_list (Results 1 – 7 of 7) sorted by relevance
53 struct _isr_list { struct101 static Z_DECL_ALIGN(struct _isr_list) Z_GENERIC_SECTION(.intList) \
14 * struct _isr_list isrs[]; <- Usually of smaller size than num_vectors19 * an appropriate number of instances of struct _isr_list. See
26 typedef struct _isr_list isr_table_entry_t;
28 static struct _isr_list irq_vector_table[N_IRQS] = { { 0 } };
28 static struct _isr_list irq_vector_table[NHW_INTCTRL_MAX_INTLINES];
461 struct _isr_list which is placed in a special .intList section:465 struct _isr_list {487 struct _isr_list isrs[]; <- of size num_isrs490 This data consisting of the header and instances of struct _isr_list inside
235 63 GEN_ABSOLUTE_SYM(__ISR_LIST_SIZEOF, sizeof(struct _isr_list));