Searched refs:EMULTYPE_TRAP_UD (Results 1 – 4 of 4) sorted by relevance
532 #define EMULTYPE_TRAP_UD (1 << 1) macro
1038 er = emulate_instruction(&svm->vcpu, kvm_run, 0, 0, EMULTYPE_TRAP_UD); in ud_interception()
2620 er = emulate_instruction(vcpu, kvm_run, 0, 0, EMULTYPE_TRAP_UD); in handle_exception()
2281 if ((emulation_type & EMULTYPE_TRAP_UD) && in emulate_instruction()