Lines Matching refs:EmulateOnUD
137 #define EmulateOnUD (1<<22) /* Emulate if unsupported by the host */ macro
4283 I(SrcNone | Priv | EmulateOnUD, em_hypercall),
4301 II(SrcNone | Prot | EmulateOnUD, em_hypercall, vmmcall),
4408 N, N, N, II(DstMem | ModRM | Op3264 | EmulateOnUD, em_rdpid, rdpid),
4658 N, I(ImplicitOps | EmulateOnUD, em_syscall),
4689 I(ImplicitOps | EmulateOnUD, em_sysenter),
4690 I(ImplicitOps | Priv | EmulateOnUD, em_sysexit),
4719 II(EmulateOnUD | ImplicitOps, em_rsm, rsm),
4779 GP(EmulateOnUD | ModRM, &three_byte_0f_38_f0),
4780 GP(EmulateOnUD | ModRM, &three_byte_0f_38_f1),
5229 likely(!(ctxt->d & EmulateOnUD))) in x86_decode_insn()