Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dkvm_host.h1270 int (*smi_allowed)(struct kvm_vcpu *vcpu, bool for_injection); member
/OK3568_Linux_fs/kernel/arch/x86/kvm/svm/
H A Dsvm.c4306 .smi_allowed = svm_smi_allowed,
/OK3568_Linux_fs/kernel/arch/x86/kvm/
H A Dx86.c8534 r = can_inject ? kvm_x86_ops.smi_allowed(vcpu, true) : -EBUSY; in inject_pending_event()
10973 kvm_x86_ops.smi_allowed(vcpu, false))) in kvm_vcpu_has_events()
/OK3568_Linux_fs/kernel/arch/x86/kvm/vmx/
H A Dvmx.c7855 .smi_allowed = vmx_smi_allowed,