Searched refs:kvm_queue_exception_p (Results 1 – 3 of 3) sorted by relevance
/linux/arch/x86/include/asm/ |
H A D | kvm_host.h | 2191 void kvm_queue_exception_p(struct kvm_vcpu *vcpu, unsigned nr, unsigned long payload);
|
/linux/arch/x86/kvm/ |
H A D | x86.c | 889 void kvm_queue_exception_p(struct kvm_vcpu *vcpu, unsigned nr, in kvm_queue_exception_p() function 894 EXPORT_SYMBOL_GPL(kvm_queue_exception_p); 8991 kvm_queue_exception_p(vcpu, DB_VECTOR, DR6_BS); in kvm_vcpu_do_singlestep() 9084 kvm_queue_exception_p(vcpu, DB_VECTOR, dr6); in kvm_vcpu_check_code_breakpoint()
|
/linux/arch/x86/kvm/svm/ |
H A D | svm.c | 2137 kvm_queue_exception_p(vcpu, DB_VECTOR, payload); in db_interception()
|