Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/kvm/vmx/
H A Dmain.c146 .smi_allowed = vmx_smi_allowed,
/linux-6.15/arch/x86/include/asm/
H A Dkvm-x86-ops.h122 KVM_X86_OP(smi_allowed)
H A Dkvm_host.h1851 int (*smi_allowed)(struct kvm_vcpu *vcpu, bool for_injection); member
/linux-6.15/arch/x86/kvm/svm/
H A Dsvm.c5250 .smi_allowed = svm_smi_allowed,
/linux-6.15/arch/x86/kvm/
H A Dx86.c10416 r = can_inject ? kvm_x86_call(smi_allowed)(vcpu, true) : in kvm_check_and_inject_events()
11160 kvm_x86_call(smi_allowed)(vcpu, false))) in kvm_vcpu_has_events()