Searched refs:Priv (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/arch/x86/kvm/ |
D | emulate.c | 143 #define Priv (1<<27) /* instruction generates #GP if current CPL != 0 */ macro 4363 I(SrcNone | Priv | EmulateOnUD, em_hypercall), 4368 DI(SrcNone | Priv, monitor), 4369 DI(SrcNone | Priv, mwait), 4375 II(ImplicitOps | Priv, em_xsetbv, xsetbv), 4380 DIP(SrcNone | Prot | Priv, vmrun, check_svme_pa), 4382 DIP(SrcNone | Prot | Priv, vmload, check_svme_pa), 4383 DIP(SrcNone | Prot | Priv, vmsave, check_svme_pa), 4384 DIP(SrcNone | Prot | Priv, stgi, check_svme), 4385 DIP(SrcNone | Prot | Priv, clgi, check_svme), [all …]
|