Home
last modified time | relevance | path

Searched refs:kvm_queue_exception_p (Results 1 – 4 of 4) sorted by relevance

/linux/arch/x86/include/asm/
H A Dkvm_host.h2226 void kvm_queue_exception_p(struct kvm_vcpu *vcpu, unsigned nr, unsigned long payload);
/linux/arch/x86/kvm/vmx/
H A Dvmx.c5203 kvm_queue_exception_p(vcpu, NM_VECTOR, in handle_exception_nmi()
5311 kvm_queue_exception_p(vcpu, DB_VECTOR, dr6); in handle_exception_nmi()
5563 kvm_queue_exception_p(vcpu, DB_VECTOR, DR6_BD); in handle_dr()
/linux/arch/x86/kvm/
H A Dx86.c911 void kvm_queue_exception_p(struct kvm_vcpu *vcpu, unsigned nr, in kvm_queue_exception_p() function
916 EXPORT_SYMBOL_FOR_KVM_INTERNAL(kvm_queue_exception_p);
9208 kvm_queue_exception_p(vcpu, DB_VECTOR, DR6_BS); in kvm_vcpu_do_singlestep()
9301 kvm_queue_exception_p(vcpu, DB_VECTOR, dr6); in kvm_vcpu_check_code_breakpoint()
/linux/arch/x86/kvm/svm/
H A Dsvm.c1906 kvm_queue_exception_p(vcpu, DB_VECTOR, payload); in db_interception()