Searched refs:EMULTYPE_TRAP_UD (Results 1 - 4 of 4) sorted by relevance

/linux-master/arch/x86/include/asm/
H A Dkvm_host.h1965 * EMULTYPE_TRAP_UD - Set when emulating an intercepted #UD from hardware.
1983 * due to an intercepted #UD (see EMULTYPE_TRAP_UD).
2018 #define EMULTYPE_TRAP_UD (1 << 1) macro
/linux-master/arch/x86/kvm/svm/
H A Dsvm.c4736 WARN_ON_ONCE(emul_type & (EMULTYPE_TRAP_UD |
/linux-master/arch/x86/kvm/
H A Dx86.c7728 int emul_type = EMULTYPE_TRAP_UD;
9022 EMULTYPE_TRAP_UD | EMULTYPE_VMWARE_GP | EMULTYPE_PF))
9150 if ((emulation_type & EMULTYPE_TRAP_UD) ||
H A Demulate.c4969 if (unlikely(emulation_type & EMULTYPE_TRAP_UD) &&

Completed in 249 milliseconds