Home
last modified time | relevance | path

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

/arch/x86/include/asm/
Dkvm_host.h532 #define EMULTYPE_TRAP_UD (1 << 1) macro
/arch/x86/kvm/
Dsvm.c1038 er = emulate_instruction(&svm->vcpu, kvm_run, 0, 0, EMULTYPE_TRAP_UD); in ud_interception()
Dvmx.c2620 er = emulate_instruction(vcpu, kvm_run, 0, 0, EMULTYPE_TRAP_UD); in handle_exception()
Dx86.c2281 if ((emulation_type & EMULTYPE_TRAP_UD) && in emulate_instruction()