Home
last modified time | relevance | path

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

/linux-6.12.1/arch/x86/kvm/
Demulate.c99 #define SrcNone (OpNone << SrcShift) macro
3986 I(SrcNone | Priv | EmulateOnUD, em_hypercall),
3991 DI(SrcNone | Priv, monitor),
3992 DI(SrcNone | Priv, mwait),
4003 DIP(SrcNone | Prot | Priv, vmrun, check_svme_pa),
4004 II(SrcNone | Prot | EmulateOnUD, em_hypercall, vmmcall),
4005 DIP(SrcNone | Prot | Priv, vmload, check_svme_pa),
4006 DIP(SrcNone | Prot | Priv, vmsave, check_svme_pa),
4007 DIP(SrcNone | Prot | Priv, stgi, check_svme),
4008 DIP(SrcNone | Prot | Priv, clgi, check_svme),
[all …]