tag | line | file | source code |
DO_ERROR | 166 | arch/i386/kernel/traps.c | DO_ERROR( 3, SIGTRAP, "int3", int3, current) |
DO_ERROR | 167 | arch/i386/kernel/traps.c | DO_ERROR( 4, SIGSEGV, "overflow", overflow, current) |
DO_ERROR | 168 | arch/i386/kernel/traps.c | DO_ERROR( 5, SIGSEGV, "bounds", bounds, current) |
DO_ERROR | 169 | arch/i386/kernel/traps.c | DO_ERROR( 6, SIGILL, "invalid operand", invalid_op, current) |
DO_ERROR | 170 | arch/i386/kernel/traps.c | DO_ERROR( 7, SIGSEGV, "device not available", device_not_available, current) |
DO_ERROR | 171 | arch/i386/kernel/traps.c | DO_ERROR( 8, SIGSEGV, "double fault", double_fault, current) |
DO_ERROR | 172 | arch/i386/kernel/traps.c | DO_ERROR( 9, SIGFPE, "coprocessor segment overrun", coprocessor_segment_overrun, last_task_used_math) |
DO_ERROR | 173 | arch/i386/kernel/traps.c | DO_ERROR(10, SIGSEGV, "invalid TSS", invalid_TSS, current) |
DO_ERROR | 174 | arch/i386/kernel/traps.c | DO_ERROR(11, SIGBUS, "segment not present", segment_not_present, current) |
DO_ERROR | 175 | arch/i386/kernel/traps.c | DO_ERROR(12, SIGBUS, "stack segment", stack_segment, current) |
DO_ERROR | 176 | arch/i386/kernel/traps.c | DO_ERROR(15, SIGSEGV, "reserved", reserved, current) |
DO_ERROR | 177 | arch/i386/kernel/traps.c | DO_ERROR(17, SIGSEGV, "alignment check", alignment_check, current) |