Searched refs:SrcNone (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/arch/x86/kvm/ |
D | emulate.c | 99 #define SrcNone (OpNone << SrcShift) macro 4364 I(SrcNone | Priv | EmulateOnUD, em_hypercall), 4369 DI(SrcNone | Priv, monitor), 4370 DI(SrcNone | Priv, mwait), 4375 DIP(SrcNone | Prot | Priv, vmrun, check_svme_pa), 4376 II(SrcNone | Prot | EmulateOnUD, em_hypercall, vmmcall), 4377 DIP(SrcNone | Prot | Priv, vmload, check_svme_pa), 4378 DIP(SrcNone | Prot | Priv, vmsave, check_svme_pa), 4379 DIP(SrcNone | Prot | Priv, stgi, check_svme), 4380 DIP(SrcNone | Prot | Priv, clgi, check_svme), [all …]
|