Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/asm-ia64/
Dsiginfo.h158 #define __ILL_BNDMOD (__SI_FAULT|11) /* bundle-update (modification) in progress */ macro
/linux-2.4.37.9/arch/ia64/kernel/
Dtraps.c195 sig = SIGILL; code = __ILL_BNDMOD; in ia64_bad_break()