Lines Matching defs:Prot
138 #define Prot (1<<21) /* instruction generates #UD if not in prot-mode */
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),
4042 DIP(SrcNone | Prot | Priv, skinit, check_svme),
4043 DIP(SrcNone | Prot | Priv, invlpga, check_svme),
4106 II(Prot | DstMem, em_sldt, sldt),
4107 II(Prot | DstMem, em_str, str),
4108 II(Prot | Priv | SrcMem16, em_lldt, lldt),
4109 II(Prot | Priv | SrcMem16, em_ltr, ltr),
5158 (No64|Undefined|Sse|Mmx|Intercept|CheckPerm|Priv|Prot|String))) {
5198 if ((ctxt->d & Prot) && ctxt->mode < X86EMUL_MODE_PROT16) {