Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kernel/
H A Dtraps.c259 int ud_type; in handle_bug() local
262 ud_type = decode_bug(regs->ip, &imm); in handle_bug()
263 if (ud_type == BUG_NONE) in handle_bug()
282 if (ud_type == BUG_UD2) { in handle_bug()