Home
last modified time | relevance | path

Searched refs:leave_smm (Results 1 – 8 of 8) sorted by relevance

/linux/arch/x86/include/asm/
H A Dkvm-x86-ops.h125 KVM_X86_OP(leave_smm)
H A Dkvm_host.h1927 int (*leave_smm)(struct kvm_vcpu *vcpu, const union kvm_smram *smram); member
/linux/arch/x86/kvm/vmx/
H A Dmain.c999 .leave_smm = vt_op(leave_smm),
/linux/arch/x86/kvm/
H A Dkvm_emulate.h238 int (*leave_smm)(struct x86_emulate_ctxt *ctxt); member
H A Dsmm.c642 if (kvm_x86_call(leave_smm)(vcpu, &smram)) in emulator_leave_smm()
H A Demulate.c2307 if (ctxt->ops->leave_smm(ctxt)) in em_rsm()
H A Dx86.c8934 .leave_smm = emulator_leave_smm,
/linux/arch/x86/kvm/svm/
H A Dsvm.c5240 .leave_smm = svm_leave_smm,