Searched refs:EmulateOnUD (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/arch/x86/kvm/ |
D | emulate.c | 138 #define EmulateOnUD (1<<22) /* Emulate if unsupported by the host */ macro 4363 I(SrcNone | Priv | EmulateOnUD, em_hypercall), 4381 II(SrcNone | Prot | EmulateOnUD, em_hypercall, vmmcall), 4488 N, N, N, II(DstMem | ModRM | Op3264 | EmulateOnUD, em_rdpid, rdpid), 4745 N, I(ImplicitOps | EmulateOnUD | IsBranch, em_syscall), 4776 I(ImplicitOps | EmulateOnUD | IsBranch, em_sysenter), 4777 I(ImplicitOps | Priv | EmulateOnUD | IsBranch, em_sysexit), 4806 II(EmulateOnUD | ImplicitOps, em_rsm, rsm), 4866 GP(EmulateOnUD | ModRM, &three_byte_0f_38_f0), 4867 GP(EmulateOnUD | ModRM, &three_byte_0f_38_f1), [all …]
|