Home
last modified time | relevance | path

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

/linux/arch/x86/kvm/
H A Dsmm.c642 if (kvm_x86_call(leave_smm)(vcpu, &smram)) in emulator_leave_smm()
H A Demulate.c2320 if (ctxt->ops->leave_smm(ctxt)) in em_rsm()
H A Dx86.c8965 .leave_smm = emulator_leave_smm,
/linux/arch/x86/include/asm/
H A Dkvm_host.h1958 int (*leave_smm)(struct kvm_vcpu *vcpu, const union kvm_smram *smram); member
/linux/arch/x86/kvm/svm/
H A Dsvm.c5382 .leave_smm = svm_leave_smm,