Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/asm-generic/
H A Dsiginfo.h205 #define __ILL_BREAK 10 /* illegal break */ macro
/openbmc/linux/arch/ia64/kernel/
H A Dtraps.c169 sig = SIGILL; code = __ILL_BREAK; in ia64_bad_break()