Searched refs:BP_VECTOR (Results 1 – 7 of 7) sorted by relevance
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()
175 run->debug.arch.exception == BP_VECTOR && in main()
168 { SVM_EXIT_EXCP_BASE + BP_VECTOR, "BP excp" }, \
22 #define BP_VECTOR 3 macro
1896 clr_exception_intercept(svm, BP_VECTOR); in svm_update_exception_bitmap()1900 set_exception_intercept(svm, BP_VECTOR); in svm_update_exception_bitmap()2080 kvm_run->debug.arch.exception = BP_VECTOR; in bp_interception()2494 (int_vec == OF_VECTOR || int_vec == BP_VECTOR))) { in task_switch_interception()3364 [SVM_EXIT_EXCP_BASE + BP_VECTOR] = bp_interception,
367 case DE_VECTOR: case DB_VECTOR: case BP_VECTOR: case OF_VECTOR: in nested_svm_event_inj_valid_exept()
749 if (mask & ((1 << BP_VECTOR) | (1 << OF_VECTOR))) in exception_type()9384 return vector == BP_VECTOR; in is_soft_int_instruction()12574 kvm_queue_exception(vcpu, BP_VECTOR); in kvm_arch_vcpu_ioctl_set_guest_debug()