/linux-2.4.37.9/arch/arm/kernel/ |
D | traps.c | 237 info.si_code = ILL_ILLOPC; in do_undefinstr() 462 info.si_code = ILL_ILLOPC; in baddataabort()
|
/linux-2.4.37.9/arch/ppc/kernel/ |
D | traps.c | 438 _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/ |
D | siginfo.h | 126 #define ILL_ILLOPC (__SI_FAULT|1) /* illegal opcode */ macro
|
/linux-2.4.37.9/include/asm-sh/ |
D | siginfo.h | 118 #define ILL_ILLOPC (__SI_FAULT|1) /* illegal opcode */ macro
|
/linux-2.4.37.9/include/asm-x86_64/ |
D | siginfo.h | 117 #define ILL_ILLOPC (__SI_FAULT|1) /* illegal opcode */ macro
|
/linux-2.4.37.9/include/asm-ppc/ |
D | siginfo.h | 116 #define ILL_ILLOPC (__SI_FAULT|1) /* illegal opcode */ macro
|
/linux-2.4.37.9/include/asm-s390x/ |
D | siginfo.h | 126 #define ILL_ILLOPC (__SI_FAULT|1) /* illegal opcode */ macro
|
/linux-2.4.37.9/include/asm-alpha/ |
D | siginfo.h | 118 #define ILL_ILLOPC (__SI_FAULT|1) /* illegal opcode */ macro
|
/linux-2.4.37.9/include/asm-arm/ |
D | siginfo.h | 118 #define ILL_ILLOPC (__SI_FAULT|1) /* illegal opcode */ macro
|
/linux-2.4.37.9/include/asm-cris/ |
D | siginfo.h | 118 #define ILL_ILLOPC (__SI_FAULT|1) /* illegal opcode */ macro
|
/linux-2.4.37.9/include/asm-i386/ |
D | siginfo.h | 118 #define ILL_ILLOPC (__SI_FAULT|1) /* illegal opcode */ macro
|
/linux-2.4.37.9/include/asm-sh64/ |
D | siginfo.h | 118 #define ILL_ILLOPC (__SI_FAULT|1) /* illegal opcode */ macro
|
/linux-2.4.37.9/include/asm-ppc64/ |
D | siginfo.h | 126 #define ILL_ILLOPC (__SI_FAULT|1) /* illegal opcode */ macro
|
/linux-2.4.37.9/include/asm-parisc/ |
D | siginfo.h | 118 #define ILL_ILLOPC (__SI_FAULT|1) /* illegal opcode */ macro
|
/linux-2.4.37.9/include/asm-mips/ |
D | siginfo.h | 145 #define ILL_ILLOPC (__SI_FAULT|1) /* illegal opcode */ macro
|
/linux-2.4.37.9/include/asm-mips64/ |
D | siginfo.h | 145 #define ILL_ILLOPC (__SI_FAULT|1) /* illegal opcode */ macro
|
/linux-2.4.37.9/include/asm-m68k/ |
D | siginfo.h | 128 #define ILL_ILLOPC (__SI_FAULT|1) /* illegal opcode */ macro
|
/linux-2.4.37.9/include/asm-sparc/ |
D | siginfo.h | 123 #define ILL_ILLOPC (__SI_FAULT|1) /* illegal opcode */ macro
|
/linux-2.4.37.9/arch/ia64/kernel/ |
D | traps.c | 147 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/ |
D | siginfo.h | 148 #define ILL_ILLOPC (__SI_FAULT|1) /* illegal opcode */ macro
|
/linux-2.4.37.9/include/asm-sparc64/ |
D | siginfo.h | 183 #define ILL_ILLOPC (__SI_FAULT|1) /* illegal opcode */ macro
|
/linux-2.4.37.9/arch/sparc/kernel/ |
D | traps.c | 169 info.si_code = ILL_ILLOPC; in do_illegal_instruction()
|
D | signal.c | 525 case ILL_ILLOPC: sig_code = SUBSIG_ILLINST; break; in setup_frame()
|
/linux-2.4.37.9/arch/m68k/kernel/ |
D | traps.c | 1004 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/ |
D | traps.c | 502 si.si_code = ILL_ILLOPC; in handle_interruption()
|