gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:define_inthdr from tkernel_2/kernel/sysdepend/cpu/em1d/cpu_init.c (0.00 seconds)
tkernel_2
kernel/sysdepend/cpu/em1d/cpu_init.c - 6.3KB - 177 lines
65:         /* install the exception handler used by the OS */
66:         define_inthdr(SWI_SVC,     call_entry);
67:         define_inthdr(SWI_RETINT,   _tk_ret_int);
68:         define_inthdr(SWI_DISPATCH, dispatch_entry);
69:         define_inthdr(SWI_RETTEX,   rettex_entry);
70: #if USE_DBGSPT
71:         define_inthdr(SWI_DEBUG,    call_dbgspt);
72: #endif