Searched refs:SrcNone (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/arch/x86/kvm/ |
D | emulate.c | 96 #define SrcNone (OpNone << SrcShift) macro 3769 I(SrcNone | Priv | EmulateOnUD, em_hypercall), 3774 DI(SrcNone | Priv, monitor), 3775 DI(SrcNone | Priv, mwait), 3780 DIP(SrcNone | Prot | Priv, vmrun, check_svme_pa), 3781 II(SrcNone | Prot | EmulateOnUD, em_hypercall, vmmcall), 3782 DIP(SrcNone | Prot | Priv, vmload, check_svme_pa), 3783 DIP(SrcNone | Prot | Priv, vmsave, check_svme_pa), 3784 DIP(SrcNone | Prot | Priv, stgi, check_svme), 3785 DIP(SrcNone | Prot | Priv, clgi, check_svme), [all …]
|