Home
last modified time | relevance | path

Searched refs:expevt (Results 1 – 3 of 3) sorted by relevance

/netbsd/sys/arch/sh3/sh3/
H A Dexception.c142 int expevt = tf->tf_expevt; in general_exception() local
167 expevt |= EXP_USER; in general_exception()
171 switch (expevt) { in general_exception()
243 switch (expevt & ~EXP_USER) { in general_exception()
251 if (kdb_trap(expevt, code, tf)) in general_exception()
258 if (expevt >> 5 < exp_types) in general_exception()
259 printf("fatal %s", exp_type[expevt >> 5]); in general_exception()
261 printf("EXPEVT 0x%03x", expevt); in general_exception()
/netbsd/external/gpl3/gcc.old/dist/libgcc/config/sh/
H A Dcrt1.S335 .long 0xff000024 ! Address of expevt
396 mov.l @r4, r4 ! r4 is value of expevt, first parameter.
503 mov.l @r4, r4 ! r4 is value of expevt hence making this the return code
520 .long 0xff000024 ! Address of expevt
/netbsd/external/gpl3/gcc/dist/libgcc/config/sh/
H A Dcrt1.S335 .long 0xff000024 ! Address of expevt
396 mov.l @r4, r4 ! r4 is value of expevt, first parameter.
503 mov.l @r4, r4 ! r4 is value of expevt hence making this the return code
520 .long 0xff000024 ! Address of expevt