Home
last modified time | relevance | path

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

/linux/arch/x86/kernel/
H A Dtraps.c261 int ud_type; in handle_bug() local
264 ud_type = decode_bug(regs->ip, &imm); in handle_bug()
265 if (ud_type == BUG_NONE) in handle_bug()
284 if (ud_type == BUG_UD2) { in handle_bug()