Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/asm-ia64/
Dsiginfo.h157 #define __ILL_BREAK (__SI_FAULT|10) /* illegal break */ macro
/linux-2.4.37.9/arch/ia64/kernel/
Dtraps.c203 sig = SIGILL; code = __ILL_BREAK; in ia64_bad_break()