tag | line | file | source code |
DO_ERROR | 118 | kernel/traps.c | DO_ERROR( 3, SIGTRAP, "int3", int3, current) |
DO_ERROR | 119 | kernel/traps.c | DO_ERROR( 4, SIGSEGV, "overflow", overflow, current) |
DO_ERROR | 120 | kernel/traps.c | DO_ERROR( 5, SIGSEGV, "bounds", bounds, current) |
DO_ERROR | 121 | kernel/traps.c | DO_ERROR( 6, SIGILL, "invalid operand", invalid_op, current) |
DO_ERROR | 122 | kernel/traps.c | DO_ERROR( 7, SIGSEGV, "device not available", device_not_available, current) |
DO_ERROR | 123 | kernel/traps.c | DO_ERROR( 8, SIGSEGV, "double fault", double_fault, current) |
DO_ERROR | 124 | kernel/traps.c | DO_ERROR( 9, SIGFPE, "coprocessor segment overrun", coprocessor_segment_overrun, last_task_used_math) |
DO_ERROR | 125 | kernel/traps.c | DO_ERROR(10, SIGSEGV, "invalid TSS", invalid_TSS, current) |
DO_ERROR | 126 | kernel/traps.c | DO_ERROR(11, SIGBUS, "segment not present", segment_not_present, current) |
DO_ERROR | 127 | kernel/traps.c | DO_ERROR(12, SIGBUS, "stack segment", stack_segment, current) |
DO_ERROR | 128 | kernel/traps.c | DO_ERROR(15, SIGSEGV, "reserved", reserved, current) |
DO_ERROR | 129 | kernel/traps.c | DO_ERROR(17, SIGSEGV, "alignment check", alignment_check, current) |