Searched refs:SrcNone (Results 1 – 1 of 1) sorted by relevance
| /linux/arch/x86/kvm/ |
| H A D | emulate.c | 98 #define SrcNone (OpNone << SrcShift) macro 3978 static const struct opcode ud = I(SrcNone, emulate_ud); 3982 I(SrcNone | Priv | EmulateOnUD, em_hypercall), 3987 DI(SrcNone | Priv, monitor), 3988 DI(SrcNone | Priv, mwait), 3999 DIP(SrcNone | Prot | Priv, vmrun, check_svme_pa), 4000 II(SrcNone | Prot | EmulateOnUD, em_hypercall, vmmcall), 4001 DIP(SrcNone | Prot | Priv, vmload, check_svme_pa), 4002 DIP(SrcNone | Prot | Priv, vmsave, check_svme_pa), 4003 DIP(SrcNone | Prot | Priv, stgi, check_svme), [all …]
|