Lines Matching full:exception

9  *  Low-level exception handlers and MMU support
184 * the exception vectors at 0 (and therefore this copy
185 * overwrites OF's exception vectors with our own).
243 EXCEPTION(INTERRUPT_SYSTEM_RESET, Reset, unknown_async_exception)
252 * a non-zero value, the address of the exception frame to use,
255 * (Other exception handlers assume that r1 is a valid kernel stack
256 * pointer when we take an exception from supervisor mode.)
279 /* Data access exception. */
313 /* Instruction access exception. */
343 EXCEPTION(INTERRUPT_EXTERNAL, HardwareInterrupt, do_IRQ)
345 /* Alignment exception */
353 /* Program check exception */
367 * as a FP Unavailable exception. Redirect to illegal/emulation handling.
383 EXCEPTION(INTERRUPT_DECREMENTER, Decrementer, timer_interrupt)
385 EXCEPTION(0xa00, Trap_0a, unknown_exception)
386 EXCEPTION(0xb00, Trap_0b, unknown_exception)
392 EXCEPTION(INTERRUPT_TRACE, SingleStep, single_step_exception)
393 EXCEPTION(0xe00, Trap_0e, unknown_exception)
398 * We include an altivec unavailable exception vector even if
632 EXCEPTION(0x1300, Trap_13, instruction_breakpoint_exception)
633 EXCEPTION(0x1400, SMI, SMIException)
634 EXCEPTION(0x1500, Trap_15, unknown_exception)
635 EXCEPTION(0x1600, Trap_16, altivec_assist_exception)
636 EXCEPTION(0x1700, Trap_17, TAUException)
637 EXCEPTION(0x1800, Trap_18, unknown_exception)
638 EXCEPTION(0x1900, Trap_19, unknown_exception)
639 EXCEPTION(0x1a00, Trap_1a, unknown_exception)
640 EXCEPTION(0x1b00, Trap_1b, unknown_exception)
641 EXCEPTION(0x1c00, Trap_1c, unknown_exception)
642 EXCEPTION(0x1d00, Trap_1d, unknown_exception)
643 EXCEPTION(0x1e00, Trap_1e, unknown_exception)
644 EXCEPTION(0x1f00, Trap_1f, unknown_exception)
645 EXCEPTION(0x2000, RunMode, RunModeException)
646 EXCEPTION(0x2100, Trap_21, unknown_exception)
647 EXCEPTION(0x2200, Trap_22, unknown_exception)
648 EXCEPTION(0x2300, Trap_23, unknown_exception)
649 EXCEPTION(0x2400, Trap_24, unknown_exception)
650 EXCEPTION(0x2500, Trap_25, unknown_exception)
651 EXCEPTION(0x2600, Trap_26, unknown_exception)
652 EXCEPTION(0x2700, Trap_27, unknown_exception)
653 EXCEPTION(0x2800, Trap_28, unknown_exception)
654 EXCEPTION(0x2900, Trap_29, unknown_exception)
655 EXCEPTION(0x2a00, Trap_2a, unknown_exception)
656 EXCEPTION(0x2b00, Trap_2b, unknown_exception)
657 EXCEPTION(0x2c00, Trap_2c, unknown_exception)
658 EXCEPTION(0x2d00, Trap_2d, unknown_exception)
659 EXCEPTION(0x2e00, Trap_2e, unknown_exception)
660 EXCEPTION(0x2f00, Trap_2f, unknown_exception)
958 /* Set up for using our exception vectors */
992 * and change to using our exception vectors.