Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/i386/kernel/
Dtraps.c250 unsigned short ud2; in handle_BUG() local
263 if (__get_user(ud2, (unsigned short *)eip)) in handle_BUG()
265 if (ud2 != 0x0b0f) in handle_BUG()
/linux-2.4.37.9/include/asm-x86_64/
Dpage.h90 unsigned char ud2[2]; member
/linux-2.4.37.9/arch/x86_64/kernel/
Dtraps.c335 f.ud2[0] != 0x0f || f.ud2[1] != 0x0b) in handle_BUG()