Home
last modified time | relevance | path

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

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