Searched refs:BP_VECTOR (Results 1 – 10 of 10) sorted by relevance
/linux/tools/testing/selftests/kvm/x86_64/ |
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/arch/x86/kvm/vmx/ |
H A D | vmcs.h | 105 return is_exception_n(intr_info, BP_VECTOR); in is_breakpoint()
|
/linux/arch/x86/include/uapi/asm/ |
H A D | svm.h | 162 { SVM_EXIT_EXCP_BASE + BP_VECTOR, "BP excp" }, \
|
H A D | kvm.h | 22 #define BP_VECTOR 3 macro
|
/linux/tools/arch/x86/include/uapi/asm/ |
H A D | svm.h | 162 { SVM_EXIT_EXCP_BASE + BP_VECTOR, "BP excp" }, \
|
H A D | kvm.h | 22 #define BP_VECTOR 3 macro
|
/linux/arch/x86/kvm/ |
H A D | x86.h | 158 return (nr == BP_VECTOR) || (nr == OF_VECTOR); in kvm_exception_is_soft()
|
H A D | x86.c | 759 if (mask & ((1 << BP_VECTOR) | (1 << OF_VECTOR))) in exception_type() 12074 kvm_queue_exception(vcpu, BP_VECTOR); in kvm_arch_vcpu_ioctl_set_guest_debug()
|
/linux/arch/x86/kvm/svm/ |
H A D | svm.c | 1975 clr_exception_intercept(svm, BP_VECTOR); in svm_update_exception_bitmap() 1979 set_exception_intercept(svm, BP_VECTOR); in svm_update_exception_bitmap() 2126 kvm_run->debug.arch.exception = BP_VECTOR; in bp_interception() 2563 (int_vec == OF_VECTOR || int_vec == BP_VECTOR))) { in task_switch_interception() 3316 [SVM_EXIT_EXCP_BASE + BP_VECTOR] = bp_interception,
|