Searched defs:for_injection (Results 1 – 4 of 4) sorted by relevance
| /linux/arch/x86/kvm/vmx/ |
| H A D | main.c | 214 static int vt_smi_allowed(struct kvm_vcpu *vcpu, bool for_injection) in vt_smi_allowed() 559 static int vt_nmi_allowed(struct kvm_vcpu *vcpu, bool for_injection) in vt_nmi_allowed() 664 static int vt_interrupt_allowed(struct kvm_vcpu *vcpu, bool for_injection) in vt_interrupt_allowed()
|
| H A D | vmx.c | 5280 int vmx_nmi_allowed(struct kvm_vcpu *vcpu, bool for_injection) in vmx_nmi_allowed() 5307 int vmx_interrupt_allowed(struct kvm_vcpu *vcpu, bool for_injection) in vmx_interrupt_allowed() 8491 int vmx_smi_allowed(struct kvm_vcpu *vcpu, bool for_injection) in vmx_smi_allowed()
|
| H A D | nested.c | 4157 static bool vmx_has_nested_events(struct kvm_vcpu *vcpu, bool for_injection) in vmx_has_nested_events()
|
| /linux/arch/x86/kvm/svm/ |
| H A D | svm.c | 3861 static int svm_nmi_allowed(struct kvm_vcpu *vcpu, bool for_injection) in svm_nmi_allowed() 3902 static int svm_interrupt_allowed(struct kvm_vcpu *vcpu, bool for_injection) in svm_interrupt_allowed() 4767 static int svm_smi_allowed(struct kvm_vcpu *vcpu, bool for_injection) in svm_smi_allowed()
|