tag | line | file | source code |
SIGILL | 268 | arch/alpha/kernel/signal.c | case SIGQUIT: case SIGILL: case SIGTRAP: |
SIGILL | 77 | arch/alpha/kernel/traps.c | send_sig(SIGILL, current, 1); |
SIGILL | 203 | arch/i386/kernel/signal.c | case SIGQUIT: case SIGILL: case SIGTRAP: |
SIGILL | 169 | arch/i386/kernel/traps.c | DO_ERROR( 6, SIGILL, "invalid operand", invalid_op, current) |
SIGILL | 80 | arch/i386/math-emu/errors.c | math_abort(FPU_info,SIGILL); |
SIGILL | 197 | arch/i386/math-emu/fpu_entry.c | math_abort(FPU_info, SIGILL); |
SIGILL | 231 | arch/i386/math-emu/fpu_entry.c | math_abort(FPU_info,SIGILL); |
SIGILL | 259 | arch/i386/math-emu/fpu_entry.c | math_abort(FPU_info,SIGILL); |
SIGILL | 250 | arch/mips/kernel/signal.c | case SIGQUIT: case SIGILL: case SIGTRAP: |
SIGILL | 212 | arch/mips/kernel/traps.c | send_sig(SIGILL, current, 1); |
SIGILL | 217 | arch/mips/kernel/traps.c | send_sig(SIGILL, current, 1); |
SIGILL | 222 | arch/mips/kernel/traps.c | send_sig(SIGILL, current, 1); |
SIGILL | 253 | arch/mips/kernel/traps.c | send_sig(SIGILL, current, 1); |