Searched refs:STD_EXCEPTION_COMMON (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/kernel/
H A Dhead_64.S424 #define STD_EXCEPTION_COMMON(trap, label, hdlr) \ define
436 * Like STD_EXCEPTION_COMMON, but for exceptions that can occur
881 STD_EXCEPTION_COMMON(0x100, system_reset, .system_reset_exception)
899 STD_EXCEPTION_COMMON(0xa00, trap_0a, .unknown_exception)
900 STD_EXCEPTION_COMMON(0xb00, trap_0b, .unknown_exception)
901 STD_EXCEPTION_COMMON(0xd00, single_step, .single_step_exception)
902 STD_EXCEPTION_COMMON(0xe00, trap_0e, .unknown_exception)
904 STD_EXCEPTION_COMMON(0x1300, instruction_breakpoint, .instruction_breakpoint_exception)
906 STD_EXCEPTION_COMMON(0x1700, altivec_assist, .altivec_assist_exception)
908 STD_EXCEPTION_COMMON(
[all...]

Completed in 100 milliseconds