Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/asm-generic/
H A Dsiginfo.h206 #define __ILL_BNDMOD 11 /* bundle-update (modification) in progress */ macro
/openbmc/linux/arch/ia64/kernel/
H A Dtraps.c160 sig = SIGILL; code = __ILL_BNDMOD; in ia64_bad_break()