Lines Matching refs:Prot
136 #define Prot (1<<21) /* instruction generates #UD if not in prot-mode */ macro
4081 DIP(SrcNone | Prot | Priv, vmrun, check_svme_pa),
4082 II(SrcNone | Prot | EmulateOnUD, em_hypercall, vmmcall),
4083 DIP(SrcNone | Prot | Priv, vmload, check_svme_pa),
4084 DIP(SrcNone | Prot | Priv, vmsave, check_svme_pa),
4085 DIP(SrcNone | Prot | Priv, stgi, check_svme),
4086 DIP(SrcNone | Prot | Priv, clgi, check_svme),
4087 DIP(SrcNone | Prot | Priv, skinit, check_svme),
4088 DIP(SrcNone | Prot | Priv, invlpga, check_svme),
4151 DI(Prot | DstMem, sldt),
4152 DI(Prot | DstMem, str),
4153 II(Prot | Priv | SrcMem16, em_lldt, lldt),
4154 II(Prot | Priv | SrcMem16, em_ltr, ltr),
5143 (No64|Undefined|Sse|Mmx|Intercept|CheckPerm|Priv|Prot|String))) { in x86_emulate_insn()
5183 if ((ctxt->d & Prot) && ctxt->mode < X86EMUL_MODE_PROT16) { in x86_emulate_insn()