Home
last modified time | relevance | path

Searched refs:FPE_INTOVF (Results 1 – 25 of 25) sorted by relevance

/linux-2.4.37.9/arch/mips/kernel/
Dtraps.c537 info.si_code = FPE_INTOVF; in do_ov()
619 info.si_code = FPE_INTOVF; in do_bp()
654 info.si_code = FPE_INTOVF; in do_tr()
/linux-2.4.37.9/arch/mips64/kernel/
Dtraps.c547 info.si_code = FPE_INTOVF; in do_ov()
629 info.si_code = FPE_INTOVF; in do_bp()
664 info.si_code = FPE_INTOVF; in do_tr()
/linux-2.4.37.9/include/asm-s390/
Dsiginfo.h140 #define FPE_INTOVF (__SI_FAULT|2) /* integer overflow */ macro
/linux-2.4.37.9/include/asm-sh/
Dsiginfo.h132 #define FPE_INTOVF (__SI_FAULT|2) /* integer overflow */ macro
/linux-2.4.37.9/include/asm-x86_64/
Dsiginfo.h131 #define FPE_INTOVF (__SI_FAULT|2) /* integer overflow */ macro
/linux-2.4.37.9/include/asm-ppc/
Dsiginfo.h130 #define FPE_INTOVF (__SI_FAULT|2) /* integer overflow */ macro
/linux-2.4.37.9/include/asm-s390x/
Dsiginfo.h140 #define FPE_INTOVF (__SI_FAULT|2) /* integer overflow */ macro
/linux-2.4.37.9/include/asm-alpha/
Dsiginfo.h132 #define FPE_INTOVF (__SI_FAULT|2) /* integer overflow */ macro
/linux-2.4.37.9/include/asm-arm/
Dsiginfo.h132 #define FPE_INTOVF (__SI_FAULT|2) /* integer overflow */ macro
/linux-2.4.37.9/include/asm-cris/
Dsiginfo.h132 #define FPE_INTOVF (__SI_FAULT|2) /* integer overflow */ macro
/linux-2.4.37.9/include/asm-i386/
Dsiginfo.h132 #define FPE_INTOVF (__SI_FAULT|2) /* integer overflow */ macro
/linux-2.4.37.9/include/asm-sh64/
Dsiginfo.h132 #define FPE_INTOVF (__SI_FAULT|2) /* integer overflow */ macro
/linux-2.4.37.9/include/asm-ppc64/
Dsiginfo.h140 #define FPE_INTOVF (__SI_FAULT|2) /* integer overflow */ macro
/linux-2.4.37.9/include/asm-parisc/
Dsiginfo.h132 #define FPE_INTOVF (__SI_FAULT|2) /* integer overflow */ macro
/linux-2.4.37.9/include/asm-mips/
Dsiginfo.h159 #define FPE_INTOVF (__SI_FAULT|2) /* integer overflow */ macro
/linux-2.4.37.9/include/asm-mips64/
Dsiginfo.h159 #define FPE_INTOVF (__SI_FAULT|2) /* integer overflow */ macro
/linux-2.4.37.9/include/asm-m68k/
Dsiginfo.h142 #define FPE_INTOVF (__SI_FAULT|2) /* integer overflow */ macro
/linux-2.4.37.9/include/asm-sparc/
Dsiginfo.h137 #define FPE_INTOVF (__SI_FAULT|2) /* integer overflow */ macro
/linux-2.4.37.9/include/asm-ia64/
Dsiginfo.h165 #define FPE_INTOVF (__SI_FAULT|2) /* integer overflow */ macro
/linux-2.4.37.9/include/asm-sparc64/
Dsiginfo.h197 #define FPE_INTOVF (__SI_FAULT|2) /* integer overflow */ macro
/linux-2.4.37.9/arch/ia64/kernel/
Dtraps.c155 sig = SIGFPE; code = FPE_INTOVF; in ia64_bad_break()
/linux-2.4.37.9/arch/parisc/kernel/
Dtraps.c548 si.si_code = FPE_INTOVF; in handle_interruption()
/linux-2.4.37.9/arch/m68k/kernel/
Dtraps.c1060 info.si_code = FPE_INTOVF; in trap_c()
/linux-2.4.37.9/arch/sparc/kernel/
Dsignal.c534 case FPE_INTOVF: sig_code = SUBSIG_FPINTOVFL; break; in setup_frame()
/linux-2.4.37.9/arch/sparc64/kernel/
Dsignal32.c628 case FPE_INTOVF: sig_code = SUBSIG_FPINTOVFL; break; in setup_frame32()