Searched refs:BP_VECTOR (Results 1 – 11 of 11) sorted by relevance
| /linux-6.15/tools/testing/selftests/kvm/x86/ |
| H A D | svm_nested_soft_inject_test.c | 130 vmcb->control.event_inj = BP_VECTOR | SVM_EVTINJ_VALID | SVM_EVTINJ_TYPE_EXEPT; in l1_guest_code() 156 vm_install_exception_handler(vm, BP_VECTOR, guest_bp_handler); in run_test()
|
| H A D | debug_regs.c | 112 run->debug.arch.exception == BP_VECTOR && in main()
|
| /linux-6.15/arch/x86/kvm/vmx/ |
| H A D | vmcs.h | 105 return is_exception_n(intr_info, BP_VECTOR); in is_breakpoint()
|
| H A D | vmx.c | 890 eb |= 1u << BP_VECTOR; in vmx_update_exception_bitmap() 5150 case BP_VECTOR: in rmode_exception() 5375 case BP_VECTOR: in handle_exception_nmi()
|
| /linux-6.15/arch/x86/include/uapi/asm/ |
| H A D | svm.h | 163 { SVM_EXIT_EXCP_BASE + BP_VECTOR, "BP excp" }, \
|
| H A D | kvm.h | 22 #define BP_VECTOR 3 macro
|
| /linux-6.15/tools/arch/x86/include/uapi/asm/ |
| H A D | svm.h | 163 { SVM_EXIT_EXCP_BASE + BP_VECTOR, "BP excp" }, \
|
| H A D | kvm.h | 22 #define BP_VECTOR 3 macro
|
| /linux-6.15/arch/x86/kvm/ |
| H A D | x86.h | 166 return (nr == BP_VECTOR) || (nr == OF_VECTOR); in kvm_exception_is_soft()
|
| H A D | x86.c | 726 if (mask & ((1 << BP_VECTOR) | (1 << OF_VECTOR))) in exception_type() 12100 kvm_queue_exception(vcpu, BP_VECTOR); in kvm_arch_vcpu_ioctl_set_guest_debug()
|
| /linux-6.15/arch/x86/kvm/svm/ |
| H A D | svm.c | 2040 clr_exception_intercept(svm, BP_VECTOR); in svm_update_exception_bitmap() 2044 set_exception_intercept(svm, BP_VECTOR); in svm_update_exception_bitmap() 2191 kvm_run->debug.arch.exception = BP_VECTOR; in bp_interception() 2632 (int_vec == OF_VECTOR || int_vec == BP_VECTOR))) { in task_switch_interception() 3404 [SVM_EXIT_EXCP_BASE + BP_VECTOR] = bp_interception,
|