Home
last modified time | relevance | path

Searched refs:exc (Results 1 – 13 of 13) sorted by relevance

/linux-2.6.39/arch/unicore32/kernel/
Dfpu-ucf64.c81 u32 exc = F64_EXCEPTION_ERROR & fpexc; in ucf64_exchandler() local
86 if (exc & FPSCR_CMPINSTR_BIT) { in ucf64_exchandler()
87 if (exc & FPSCR_CON) in ucf64_exchandler()
91 exc &= ~(FPSCR_CMPINSTR_BIT | FPSCR_CON); in ucf64_exchandler()
110 tmp |= exc; in ucf64_exchandler()
/linux-2.6.39/arch/m68k/fpsp040/
Dgen_except.S90 movel USER_FPSR(%a6),FPSR_SHADOW(%a1) |set exc bits
145 movel USER_FPSR(%a6),FPSR_SHADOW(%a6) |set exc bits
154 andb FPSR_EXCEPT(%a6),%d0 |and in the fpsr exc byte
159 | ;based on first enabled exc
210 | the case of the ovfl exc without the ovfl enabled, but with
219 | ;it is an unsupp or unimp exc
350 | the exc taken will be inex2.
362 movel USER_FPSR(%a6),FPSR_SHADOW(%a1) |set exc bits
Dx_unimp.S69 fsave -(%a7) |capture possible exc state
Dkernel_ex.S69 btstb #dz_bit,FPCR_ENABLE(%a6) |test FPCR for dz exc enabled
74 btstb #dz_bit,FPCR_ENABLE(%a6) |test FPCR for dz exc enabled
Ddecbin.S439 clrl %d3 |clear d3 to force no exc and extended
500 beqs no_exc |skip this if no exc
Ddo_func.S508 bra t_inx2 |set inex2 exc
515 bra t_inx2 |set inex2 exc
Dscale.S50 fmovel #0,%fpcr |clr user enabled exc
Dx_snan.S144 movel EXC_EA(%a6),%a0 |get <ea> from exc frame
Dbindec.S290 | d4: exc picture/LEN
/linux-2.6.39/drivers/scsi/
Dmesh.c1034 int err, exc, count; in handle_error() local
1038 exc = in_8(&mr->exception); in handle_error()
1041 MKWORD(err, exc, mr->fifo_count, mr->count_lo)); in handle_error()
1055 if (exc & EXC_RESELECTED) { in handle_error()
1095 if (exc & EXC_RESELECTED) { in handle_error()
1103 if (exc == EXC_PHASEMM) { in handle_error()
1110 err, exc); in handle_error()
1112 printk(KERN_ERR "mesh: unknown error %x (exc=%x)\n", err, exc); in handle_error()
1128 int exc; in handle_exception() local
1131 exc = in_8(&mr->exception); in handle_exception()
[all …]
/linux-2.6.39/arch/alpha/kernel/
Dosf_sys.c696 unsigned long exc, swcr, fpcr, fex; in SYSCALL_DEFINE5() local
699 if (get_user(exc, (unsigned long __user *)buffer)) in SYSCALL_DEFINE5()
702 exc &= IEEE_STATUS_MASK; in SYSCALL_DEFINE5()
705 swcr = (*state & IEEE_SW_MASK) | exc; in SYSCALL_DEFINE5()
706 *state |= exc; in SYSCALL_DEFINE5()
715 fex = (exc >> IEEE_STATUS_TO_EXCSUM_SHIFT) & swcr; in SYSCALL_DEFINE5()
/linux-2.6.39/arch/m68k/ifpsp060/src/
Dfpsp.S1381 # restore exc state (SNAN||OPERR||OVFL||UNFL||DZ||INEX) into the FPU;
1403 mov.w (tbl_except.b,%pc,%d0.w*2),2+FP_SRC(%a6) # create exc status
1758 # frame or it will get overwritten when the exc stack frame is shifted "down".
1959 # restore exc state (SNAN||OPERR||OVFL||UNFL||DZ||INEX) into the FPU;
2413 # the handler exits through _fpsp_done(). If an enabled exc has been #
3808 # _fpsp_fline(): 060FPSP entry point for "Line F emulator" exc. #
11774 bset &unfl_bit,FPSR_EXCEPT(%a6) # set unfl exc bit
13493 bset &unfl_bit,FPSR_EXCEPT(%a6) # set unfl exc bit
13595 bset &unfl_bit,FPSR_EXCEPT(%a6) # set unfl exc bit
13774 mov.b %d0,FPSR_CC(%a6) # set ccode bits(no exc bits are set)
[all …]
Dpfpsp.S1380 # restore exc state (SNAN||OPERR||OVFL||UNFL||DZ||INEX) into the FPU;
1402 mov.w (tbl_except.b,%pc,%d0.w*2),2+FP_SRC(%a6) # create exc status
1757 # frame or it will get overwritten when the exc stack frame is shifted "down".
1958 # restore exc state (SNAN||OPERR||OVFL||UNFL||DZ||INEX) into the FPU;
2412 # the handler exits through _fpsp_done(). If an enabled exc has been #