Searched refs:Priv (Results 1 – 1 of 1) sorted by relevance
/linux/arch/x86/kvm/ |
H A D | emulate.c | 144 #define Priv (1<<27) /* instruction generates #GP if current CPL != 0 */ macro 3986 I(SrcNone | Priv | EmulateOnUD, em_hypercall), 3991 DI(SrcNone | Priv, monitor), 3992 DI(SrcNone | Priv, mwait), 3998 II(ImplicitOps | Priv, em_xsetbv, xsetbv), 4003 DIP(SrcNone | Prot | Priv, vmrun, check_svme_pa), 4005 DIP(SrcNone | Prot | Priv, vmload, check_svme_pa), 4006 DIP(SrcNone | Prot | Priv, vmsave, check_svme_pa), 4007 DIP(SrcNone | Prot | Priv, stgi, check_svme), 4008 DIP(SrcNone | Prot | Priv, clgi, check_svme), [all …]
|