Searched refs:STD_EXCEPTION_COMMON (Results 1 – 2 of 2) sorted by relevance
/arch/powerpc/kernel/ |
D | exceptions-64s.S | 822 STD_EXCEPTION_COMMON(0x100, system_reset, system_reset_exception) 826 STD_EXCEPTION_COMMON(0x980, hdecrementer, hdec_interrupt) 832 STD_EXCEPTION_COMMON(0xb00, trap_0b, unknown_exception) 833 STD_EXCEPTION_COMMON(0xd00, single_step, single_step_exception) 834 STD_EXCEPTION_COMMON(0xe00, trap_0e, unknown_exception) 835 STD_EXCEPTION_COMMON(0xe40, emulation_assist, emulation_assist_interrupt) 843 STD_EXCEPTION_COMMON(0x1300, instruction_breakpoint, instruction_breakpoint_exception) 844 STD_EXCEPTION_COMMON(0x1502, denorm, unknown_exception) 846 STD_EXCEPTION_COMMON(0x1700, altivec_assist, altivec_assist_exception) 848 STD_EXCEPTION_COMMON(0x1700, altivec_assist, unknown_exception) [all …]
|
/arch/powerpc/include/asm/ |
D | exception-64s.h | 647 #define STD_EXCEPTION_COMMON(trap, label, hdlr) \ macro
|