Home
last modified time | relevance | path

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

/linux-6.12.1/arch/x86/include/asm/
Dbug.h24 #define BUG_NONE 0xffff macro
/linux-6.12.1/arch/x86/kernel/
Dtraps.c104 return BUG_NONE; in decode_bug()
110 return BUG_NONE; in decode_bug()
117 return BUG_NONE; in decode_bug()
265 if (ud_type == BUG_NONE) in handle_bug()