Searched refs:SrcNone (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.15/arch/x86/kvm/ |
D | emulate.c | 97 #define SrcNone (OpNone << SrcShift) macro 4283 I(SrcNone | Priv | EmulateOnUD, em_hypercall), 4288 DI(SrcNone | Priv, monitor), 4289 DI(SrcNone | Priv, mwait), 4300 DIP(SrcNone | Prot | Priv, vmrun, check_svme_pa), 4301 II(SrcNone | Prot | EmulateOnUD, em_hypercall, vmmcall), 4302 DIP(SrcNone | Prot | Priv, vmload, check_svme_pa), 4303 DIP(SrcNone | Prot | Priv, vmsave, check_svme_pa), 4304 DIP(SrcNone | Prot | Priv, stgi, check_svme), 4305 DIP(SrcNone | Prot | Priv, clgi, check_svme), [all …]
|