Searched refs:BP_VECTOR (Results 1 – 7 of 7) sorted by relevance
105 return is_exception_n(intr_info, BP_VECTOR); in is_breakpoint()
839 eb |= 1u << BP_VECTOR; in vmx_update_exception_bitmap()5020 case BP_VECTOR: in rmode_exception()5245 case BP_VECTOR: in handle_exception_nmi()
164 { SVM_EXIT_EXCP_BASE + BP_VECTOR, "BP excp" }, \
22 #define BP_VECTOR 3 macro
211 return (nr == BP_VECTOR) || (nr == OF_VECTOR); in kvm_exception_is_soft()
745 if (mask & ((1 << BP_VECTOR) | (1 << OF_VECTOR))) in exception_type()12059 kvm_queue_exception(vcpu, BP_VECTOR); in kvm_arch_vcpu_ioctl_set_guest_debug()
1861 clr_exception_intercept(svm, BP_VECTOR); in svm_update_exception_bitmap()1865 set_exception_intercept(svm, BP_VECTOR); in svm_update_exception_bitmap()2012 kvm_run->debug.arch.exception = BP_VECTOR; in bp_interception()2446 (int_vec == OF_VECTOR || int_vec == BP_VECTOR))) { in task_switch_interception()3236 [SVM_EXIT_EXCP_BASE + BP_VECTOR] = bp_interception,
Completed in 60 milliseconds