Searched refs:STD_EXCEPTION_COMMON (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/arch/powerpc/kernel/ |
D | exceptions-64s.S | 785 STD_EXCEPTION_COMMON(0x100, system_reset, system_reset_exception) 789 STD_EXCEPTION_COMMON(0x980, hdecrementer, hdec_interrupt) 795 STD_EXCEPTION_COMMON(0xb00, trap_0b, unknown_exception) 796 STD_EXCEPTION_COMMON(0xd00, single_step, single_step_exception) 797 STD_EXCEPTION_COMMON(0xe00, trap_0e, unknown_exception) 798 STD_EXCEPTION_COMMON(0xe40, emulation_assist, emulation_assist_interrupt) 806 STD_EXCEPTION_COMMON(0x1300, instruction_breakpoint, instruction_breakpoint_exception) 807 STD_EXCEPTION_COMMON(0x1502, denorm, unknown_exception) 809 STD_EXCEPTION_COMMON(0x1700, altivec_assist, altivec_assist_exception) 811 STD_EXCEPTION_COMMON(0x1700, altivec_assist, unknown_exception) [all …]
|
/linux-4.4.14/arch/powerpc/include/asm/ |
D | exception-64s.h | 546 #define STD_EXCEPTION_COMMON(trap, label, hdlr) \ macro
|