Searched refs:SrcNone (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.4/arch/x86/kvm/ |
D | emulate.c | 97 #define SrcNone (OpNone << SrcShift) macro 4416 I(SrcNone | Priv | EmulateOnUD, em_hypercall), 4421 DI(SrcNone | Priv, monitor), 4422 DI(SrcNone | Priv, mwait), 4433 DIP(SrcNone | Prot | Priv, vmrun, check_svme_pa), 4434 II(SrcNone | Prot | EmulateOnUD, em_hypercall, vmmcall), 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 …]
|