/src/lib/libm/src/ |
k_standard.c | 86 struct exception exc; local in function:__kernel_standard 97 exc.arg1 = x; 98 exc.arg2 = y; 103 exc.type = DOMAIN; 104 exc.name = type < 100 ? "acos" : "acosf"; 105 exc.retval = zero; 107 exc.retval = zero/zero; 109 } else if (!matherr(&exc)) { 119 exc.type = DOMAIN; 120 exc.name = type < 100 ? "asin" : "asinf" [all...] |
/src/sys/lib/libunwind/ |
libunwind.cxx | 30 struct _Unwind_Exception *exc) { 56 _Unwind_Reason_Code result = (*p)(1, _UA_SEARCH_PHASE, exc->exception_class, 57 exc, (struct _Unwind_Context *)(&cursor)); 64 exc->private_2 = cursor.getSP(); 79 struct _Unwind_Exception *exc) { 108 if (sp == exc->private_2) 111 _Unwind_Reason_Code result = (*p)(1, action, exc->exception_class, exc, 116 if (sp == exc->private_2) 131 struct _Unwind_Exception *exc, [all...] |
/src/sys/arch/powerpc/oea/ |
kgdb_glue.c | 70 && (frame->exc == EXC_TRC 71 || (frame->exc == EXC_PGM 73 || frame->exc == EXC_BPT)) {
|
oea_machdep.c | 142 uintptr_t exc, exc_base; local in function:oea_init 203 for (exc = exc_base; exc <= exc_base + EXC_LAST; exc += 0x100) { 204 switch (exc - exc_base) { 207 memcpy((void *)exc, trapcode, size); 218 memcpy((void *)exc, sctrap, size); 222 memcpy((void *)exc, alitrap, size); 228 memcpy((void *)exc, dsi601trap, size); 234 memcpy((void *)exc, alitrap, size) [all...] |
/src/sys/arch/sandpoint/stand/altboot/ |
exception.c | 56 uint8_t *exc; local in function:init_vectors 60 for (exc = (uint8_t *)0x100; exc <= (uint8_t *)0x1400; exc += 0x100) 61 memcpy(exc, trap, trap_end - trap);
|
/src/sys/arch/powerpc/booke/ |
trap_subr.S | 191 #define FRAME_EXC_ENTER(exc, tf, start, save_prologue) \ 222 li %r7, exc; /* load EXC_* */ \ 243 #define FRAME_ENTER(exc, tf) \ 244 FRAME_EXC_ENTER(exc, tf, 26, SAVE_NOTHING) 246 #define FRAME_ENTER_ESR(exc, tf) \ 247 FRAME_EXC_ENTER(exc, tf, 25, SAVE_ESR) 249 #define FRAME_ENTER_DEAR_ESR(exc, tf) \ 250 FRAME_EXC_ENTER(exc, tf, 24, SAVE_DEAR_ESR) 254 #define FRAME_TLBENTER(exc) \ 255 FRAME_EXC_ENTER(exc, %r4, 20, SAVE_DEAR_ESR [all...] |
/src/sys/arch/powerpc/ibm4xx/ |
ibm4xx_machdep.c | 270 for (uintptr_t exc = EXC_RSVD; exc <= EXC_LAST; exc += 0x100) { local in function:ibm4xx_init 271 trap_copy(defaulttrap, exc, (uintptr_t)&defaultsize);
|
/src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
kirkwood-netxbig.dtsi | 63 exc {
|
/src/sys/arch/m68k/060sp/dist/ |
fpsp.s | 753 mov.w &0xe005,2+FP_SRC(%a6) # save exc status 772 mov.w &0xe001,2+FP_SRC(%a6) # save exc status 1015 mov.w &0xe003,2+FP_SRC(%a6) # save exc status 1046 mov.w &0xe001,2+FP_SRC(%a6) # save exc status 1390 # restore exc state (SNAN||OPERR||OVFL||UNFL||DZ||INEX) into the FPU; 1412 mov.w (tbl_except.b,%pc,%d0.w*2),2+FP_SRC(%a6) # create exc status 1766 # (where the exc frame is currently). make sure it's not at the top of the 1767 # frame or it will get overwritten when the exc stack frame is shifted "down". 1968 # restore exc state (SNAN||OPERR||OVFL||UNFL||DZ||INEX) into the FPU; 2422 # the handler exits through _fpsp_done(). If an enabled exc has been [all...] |
pfpsp.s | 753 mov.w &0xe005,2+FP_SRC(%a6) # save exc status 772 mov.w &0xe001,2+FP_SRC(%a6) # save exc status 1015 mov.w &0xe003,2+FP_SRC(%a6) # save exc status 1046 mov.w &0xe001,2+FP_SRC(%a6) # save exc status 1390 # restore exc state (SNAN||OPERR||OVFL||UNFL||DZ||INEX) into the FPU; 1412 mov.w (tbl_except.b,%pc,%d0.w*2),2+FP_SRC(%a6) # create exc status 1766 # (where the exc frame is currently). make sure it's not at the top of the 1767 # frame or it will get overwritten when the exc stack frame is shifted "down". 1968 # restore exc state (SNAN||OPERR||OVFL||UNFL||DZ||INEX) into the FPU; 2422 # the handler exits through _fpsp_done(). If an enabled exc has been [all...] |
/src/sys/arch/powerpc/powerpc/ |
trap_subr.S | 1073 #define INTR_SETUP(savearea,exc) \ 1114 li %r5,exc; \
|
/src/sys/arch/mips/mips/ |
mipsX_subr.S | 811 srl t0, a1, MIPS_CR_EXC_CODE_SHIFT # shift exc code to low 5 bits
|