Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/x86/include/asm/
Dkvm_host.h1505 void kvm_queue_exception_p(struct kvm_vcpu *vcpu, unsigned nr, unsigned long payload);
/kernel/linux/linux-6.6/arch/x86/include/asm/
Dkvm_host.h2005 void kvm_queue_exception_p(struct kvm_vcpu *vcpu, unsigned nr, unsigned long payload);
/kernel/linux/linux-5.10/arch/x86/kvm/
Dx86.c628 void kvm_queue_exception_p(struct kvm_vcpu *vcpu, unsigned nr, in kvm_queue_exception_p() function
633 EXPORT_SYMBOL_GPL(kvm_queue_exception_p);
7442 kvm_queue_exception_p(vcpu, DB_VECTOR, DR6_BS); in kvm_vcpu_do_singlestep()
7497 kvm_queue_exception_p(vcpu, DB_VECTOR, dr6); in kvm_vcpu_check_code_breakpoint()
/kernel/linux/linux-6.6/arch/x86/kvm/
Dx86.c743 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);
8722 kvm_queue_exception_p(vcpu, DB_VECTOR, DR6_BS); in kvm_vcpu_do_singlestep()
8817 kvm_queue_exception_p(vcpu, DB_VECTOR, dr6); in kvm_vcpu_check_code_breakpoint()
/kernel/linux/linux-6.6/arch/x86/kvm/vmx/
Dvmx.c5307 kvm_queue_exception_p(vcpu, DB_VECTOR, dr6); in handle_exception_nmi()
5560 kvm_queue_exception_p(vcpu, DB_VECTOR, DR6_BD); in handle_dr()
/kernel/linux/linux-5.10/arch/x86/kvm/vmx/
Dvmx.c4995 kvm_queue_exception_p(vcpu, DB_VECTOR, dr6); in handle_exception_nmi()
5249 kvm_queue_exception_p(vcpu, DB_VECTOR, DR6_BD); in handle_dr()
/kernel/linux/linux-5.10/arch/x86/kvm/svm/
Dsvm.c1838 kvm_queue_exception_p(&svm->vcpu, DB_VECTOR, payload); in db_interception()
/kernel/linux/linux-6.6/arch/x86/kvm/svm/
Dsvm.c2091 kvm_queue_exception_p(vcpu, DB_VECTOR, payload); in db_interception()