Home
last modified time | relevance | path

Searched refs:for_injection (Results 1 – 6 of 6) sorted by relevance

/linux/arch/x86/kvm/vmx/ !
H A Dx86_ops.h35 int vmx_smi_allowed(struct kvm_vcpu *vcpu, bool for_injection);
94 int vmx_interrupt_allowed(struct kvm_vcpu *vcpu, bool for_injection);
95 int vmx_nmi_allowed(struct kvm_vcpu *vcpu, bool for_injection);
H A Dmain.c214 static int vt_smi_allowed(struct kvm_vcpu *vcpu, bool for_injection) in vt_smi_allowed() argument
219 return vmx_smi_allowed(vcpu, for_injection); in vt_smi_allowed()
559 static int vt_nmi_allowed(struct kvm_vcpu *vcpu, bool for_injection) in vt_nmi_allowed() argument
568 return vmx_nmi_allowed(vcpu, for_injection); in vt_nmi_allowed()
664 static int vt_interrupt_allowed(struct kvm_vcpu *vcpu, bool for_injection) in vt_interrupt_allowed() argument
669 return vmx_interrupt_allowed(vcpu, for_injection); in vt_interrupt_allowed()
H A Dvmx.c4949 int vmx_nmi_allowed(struct kvm_vcpu *vcpu, bool for_injection) in vmx_nmi_allowed() argument
4955 if (for_injection && is_guest_mode(vcpu) && nested_exit_on_nmi(vcpu)) in vmx_nmi_allowed()
4976 int vmx_interrupt_allowed(struct kvm_vcpu *vcpu, bool for_injection) in vmx_interrupt_allowed() argument
4985 if (for_injection && is_guest_mode(vcpu) && nested_exit_on_intr(vcpu)) in vmx_interrupt_allowed()
8130 int vmx_smi_allowed(struct kvm_vcpu *vcpu, bool for_injection) in vmx_smi_allowed() argument
H A Dnested.c4085 static bool vmx_has_nested_events(struct kvm_vcpu *vcpu, bool for_injection) in vmx_has_nested_events() argument
4101 if (for_injection) in vmx_has_nested_events()
/linux/arch/x86/include/asm/ !
H A Dkvm_host.h1792 int (*interrupt_allowed)(struct kvm_vcpu *vcpu, bool for_injection);
1793 int (*nmi_allowed)(struct kvm_vcpu *vcpu, bool for_injection);
1887 int (*smi_allowed)(struct kvm_vcpu *vcpu, bool for_injection);
1933 bool (*has_events)(struct kvm_vcpu *vcpu, bool for_injection);
/linux/arch/x86/kvm/svm/ !
H A Dsvm.c3823 static int svm_nmi_allowed(struct kvm_vcpu *vcpu, bool for_injection) in svm_nmi_allowed() argument
3833 if (for_injection && is_guest_mode(vcpu) && nested_exit_on_nmi(svm)) in svm_nmi_allowed()
3864 static int svm_interrupt_allowed(struct kvm_vcpu *vcpu, bool for_injection) in svm_interrupt_allowed() argument
3878 if (for_injection && is_guest_mode(vcpu) && nested_exit_on_intr(svm)) in svm_interrupt_allowed()
4688 static int svm_smi_allowed(struct kvm_vcpu *vcpu, bool for_injection) in svm_smi_allowed() argument
4698 if (for_injection && is_guest_mode(vcpu) && nested_exit_on_smi(svm)) in svm_smi_allowed()