Lines Matching full:exception

9  *  Low-level exception handlers and MMU support
181 * the exception vectors at 0 (and therefore this copy
182 * overwrites OF's exception vectors with our own).
240 EXCEPTION(INTERRUPT_SYSTEM_RESET, Reset, unknown_async_exception)
249 * a non-zero value, the address of the exception frame to use,
252 * (Other exception handlers assume that r1 is a valid kernel stack
253 * pointer when we take an exception from supervisor mode.)
276 /* Data access exception. */
310 /* Instruction access exception. */
340 EXCEPTION(INTERRUPT_EXTERNAL, HardwareInterrupt, do_IRQ)
342 /* Alignment exception */
350 /* Program check exception */
364 * as a FP Unavailable exception. Redirect to illegal/emulation handling.
380 EXCEPTION(INTERRUPT_DECREMENTER, Decrementer, timer_interrupt)
382 EXCEPTION(0xa00, Trap_0a, unknown_exception)
383 EXCEPTION(0xb00, Trap_0b, unknown_exception)
389 EXCEPTION(INTERRUPT_TRACE, SingleStep, single_step_exception)
390 EXCEPTION(0xe00, Trap_0e, unknown_exception)
395 * We include an altivec unavailable exception vector even if
623 EXCEPTION(0x1300, Trap_13, instruction_breakpoint_exception)
624 EXCEPTION(0x1400, SMI, SMIException)
625 EXCEPTION(0x1500, Trap_15, unknown_exception)
626 EXCEPTION(0x1600, Trap_16, altivec_assist_exception)
627 EXCEPTION(0x1700, Trap_17, TAUException)
628 EXCEPTION(0x1800, Trap_18, unknown_exception)
629 EXCEPTION(0x1900, Trap_19, unknown_exception)
630 EXCEPTION(0x1a00, Trap_1a, unknown_exception)
631 EXCEPTION(0x1b00, Trap_1b, unknown_exception)
632 EXCEPTION(0x1c00, Trap_1c, unknown_exception)
633 EXCEPTION(0x1d00, Trap_1d, unknown_exception)
634 EXCEPTION(0x1e00, Trap_1e, unknown_exception)
635 EXCEPTION(0x1f00, Trap_1f, unknown_exception)
636 EXCEPTION(0x2000, RunMode, RunModeException)
637 EXCEPTION(0x2100, Trap_21, unknown_exception)
638 EXCEPTION(0x2200, Trap_22, unknown_exception)
639 EXCEPTION(0x2300, Trap_23, unknown_exception)
640 EXCEPTION(0x2400, Trap_24, unknown_exception)
641 EXCEPTION(0x2500, Trap_25, unknown_exception)
642 EXCEPTION(0x2600, Trap_26, unknown_exception)
643 EXCEPTION(0x2700, Trap_27, unknown_exception)
644 EXCEPTION(0x2800, Trap_28, unknown_exception)
645 EXCEPTION(0x2900, Trap_29, unknown_exception)
646 EXCEPTION(0x2a00, Trap_2a, unknown_exception)
647 EXCEPTION(0x2b00, Trap_2b, unknown_exception)
648 EXCEPTION(0x2c00, Trap_2c, unknown_exception)
649 EXCEPTION(0x2d00, Trap_2d, unknown_exception)
650 EXCEPTION(0x2e00, Trap_2e, unknown_exception)
651 EXCEPTION(0x2f00, Trap_2f, unknown_exception)
953 /* Set up for using our exception vectors */
987 * and change to using our exception vectors.