Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/include/asm/
H A Dbug.h24 #define BUG_NONE 0xffff macro
/openbmc/linux/arch/x86/kernel/
H A Dtraps.c102 return BUG_NONE; in decode_bug()
108 return BUG_NONE; in decode_bug()
115 return BUG_NONE; in decode_bug()
263 if (ud_type == BUG_NONE) in handle_bug()