Searched refs:kvm_queue_exception_p (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/arch/x86/include/asm/ |
H A D | kvm_host.h | 2008 void kvm_queue_exception_p(struct kvm_vcpu *vcpu, unsigned nr, unsigned long payload);
|
/openbmc/linux/arch/x86/kvm/ |
H A D | x86.c | 743 void kvm_queue_exception_p(struct kvm_vcpu *vcpu, unsigned nr, in kvm_queue_exception_p() function 748 EXPORT_SYMBOL_GPL(kvm_queue_exception_p); 8734 kvm_queue_exception_p(vcpu, DB_VECTOR, DR6_BS); in kvm_vcpu_do_singlestep() 8829 kvm_queue_exception_p(vcpu, DB_VECTOR, dr6); in kvm_vcpu_check_code_breakpoint()
|
/openbmc/linux/arch/x86/kvm/vmx/ |
H A D | vmx.c | 5316 kvm_queue_exception_p(vcpu, DB_VECTOR, dr6); in handle_exception_nmi() 5569 kvm_queue_exception_p(vcpu, DB_VECTOR, DR6_BD); in handle_dr()
|
/openbmc/linux/arch/x86/kvm/svm/ |
H A D | svm.c | 2098 kvm_queue_exception_p(vcpu, DB_VECTOR, payload); in db_interception()
|