Home
last modified time | relevance | path

Searched refs:pre_leave_smm (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.4/arch/x86/include/asm/
Dkvm_emulate.h229 int (*pre_leave_smm)(struct x86_emulate_ctxt *ctxt, member
Dkvm_host.h1202 int (*pre_leave_smm)(struct kvm_vcpu *vcpu, const char *smstate); member
/Linux-v5.4/arch/x86/kvm/
Dx86.c6194 return kvm_x86_ops->pre_leave_smm(emul_to_vcpu(ctxt), smstate); in emulator_pre_leave_smm()
6246 .pre_leave_smm = emulator_pre_leave_smm,
Demulate.c2645 if (ctxt->ops->pre_leave_smm(ctxt, buf)) in em_rsm()
Dsvm.c7306 .pre_leave_smm = svm_pre_leave_smm,
/Linux-v5.4/arch/x86/kvm/vmx/
Dvmx.c7891 .pre_leave_smm = vmx_pre_leave_smm,