Searched refs:EmulateOnUD (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/arch/x86/kvm/ |
D | emulate.c | 137 #define EmulateOnUD (1<<22) /* Emulate if unsupported by the host */ macro 4070 I(SrcNone | Priv | EmulateOnUD, em_hypercall), 4082 II(SrcNone | Prot | EmulateOnUD, em_hypercall, vmmcall), 4422 N, I(ImplicitOps | EmulateOnUD, em_syscall), 4447 I(ImplicitOps | EmulateOnUD, em_sysenter), 4448 I(ImplicitOps | Priv | EmulateOnUD, em_sysexit), 4477 II(EmulateOnUD | ImplicitOps, em_rsm, rsm), 4537 GP(EmulateOnUD | ModRM, &three_byte_0f_38_f0), 4538 GP(EmulateOnUD | ModRM, &three_byte_0f_38_f1), 4961 if (unlikely(ctxt->ud) && likely(!(ctxt->d & EmulateOnUD))) in x86_decode_insn()
|