Home
last modified time | relevance | path

Searched refs:EXCEP_SYSCALL15 (Results 1 – 3 of 3) sorted by relevance

/arch/mn10300/include/asm/
Dexceptions.h88 EXCEP_SYSCALL15 = 0x000378, /* system call 15 */ enumerator
/arch/mn10300/kernel/
Dtraps.c116 [EXCEP_SYSCALL15 >> 3] = { SIGABRT, 0 },
176 case EXCEP_SYSCALL15: in die_if_no_fixup()
607 set_excp_vector(EXCEP_SYSCALL15, handle_exception); in trap_init()
Dgdb-stub.c1231 if (!user_mode(regs) && excep == EXCEP_SYSCALL15) { in gdbstub()