Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/x86/kvm/
Dkvm_emulate.h233 int (*pre_leave_smm)(struct x86_emulate_ctxt *ctxt, member
Dx86.c6927 return kvm_x86_ops.pre_leave_smm(emul_to_vcpu(ctxt), smstate); in emulator_pre_leave_smm()
6982 .pre_leave_smm = emulator_pre_leave_smm,
Demulate.c2700 if (ctxt->ops->pre_leave_smm(ctxt, buf)) in em_rsm()
/kernel/linux/linux-5.10/arch/x86/include/asm/
Dkvm_host.h1272 int (*pre_leave_smm)(struct kvm_vcpu *vcpu, const char *smstate); member
/kernel/linux/linux-5.10/arch/x86/kvm/svm/
Dsvm.c4309 .pre_leave_smm = svm_pre_leave_smm,
/kernel/linux/linux-5.10/arch/x86/kvm/vmx/
Dvmx.c7824 .pre_leave_smm = vmx_pre_leave_smm,