Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/kvm/
Demulate.c136 #define EmulateOnUD (1<<22) /* Emulate if unsupported by the host */ macro
3769 I(SrcNone | Priv | EmulateOnUD, em_hypercall),
3781 II(SrcNone | Prot | EmulateOnUD, em_hypercall, vmmcall),
4121 N, I(ImplicitOps | EmulateOnUD, em_syscall),
4146 I(ImplicitOps | EmulateOnUD, em_sysenter),
4147 I(ImplicitOps | Priv | EmulateOnUD, em_sysexit),
4236 GP(EmulateOnUD | ModRM, &three_byte_0f_38_f0),
4237 GP(EmulateOnUD | ModRM, &three_byte_0f_38_f1),
4660 if (unlikely(ctxt->ud) && likely(!(ctxt->d & EmulateOnUD))) in x86_decode_insn()