Home
last modified time | relevance | path

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

/linux-4.1.27/arch/powerpc/kernel/
Dexceptions-64s.S786 STD_EXCEPTION_COMMON(0x100, system_reset, system_reset_exception)
790 STD_EXCEPTION_COMMON(0x980, hdecrementer, hdec_interrupt)
796 STD_EXCEPTION_COMMON(0xb00, trap_0b, unknown_exception)
797 STD_EXCEPTION_COMMON(0xd00, single_step, single_step_exception)
798 STD_EXCEPTION_COMMON(0xe00, trap_0e, unknown_exception)
799 STD_EXCEPTION_COMMON(0xe40, emulation_assist, emulation_assist_interrupt)
807 STD_EXCEPTION_COMMON(0x1300, instruction_breakpoint, instruction_breakpoint_exception)
808 STD_EXCEPTION_COMMON(0x1502, denorm, unknown_exception)
810 STD_EXCEPTION_COMMON(0x1700, altivec_assist, altivec_assist_exception)
812 STD_EXCEPTION_COMMON(0x1700, altivec_assist, unknown_exception)
[all …]
/linux-4.1.27/arch/powerpc/include/asm/
Dexception-64s.h546 #define STD_EXCEPTION_COMMON(trap, label, hdlr) \ macro