Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/kernel/
H A Dtraps.c311 int ud_type, ud_len; in handle_bug() local
314 ud_type = decode_bug(addr, &ud_imm, &ud_len); in handle_bug()
315 if (ud_type == BUG_NONE) in handle_bug()
335 switch (ud_type) { in handle_bug()