Home
last modified time | relevance | path

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

/linux/arch/x86/include/asm/
H A Dkvm_host.h1956 int (*smi_allowed)(struct kvm_vcpu *vcpu, bool for_injection); member
/linux/arch/x86/kvm/svm/
H A Dsvm.c5369 .smi_allowed = svm_smi_allowed,
/linux/arch/x86/kvm/
H A Dx86.c10817 r = can_inject ? kvm_x86_call(smi_allowed)(vcpu, true) : in kvm_check_and_inject_events()
11647 kvm_x86_call(smi_allowed)(vcpu, false))) in kvm_vcpu_has_events()