Searched refs:kvm_queue_exception_p (Results 1 – 3 of 3) sorted by relevance
| /linux/arch/x86/kvm/vmx/ |
| H A D | vmx.c | 5503 kvm_queue_exception_p(vcpu, NM_VECTOR, in handle_exception_nmi() 5600 kvm_queue_exception_p(vcpu, DB_VECTOR, dr6); in handle_exception_nmi() 5852 kvm_queue_exception_p(vcpu, DB_VECTOR, DR6_BD); in handle_dr()
|
| /linux/arch/x86/kvm/ |
| H A D | x86.c | 907 void kvm_queue_exception_p(struct kvm_vcpu *vcpu, unsigned nr, in kvm_queue_exception_p() function 912 EXPORT_SYMBOL_FOR_KVM_INTERNAL(kvm_queue_exception_p); 9239 kvm_queue_exception_p(vcpu, DB_VECTOR, DR6_BS); in kvm_vcpu_do_singlestep() 9332 kvm_queue_exception_p(vcpu, DB_VECTOR, dr6); in kvm_vcpu_check_code_breakpoint()
|
| /linux/arch/x86/kvm/svm/ |
| H A D | svm.c | 1978 kvm_queue_exception_p(vcpu, DB_VECTOR, payload); in db_interception()
|