Home
last modified time | relevance | path

Searched refs:Priv (Results 1 – 2 of 2) sorted by relevance

/linux/arch/x86/kvm/
H A Demulate.c140 #define Priv (1<<27) /* instruction generates #GP if current CPL != 0 */ macro
3970 I(SrcNone | Priv | EmulateOnUD, em_hypercall),
3975 DI(SrcNone | Priv, monitor),
3976 DI(SrcNone | Priv, mwait),
3982 II(ImplicitOps | Priv, em_xsetbv, xsetbv),
3987 DIP(SrcNone | Prot | Priv, vmrun, check_svme_pa),
3989 DIP(SrcNone | Prot | Priv, vmload, check_svme_pa),
3990 DIP(SrcNone | Prot | Priv, vmsave, check_svme_pa),
3991 DIP(SrcNone | Prot | Priv, stgi, check_svme),
3992 DIP(SrcNone | Prot | Priv, clgi, check_svme),
[all …]
/linux/rust/syn/
H A Dtoken.rs726 "priv" pub struct Priv
905 [priv] => { $crate::token::Priv };