Searched refs:MAX_INTR_EL3 (Results 1 – 10 of 10) sorted by relevance
13 static interrupt_type_handler_t type_el3_interrupt_table[MAX_INTR_EL3];18 if (!handler || id >= MAX_INTR_EL3) { in request_intr_type_el3()
202 static versal_intr_info_type_el3_t type_el3_interrupt_table[MAX_INTR_EL3];211 if ((handler == NULL) || (index >= MAX_INTR_EL3)) { in request_intr_type_el3()244 for (i = 0; i < MAX_INTR_EL3; i++) { in rdo_el3_interrupt_handler()264 for (i = 0; i < MAX_INTR_EL3; i++) { in plat_spmd_handle_group0_interrupt()
13 #define MAX_INTR_EL3 128 macro
158 static zynmp_intr_info_type_el3_t type_el3_interrupt_table[MAX_INTR_EL3];166 if (!handler || index >= MAX_INTR_EL3) { in request_intr_type_el3()194 for (i = 0; i < MAX_INTR_EL3; i++) { in rdo_el3_interrupt_handler()
151 static versal_intr_info_type_el3_t type_el3_interrupt_table[MAX_INTR_EL3];160 if ((handler == NULL) || (index >= MAX_INTR_EL3)) { in request_intr_type_el3()193 for (i = 0; i < MAX_INTR_EL3; i++) { in rdo_el3_interrupt_handler()
192 static versal_intr_info_type_el3_t type_el3_interrupt_table[MAX_INTR_EL3];201 if ((handler == NULL) || (index >= MAX_INTR_EL3)) { in request_intr_type_el3()246 for (i = 0; i < MAX_INTR_EL3; i++) { in rdo_el3_interrupt_handler()
19 #define MAX_INTR_EL3 2U macro
15 #define MAX_INTR_EL3 2U macro
147 #define MAX_INTR_EL3 2 macro