Lines Matching refs:Prot
138 #define Prot (1<<21) /* instruction generates #UD if not in prot-mode */ macro
4003 DIP(SrcNone | Prot | Priv, vmrun, check_svme_pa),
4004 II(SrcNone | Prot | EmulateOnUD, em_hypercall, vmmcall),
4005 DIP(SrcNone | Prot | Priv, vmload, check_svme_pa),
4006 DIP(SrcNone | Prot | Priv, vmsave, check_svme_pa),
4007 DIP(SrcNone | Prot | Priv, stgi, check_svme),
4008 DIP(SrcNone | Prot | Priv, clgi, check_svme),
4009 DIP(SrcNone | Prot | Priv, skinit, check_svme),
4010 DIP(SrcNone | Prot | Priv, invlpga, check_svme),
4073 II(Prot | DstMem, em_sldt, sldt),
4074 II(Prot | DstMem, em_str, str),
4075 II(Prot | Priv | SrcMem16, em_lldt, lldt),
4076 II(Prot | Priv | SrcMem16, em_ltr, ltr),
5125 (No64|Undefined|Sse|Mmx|Intercept|CheckPerm|Priv|Prot|String))) { in x86_emulate_insn()
5165 if ((ctxt->d & Prot) && ctxt->mode < X86EMUL_MODE_PROT16) { in x86_emulate_insn()