Searched refs:Priv (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.6/arch/x86/kvm/ |
D | emulate.c | 144 #define Priv (1<<27) /* instruction generates #GP if current CPL != 0 */ macro 4019 I(SrcNone | Priv | EmulateOnUD, em_hypercall), 4024 DI(SrcNone | Priv, monitor), 4025 DI(SrcNone | Priv, mwait), 4031 II(ImplicitOps | Priv, em_xsetbv, xsetbv), 4036 DIP(SrcNone | Prot | Priv, vmrun, check_svme_pa), 4038 DIP(SrcNone | Prot | Priv, vmload, check_svme_pa), 4039 DIP(SrcNone | Prot | Priv, vmsave, check_svme_pa), 4040 DIP(SrcNone | Prot | Priv, stgi, check_svme), 4041 DIP(SrcNone | Prot | Priv, clgi, check_svme), [all …]
|