Home
last modified time | relevance | path

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

/Linux-v5.4/arch/x86/kvm/
Demulate.c142 #define Priv (1<<27) /* instruction generates #GP if current CPL != 0 */ macro
4416 I(SrcNone | Priv | EmulateOnUD, em_hypercall),
4421 DI(SrcNone | Priv, monitor),
4422 DI(SrcNone | Priv, mwait),
4428 II(ImplicitOps | Priv, em_xsetbv, xsetbv),
4433 DIP(SrcNone | Prot | Priv, vmrun, check_svme_pa),
4435 DIP(SrcNone | Prot | Priv, vmload, check_svme_pa),
4436 DIP(SrcNone | Prot | Priv, vmsave, check_svme_pa),
4437 DIP(SrcNone | Prot | Priv, stgi, check_svme),
4438 DIP(SrcNone | Prot | Priv, clgi, check_svme),
[all …]
/Linux-v5.4/drivers/gpu/drm/amd/amdkfd/
Dkfd_dbgmgr.h81 uint32_t Priv:1; /* Privileged */ member