Searched refs:Prot (Results 1 – 1 of 1) sorted by relevance
/arch/x86/kvm/ |
D | emulate.c | 138 #define Prot (1<<21) /* instruction generates #UD if not in prot-mode */ macro 4296 DIP(SrcNone | Prot | Priv, vmrun, check_svme_pa), 4297 II(SrcNone | Prot | EmulateOnUD, em_hypercall, vmmcall), 4298 DIP(SrcNone | Prot | Priv, vmload, check_svme_pa), 4299 DIP(SrcNone | Prot | Priv, vmsave, check_svme_pa), 4300 DIP(SrcNone | Prot | Priv, stgi, check_svme), 4301 DIP(SrcNone | Prot | Priv, clgi, check_svme), 4302 DIP(SrcNone | Prot | Priv, skinit, check_svme), 4303 DIP(SrcNone | Prot | Priv, invlpga, check_svme), 4366 DI(Prot | DstMem, sldt), [all …]
|