pre_leave_smm     229 arch/x86/include/asm/kvm_emulate.h 	int (*pre_leave_smm)(struct x86_emulate_ctxt *ctxt,
pre_leave_smm    1204 arch/x86/include/asm/kvm_host.h 	int (*pre_leave_smm)(struct kvm_vcpu *vcpu, const char *smstate);
pre_leave_smm    2674 arch/x86/kvm/emulate.c 	if (ctxt->ops->pre_leave_smm(ctxt, buf))
pre_leave_smm    7363 arch/x86/kvm/svm.c 	.pre_leave_smm = svm_pre_leave_smm,
pre_leave_smm    7926 arch/x86/kvm/vmx/vmx.c 	.pre_leave_smm = vmx_pre_leave_smm,
pre_leave_smm    6269 arch/x86/kvm/x86.c 	return kvm_x86_ops->pre_leave_smm(emul_to_vcpu(ctxt), smstate);
pre_leave_smm    6321 arch/x86/kvm/x86.c 	.pre_leave_smm       = emulator_pre_leave_smm,