tag | line | file | source code |
---|---|---|---|
general_protection | 68 | kernel/traps.c | asmlinkage void general_protection(void); |
general_protection | 108 | kernel/traps.c | DO_ERROR(13, SIGSEGV, "general protection", general_protection, current) |
general_protection | 197 | kernel/traps.c | set_trap_gate(13,&general_protection); |