Searched refs:leave_smm (Results 1 - 7 of 7) sorted by relevance

/linux-master/arch/x86/include/asm/
H A Dkvm-x86-ops.h121 KVM_X86_OP(leave_smm)
H A Dkvm_host.h1778 int (*leave_smm)(struct kvm_vcpu *vcpu, const union kvm_smram *smram); member in struct:kvm_x86_ops
/linux-master/arch/x86/kvm/
H A Dkvm_emulate.h230 int (*leave_smm)(struct x86_emulate_ctxt *ctxt); member in struct:x86_emulate_ops
H A Demulate.c2325 if (ctxt->ops->leave_smm(ctxt))
H A Dx86.c8609 .leave_smm = emulator_leave_smm,
/linux-master/arch/x86/kvm/svm/
H A Dsvm.c5025 .leave_smm = svm_leave_smm,
/linux-master/arch/x86/kvm/vmx/
H A Dvmx.c8442 .leave_smm = vmx_leave_smm,

Completed in 238 milliseconds