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

/linux-master/arch/x86/include/asm/
H A Dkvm_host.h1971 * EMULTYPE_TRAP_UD - Set when emulating an intercepted #UD from hardware.
1989 * due to an intercepted #UD (see EMULTYPE_TRAP_UD).
2024 #define EMULTYPE_TRAP_UD (1 << 1) macro
/linux-master/arch/x86/kvm/
H A Demulate.c4969 if (unlikely(emulation_type & EMULTYPE_TRAP_UD) &&
H A Dx86.c7753 int emul_type = EMULTYPE_TRAP_UD;
9047 EMULTYPE_TRAP_UD | EMULTYPE_VMWARE_GP | EMULTYPE_PF))
9175 if ((emulation_type & EMULTYPE_TRAP_UD) ||
/linux-master/arch/x86/kvm/svm/
H A Dsvm.c4742 WARN_ON_ONCE(emul_type & (EMULTYPE_TRAP_UD |

Completed in 319 milliseconds