Lines Matching defs:exception
28 #include <asm/exception.h>
86 panic("Fatal exception");
286 long exception, bundle[2];
328 exception = fp_emulate(fp_fault, bundle, ®s->cr_ipsr, ®s->ar_fpsr, &isr, ®s->pr,
331 if (exception == 0) {
334 } else if (exception == -1) {
341 if (exception & 2) {
359 if (exception == -1) {
362 } else if (exception != 0) {
363 /* raise exception */
589 printk(KERN_ERR "Unexpected IA-32 exception (Trap 45)\n");