Searched refs:Priv (Results 1 – 2 of 2) sorted by relevance
| /linux/arch/x86/kvm/ |
| H A D | emulate.c | 140 #define Priv (1<<27) /* instruction generates #GP if current CPL != 0 */ macro 3982 I(SrcNone | Priv | EmulateOnUD, em_hypercall), 3987 DI(SrcNone | Priv, monitor), 3988 DI(SrcNone | Priv, mwait), 3994 II(ImplicitOps | Priv, em_xsetbv, xsetbv), 3999 DIP(SrcNone | Prot | Priv, vmrun, check_svme_pa), 4001 DIP(SrcNone | Prot | Priv, vmload, check_svme_pa), 4002 DIP(SrcNone | Prot | Priv, vmsave, check_svme_pa), 4003 DIP(SrcNone | Prot | Priv, stgi, check_svme), 4004 DIP(SrcNone | Prot | Priv, clgi, check_svme), [all …]
|
| /linux/rust/syn/ |
| H A D | token.rs | 726 "priv" pub struct Priv 905 [priv] => { $crate::token::Priv };
|