Home
last modified time | relevance | path

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

/arch/x86/include/asm/
Dkvm_host.h1667 #define EMULTYPE_TRAP_UD (1 << 1) macro
/arch/x86/kvm/
Dx86.c6774 int emul_type = EMULTYPE_TRAP_UD; in handle_ud()
8124 if ((emulation_type & EMULTYPE_TRAP_UD) || in x86_emulate_instruction()
Demulate.c5296 if (unlikely(emulation_type & EMULTYPE_TRAP_UD) && in x86_decode_insn()