Searched refs:__ILL_BREAK (Results 1 – 2 of 2) sorted by relevance
/arch/ia64/include/uapi/asm/ | ||
D | siginfo.h | 94 #define __ILL_BREAK (__SI_FAULT|10) /* illegal break */ macro |
/arch/ia64/kernel/ | ||
D | traps.c | 172 sig = SIGILL; code = __ILL_BREAK; in ia64_bad_break() |