Searched refs:check_svme (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/arch/x86/kvm/ |
D | emulate.c | 3974 static int check_svme(struct x86_emulate_ctxt *ctxt) in check_svme() function 3994 return check_svme(ctxt); in 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),
|