Searched refs:SrcNone (Results 1 – 1 of 1) sorted by relevance
/linux-6.6.21/arch/x86/kvm/ |
D | emulate.c | 99 #define SrcNone (OpNone << SrcShift) macro 4019 I(SrcNone | Priv | EmulateOnUD, em_hypercall), 4024 DI(SrcNone | Priv, monitor), 4025 DI(SrcNone | Priv, mwait), 4036 DIP(SrcNone | Prot | Priv, vmrun, check_svme_pa), 4037 II(SrcNone | Prot | EmulateOnUD, em_hypercall, vmmcall), 4038 DIP(SrcNone | Prot | Priv, vmload, check_svme_pa), 4039 DIP(SrcNone | Prot | Priv, vmsave, check_svme_pa), 4040 DIP(SrcNone | Prot | Priv, stgi, check_svme), 4041 DIP(SrcNone | Prot | Priv, clgi, check_svme), [all …]
|