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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/
H A Dexceptions-64s.S316 STD_EXCEPTION_COMMON(0x100, system_reset, .system_reset_exception)
334 STD_EXCEPTION_COMMON(0xa00, trap_0a, .unknown_exception)
335 STD_EXCEPTION_COMMON(0xb00, trap_0b, .unknown_exception)
336 STD_EXCEPTION_COMMON(0xd00, single_step, .single_step_exception)
337 STD_EXCEPTION_COMMON(0xe00, trap_0e, .unknown_exception)
339 STD_EXCEPTION_COMMON(0x1300, instruction_breakpoint, .instruction_breakpoint_exception)
341 STD_EXCEPTION_COMMON(0x1700, altivec_assist, .altivec_assist_exception)
343 STD_EXCEPTION_COMMON(0x1700, altivec_assist, .unknown_exception)
346 STD_EXCEPTION_COMMON(0x1200, cbe_system_error, .cbe_system_error_exception)
347 STD_EXCEPTION_COMMON(
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Dexception-64s.h224 #define STD_EXCEPTION_COMMON(trap, label, hdlr) \ macro
236 * Like STD_EXCEPTION_COMMON, but for exceptions that can occur

Completed in 105 milliseconds