Lines Matching refs:EmulateOnUD
139 #define EmulateOnUD (1<<22) /* Emulate if unsupported by the host */ macro
4364 I(SrcNone | Priv | EmulateOnUD, em_hypercall),
4376 II(SrcNone | Prot | EmulateOnUD, em_hypercall, vmmcall),
4482 N, N, N, II(DstMem | ModRM | Op3264 | EmulateOnUD, em_rdpid, rdtscp),
4732 N, I(ImplicitOps | EmulateOnUD, em_syscall),
4759 I(ImplicitOps | EmulateOnUD, em_sysenter),
4760 I(ImplicitOps | Priv | EmulateOnUD, em_sysexit),
4789 II(EmulateOnUD | ImplicitOps, em_rsm, rsm),
4849 GP(EmulateOnUD | ModRM, &three_byte_0f_38_f0),
4850 GP(EmulateOnUD | ModRM, &three_byte_0f_38_f1),
5280 if (unlikely(ctxt->ud) && likely(!(ctxt->d & EmulateOnUD))) in x86_decode_insn()