Prot             4470 arch/x86/kvm/emulate.c 	DIP(SrcNone | Prot | Priv,		vmrun,		check_svme_pa),
Prot             4471 arch/x86/kvm/emulate.c 	II(SrcNone  | Prot | EmulateOnUD,	em_hypercall,	vmmcall),
Prot             4472 arch/x86/kvm/emulate.c 	DIP(SrcNone | Prot | Priv,		vmload,		check_svme_pa),
Prot             4473 arch/x86/kvm/emulate.c 	DIP(SrcNone | Prot | Priv,		vmsave,		check_svme_pa),
Prot             4474 arch/x86/kvm/emulate.c 	DIP(SrcNone | Prot | Priv,		stgi,		check_svme),
Prot             4475 arch/x86/kvm/emulate.c 	DIP(SrcNone | Prot | Priv,		clgi,		check_svme),
Prot             4476 arch/x86/kvm/emulate.c 	DIP(SrcNone | Prot | Priv,		skinit,		check_svme),
Prot             4477 arch/x86/kvm/emulate.c 	DIP(SrcNone | Prot | Priv,		invlpga,	check_svme),
Prot             4540 arch/x86/kvm/emulate.c 	II(Prot | DstMem,	   em_sldt, sldt),
Prot             4541 arch/x86/kvm/emulate.c 	II(Prot | DstMem,	   em_str, str),
Prot             4542 arch/x86/kvm/emulate.c 	II(Prot | Priv | SrcMem16, em_lldt, lldt),
Prot             4543 arch/x86/kvm/emulate.c 	II(Prot | Priv | SrcMem16, em_ltr, ltr),
Prot             5575 arch/x86/kvm/emulate.c 		     (No64|Undefined|Sse|Mmx|Intercept|CheckPerm|Priv|Prot|String))) {
Prot             5615 arch/x86/kvm/emulate.c 		if ((ctxt->d & Prot) && ctxt->mode < X86EMUL_MODE_PROT16) {