Home
last modified time | relevance | path

Searched refs:smi_allowed (Results 1 – 4 of 4) sorted by relevance

/arch/x86/include/asm/
Dkvm_host.h1273 int (*smi_allowed)(struct kvm_vcpu *vcpu, bool for_injection); member
/arch/x86/kvm/svm/
Dsvm.c4317 .smi_allowed = svm_smi_allowed,
/arch/x86/kvm/
Dx86.c8605 r = can_inject ? kvm_x86_ops.smi_allowed(vcpu, true) : -EBUSY; in inject_pending_event()
11048 kvm_x86_ops.smi_allowed(vcpu, false))) in kvm_vcpu_has_events()
/arch/x86/kvm/vmx/
Dvmx.c7911 .smi_allowed = vmx_smi_allowed,