Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/include/asm/
H A Dkvm_host.h2101 #define EMULTYPE_TRAP_UD (1 << 1) macro
/linux-6.15/arch/x86/kvm/
H A Dx86.c7761 int emul_type = EMULTYPE_TRAP_UD; in handle_ud()
9011 EMULTYPE_TRAP_UD | EMULTYPE_VMWARE_GP | EMULTYPE_PF)) in kvm_vcpu_check_code_breakpoint()
9153 if ((emulation_type & EMULTYPE_TRAP_UD) || in x86_emulate_instruction()
H A Demulate.c4946 if (unlikely(emulation_type & EMULTYPE_TRAP_UD) && in x86_decode_insn()
/linux-6.15/arch/x86/kvm/svm/
H A Dsvm.c4944 WARN_ON_ONCE(emul_type & (EMULTYPE_TRAP_UD | in svm_check_emulate_instruction()