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/
H A Dkvm_emulate.h234 int (*pre_leave_smm)(struct x86_emulate_ctxt *ctxt, member
H A Dx86.c7085 return kvm_x86_ops.pre_leave_smm(emul_to_vcpu(ctxt), smstate); in emulator_pre_leave_smm()
7141 .pre_leave_smm = emulator_pre_leave_smm,
H A Demulate.c2728 * Give pre_leave_smm() a chance to make ISA-specific changes to the in em_rsm()
2732 if (ctxt->ops->pre_leave_smm(ctxt, buf)) in em_rsm()
/kernel/linux/linux-5.10/arch/x86/include/asm/
H A Dkvm_host.h1275 int (*pre_leave_smm)(struct kvm_vcpu *vcpu, const char *smstate); member
/kernel/linux/linux-5.10/arch/x86/kvm/svm/
H A Dsvm.c4319 .pre_leave_smm = svm_pre_leave_smm,
/kernel/linux/linux-5.10/arch/x86/kvm/vmx/
H A Dvmx.c7913 .pre_leave_smm = vmx_pre_leave_smm,

Completed in 40 milliseconds