Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/include/asm/
H A Dbug.h22 #define SECOND_BYTE_OPCODE_UD2 0x0b macro
/openbmc/linux/arch/x86/kernel/
H A Dtraps.c111 if (v == SECOND_BYTE_OPCODE_UD2) in decode_bug()