Searched refs:EMULTYPE_TRAP_UD_FORCED (Results 1 - 3 of 3) sorted by relevance

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

Completed in 178 milliseconds