Searched refs:EMULTYPE_TRAP_UD_FORCED (Results 1 - 3 of 3) sorted by last modified time

/linux-master/arch/x86/kvm/
H A Dx86.c7769 emul_type = EMULTYPE_TRAP_UD_FORCED;
9040 * Note, KVM needs to check for code #DBs on EMULTYPE_TRAP_UD_FORCED as
9176 (emulation_type & EMULTYPE_TRAP_UD_FORCED)) {
/linux-master/arch/x86/kvm/svm/
H A Dsvm.c4743 EMULTYPE_TRAP_UD_FORCED |
/linux-master/arch/x86/include/asm/
H A Dkvm_host.h1974 * attack surface). See also EMULTYPE_TRAP_UD_FORCED.
1985 * EMULTYPE_TRAP_UD_FORCED - Set when emulating an intercepted #UD that was
2027 #define EMULTYPE_TRAP_UD_FORCED (1 << 4) macro

Completed in 394 milliseconds