Home
last modified time | relevance | path

Searched refs:BP_VECTOR (Results 1 – 7 of 7) sorted by relevance

/linux/tools/testing/selftests/kvm/x86/
H A Dsvm_nested_soft_inject_test.c130 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 Ddebug_regs.c175 run->debug.arch.exception == BP_VECTOR && in main()
/linux/tools/arch/x86/include/uapi/asm/
H A Dsvm.h168 { SVM_EXIT_EXCP_BASE + BP_VECTOR, "BP excp" }, \
H A Dkvm.h22 #define BP_VECTOR 3 macro
/linux/arch/x86/kvm/svm/
H A Dsvm.c1896 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,
H A Dnested.c367 case DE_VECTOR: case DB_VECTOR: case BP_VECTOR: case OF_VECTOR: in nested_svm_event_inj_valid_exept()
/linux/arch/x86/kvm/
H A Dx86.c749 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()