Lines Matching defs:Prot
137 #define Prot (1<<21) /* instruction generates #UD if not in prot-mode */
4461 DIP(SrcNone | Prot | Priv, vmrun, check_svme_pa),
4462 II(SrcNone | Prot | EmulateOnUD, em_hypercall, vmmcall),
4463 DIP(SrcNone | Prot | Priv, vmload, check_svme_pa),
4464 DIP(SrcNone | Prot | Priv, vmsave, check_svme_pa),
4465 DIP(SrcNone | Prot | Priv, stgi, check_svme),
4466 DIP(SrcNone | Prot | Priv, clgi, check_svme),
4467 DIP(SrcNone | Prot | Priv, skinit, check_svme),
4468 DIP(SrcNone | Prot | Priv, invlpga, check_svme),
4531 II(Prot | DstMem, em_sldt, sldt),
4532 II(Prot | DstMem, em_str, str),
4533 II(Prot | Priv | SrcMem16, em_lldt, lldt),
4534 II(Prot | Priv | SrcMem16, em_ltr, ltr),
5569 (No64|Undefined|Sse|Mmx|Intercept|CheckPerm|Priv|Prot|String))) {
5609 if ((ctxt->d & Prot) && ctxt->mode < X86EMUL_MODE_PROT16) {