Home
last modified time | relevance | path

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

/linux/arch/x86/kvm/vmx/
H A Dmain.c140 .smi_allowed = vmx_smi_allowed,
/linux/arch/x86/include/asm/
H A Dkvm-x86-ops.h116 KVM_X86_OP(smi_allowed)
H A Dkvm_host.h1795 int (*smi_allowed)(struct kvm_vcpu *vcpu, bool for_injection); member
/linux/arch/x86/kvm/svm/
H A Dsvm.c5093 .smi_allowed = svm_smi_allowed,
/linux/arch/x86/kvm/
H A Dx86.c10517 r = can_inject ? kvm_x86_call(smi_allowed)(vcpu, true) : in kvm_check_and_inject_events()
13188 kvm_x86_call(smi_allowed)(vcpu, false))) in kvm_vcpu_has_events()