Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/include/asm/
H A Dkvm-x86-ops.h120 KVM_X86_OP(leave_smm)
H A Dkvm_host.h1725 int (*leave_smm)(struct kvm_vcpu *vcpu, const union kvm_smram *smram); member
/openbmc/linux/arch/x86/kvm/
H A Dkvm_emulate.h224 int (*leave_smm)(struct x86_emulate_ctxt *ctxt); member
H A Demulate.c2322 if (ctxt->ops->leave_smm(ctxt)) in em_rsm()
H A Dx86.c8381 .leave_smm = emulator_leave_smm,
/openbmc/linux/arch/x86/kvm/svm/
H A Dsvm.c5051 .leave_smm = svm_leave_smm,
/openbmc/linux/arch/x86/kvm/vmx/
H A Dvmx.c8381 .leave_smm = vmx_leave_smm,