Searched refs:nds32_isr_vectors (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/nds32/
H A Dnds32-isr.c44 static struct nds32_isr_info nds32_isr_vectors[NDS32_N_ISR_VECTORS]; variable in typeref:struct:nds32_isr_info
133 /* Setup nds32_isr_vectors[] array. */
134 nds32_isr_vectors[i].category = NDS32_ISR_INTERRUPT;
135 strcpy (nds32_isr_vectors[i].func_name, func_name);
136 nds32_isr_vectors[i].save_reg = save_reg;
137 nds32_isr_vectors[i].nested_type = nested_type;
138 nds32_isr_vectors[i].security_level = s_level;
223 /* Setup nds32_isr_vectors[] array. */
224 nds32_isr_vectors[i].category = NDS32_ISR_EXCEPTION;
225 strcpy (nds32_isr_vectors[
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/config/nds32/
H A Dnds32-isr.cc44 static struct nds32_isr_info nds32_isr_vectors[NDS32_N_ISR_VECTORS]; variable in typeref:struct:nds32_isr_info
133 /* Setup nds32_isr_vectors[] array. */
134 nds32_isr_vectors[i].category = NDS32_ISR_INTERRUPT;
135 strcpy (nds32_isr_vectors[i].func_name, func_name);
136 nds32_isr_vectors[i].save_reg = save_reg;
137 nds32_isr_vectors[i].nested_type = nested_type;
138 nds32_isr_vectors[i].security_level = s_level;
223 /* Setup nds32_isr_vectors[] array. */
224 nds32_isr_vectors[i].category = NDS32_ISR_EXCEPTION;
225 strcpy (nds32_isr_vectors[
[all...]

Completed in 155 milliseconds