Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/kvm/
Demulate.c97 #define SrcNone (OpNone << SrcShift) macro
4070 I(SrcNone | Priv | EmulateOnUD, em_hypercall),
4075 DI(SrcNone | Priv, monitor),
4076 DI(SrcNone | Priv, mwait),
4081 DIP(SrcNone | Prot | Priv, vmrun, check_svme_pa),
4082 II(SrcNone | Prot | EmulateOnUD, em_hypercall, vmmcall),
4083 DIP(SrcNone | Prot | Priv, vmload, check_svme_pa),
4084 DIP(SrcNone | Prot | Priv, vmsave, check_svme_pa),
4085 DIP(SrcNone | Prot | Priv, stgi, check_svme),
4086 DIP(SrcNone | Prot | Priv, clgi, check_svme),
[all …]