post_leave_smm    231 arch/x86/include/asm/kvm_emulate.h 	void (*post_leave_smm)(struct x86_emulate_ctxt *ctxt);
post_leave_smm   2689 arch/x86/kvm/emulate.c 	ctxt->ops->post_leave_smm(ctxt);
post_leave_smm   6322 arch/x86/kvm/x86.c 	.post_leave_smm      = emulator_post_leave_smm,