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.c404 int ud_type, ud_len; in handle_bug() local
407 ud_type = decode_bug(addr, &ud_imm, &ud_len); in handle_bug()
408 if (ud_type == BUG_NONE) in handle_bug()
428 switch (ud_type) { in handle_bug()