Searched refs:check_svme (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/arch/x86/kvm/ |
D | emulate.c | 3673 static int check_svme(struct x86_emulate_ctxt *ctxt) in check_svme() function 3693 return check_svme(ctxt); in check_svme_pa() 3784 DIP(SrcNone | Prot | Priv, stgi, check_svme), 3785 DIP(SrcNone | Prot | Priv, clgi, check_svme), 3786 DIP(SrcNone | Prot | Priv, skinit, check_svme), 3787 DIP(SrcNone | Prot | Priv, invlpga, check_svme),
|