Home
last modified time | relevance | path

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

/linux/arch/x86/kvm/
H A Demulate.c98 #define SrcNone (OpNone << SrcShift) macro
3966 static const struct opcode ud = I(SrcNone, emulate_ud);
3970 I(SrcNone | Priv | EmulateOnUD, em_hypercall),
3975 DI(SrcNone | Priv, monitor),
3976 DI(SrcNone | Priv, mwait),
3987 DIP(SrcNone | Prot | Priv, vmrun, check_svme_pa),
3988 II(SrcNone | Prot | EmulateOnUD, em_hypercall, vmmcall),
3989 DIP(SrcNone | Prot | Priv, vmload, check_svme_pa),
3990 DIP(SrcNone | Prot | Priv, vmsave, check_svme_pa),
3991 DIP(SrcNone | Prot | Priv, stgi, check_svme),
[all …]