Home
last modified time | relevance | path

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

12

/linux-2.4.37.9/arch/arm/kernel/
Dtraps.c237 info.si_code = ILL_ILLOPC; in do_undefinstr()
462 info.si_code = ILL_ILLOPC; in baddataabort()
/linux-2.4.37.9/arch/ppc/kernel/
Dtraps.c438 _exception(SIGILL, regs, ILL_ILLOPC, regs->nip); in ProgramCheckException()
514 _exception(SIGILL, regs, ILL_ILLOPC, regs->nip); in SoftwareEmulation()
/linux-2.4.37.9/include/asm-s390/
Dsiginfo.h126 #define ILL_ILLOPC (__SI_FAULT|1) /* illegal opcode */ macro
/linux-2.4.37.9/include/asm-sh/
Dsiginfo.h118 #define ILL_ILLOPC (__SI_FAULT|1) /* illegal opcode */ macro
/linux-2.4.37.9/include/asm-x86_64/
Dsiginfo.h117 #define ILL_ILLOPC (__SI_FAULT|1) /* illegal opcode */ macro
/linux-2.4.37.9/include/asm-ppc/
Dsiginfo.h116 #define ILL_ILLOPC (__SI_FAULT|1) /* illegal opcode */ macro
/linux-2.4.37.9/include/asm-s390x/
Dsiginfo.h126 #define ILL_ILLOPC (__SI_FAULT|1) /* illegal opcode */ macro
/linux-2.4.37.9/include/asm-alpha/
Dsiginfo.h118 #define ILL_ILLOPC (__SI_FAULT|1) /* illegal opcode */ macro
/linux-2.4.37.9/include/asm-arm/
Dsiginfo.h118 #define ILL_ILLOPC (__SI_FAULT|1) /* illegal opcode */ macro
/linux-2.4.37.9/include/asm-cris/
Dsiginfo.h118 #define ILL_ILLOPC (__SI_FAULT|1) /* illegal opcode */ macro
/linux-2.4.37.9/include/asm-i386/
Dsiginfo.h118 #define ILL_ILLOPC (__SI_FAULT|1) /* illegal opcode */ macro
/linux-2.4.37.9/include/asm-sh64/
Dsiginfo.h118 #define ILL_ILLOPC (__SI_FAULT|1) /* illegal opcode */ macro
/linux-2.4.37.9/include/asm-ppc64/
Dsiginfo.h126 #define ILL_ILLOPC (__SI_FAULT|1) /* illegal opcode */ macro
/linux-2.4.37.9/include/asm-parisc/
Dsiginfo.h118 #define ILL_ILLOPC (__SI_FAULT|1) /* illegal opcode */ macro
/linux-2.4.37.9/include/asm-mips/
Dsiginfo.h145 #define ILL_ILLOPC (__SI_FAULT|1) /* illegal opcode */ macro
/linux-2.4.37.9/include/asm-mips64/
Dsiginfo.h145 #define ILL_ILLOPC (__SI_FAULT|1) /* illegal opcode */ macro
/linux-2.4.37.9/include/asm-m68k/
Dsiginfo.h128 #define ILL_ILLOPC (__SI_FAULT|1) /* illegal opcode */ macro
/linux-2.4.37.9/include/asm-sparc/
Dsiginfo.h123 #define ILL_ILLOPC (__SI_FAULT|1) /* illegal opcode */ macro
/linux-2.4.37.9/arch/ia64/kernel/
Dtraps.c147 sig = SIGILL; code = ILL_ILLOPC; in ia64_bad_break()
421 si.si_code = ILL_ILLOPC; in ia64_illegal_op_fault()
/linux-2.4.37.9/include/asm-ia64/
Dsiginfo.h148 #define ILL_ILLOPC (__SI_FAULT|1) /* illegal opcode */ macro
/linux-2.4.37.9/include/asm-sparc64/
Dsiginfo.h183 #define ILL_ILLOPC (__SI_FAULT|1) /* illegal opcode */ macro
/linux-2.4.37.9/arch/sparc/kernel/
Dtraps.c169 info.si_code = ILL_ILLOPC; in do_illegal_instruction()
Dsignal.c525 case ILL_ILLOPC: sig_code = SUBSIG_ILLINST; break; in setup_frame()
/linux-2.4.37.9/arch/m68k/kernel/
Dtraps.c1004 info.si_code = ILL_ILLOPC; in trap_c()
1072 info.si_code = ILL_ILLOPC; in trap_c()
/linux-2.4.37.9/arch/parisc/kernel/
Dtraps.c502 si.si_code = ILL_ILLOPC; in handle_interruption()

12