Home
last modified time | relevance | path

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

/Linux-v5.10/arch/x86/kvm/
Dkvm_emulate.h233 int (*pre_leave_smm)(struct x86_emulate_ctxt *ctxt, member
Dx86.c6832 return kvm_x86_ops.pre_leave_smm(emul_to_vcpu(ctxt), smstate); in emulator_pre_leave_smm()
6887 .pre_leave_smm = emulator_pre_leave_smm,
Demulate.c2685 if (ctxt->ops->pre_leave_smm(ctxt, buf)) in em_rsm()
/Linux-v5.10/arch/x86/include/asm/
Dkvm_host.h1267 int (*pre_leave_smm)(struct kvm_vcpu *vcpu, const char *smstate); member
/Linux-v5.10/arch/x86/kvm/svm/
Dsvm.c4296 .pre_leave_smm = svm_pre_leave_smm,
/Linux-v5.10/arch/x86/kvm/vmx/
Dvmx.c7710 .pre_leave_smm = vmx_pre_leave_smm,