Searched refs:check_svme (Results 1 – 1 of 1) sorted by relevance
/linux-6.6.21/arch/x86/kvm/ |
D | emulate.c | 3911 static int check_svme(struct x86_emulate_ctxt *ctxt) in check_svme() function 3931 return check_svme(ctxt); in check_svme_pa() 4040 DIP(SrcNone | Prot | Priv, stgi, check_svme), 4041 DIP(SrcNone | Prot | Priv, clgi, check_svme), 4042 DIP(SrcNone | Prot | Priv, skinit, check_svme), 4043 DIP(SrcNone | Prot | Priv, invlpga, check_svme),
|