Go to the documentation of this file.
10 #ifndef __ASM_SH_TRAPS_64_H
11 #define __ASM_SH_TRAPS_64_H
17 #define lookup_exception_vector() \
21 __asm__ __volatile__ ( \
22 "getcon " __EXPEVT ", %0\n\t" \
29 static inline void trigger_address_error(
void)
34 #define BUILD_TRAP_HANDLER(name) \
35 asmlinkage void name##_trap_handler(unsigned int vec, struct pt_regs *regs)
36 #define TRAP_HANDLER_DECL