Searched refs:BP_VECTOR (Results 1 – 12 of 12) sorted by relevance
/openbmc/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() 159 vm_install_exception_handler(vm, BP_VECTOR, guest_bp_handler); in run_test()
|
H A D | debug_regs.c | 109 run->debug.arch.exception == BP_VECTOR && in main()
|
/openbmc/linux/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 | 902 eb |= 1u << BP_VECTOR; in vmx_update_exception_bitmap() 5114 case BP_VECTOR: in rmode_exception() 5322 case BP_VECTOR: in handle_exception_nmi()
|
/openbmc/linux/tools/arch/x86/include/uapi/asm/ |
H A D | svm.h | 161 { SVM_EXIT_EXCP_BASE + BP_VECTOR, "BP excp" }, \
|
H A D | kvm.h | 20 #define BP_VECTOR 3 macro
|
/openbmc/linux/arch/x86/include/uapi/asm/ |
H A D | svm.h | 161 { SVM_EXIT_EXCP_BASE + BP_VECTOR, "BP excp" }, \
|
H A D | kvm.h | 20 #define BP_VECTOR 3 macro
|
/openbmc/linux/arch/x86/kvm/ |
H A D | x86.h | 135 return (nr == BP_VECTOR) || (nr == OF_VECTOR); in kvm_exception_is_soft()
|
H A D | x86.c | 563 if (mask & ((1 << BP_VECTOR) | (1 << OF_VECTOR))) in exception_type() 11693 kvm_queue_exception(vcpu, BP_VECTOR); in kvm_arch_vcpu_ioctl_set_guest_debug()
|
/openbmc/qemu/linux-headers/asm-x86/ |
H A D | kvm.h | 22 #define BP_VECTOR 3 macro
|
/openbmc/linux/arch/x86/kvm/svm/ |
H A D | svm.c | 1996 clr_exception_intercept(svm, BP_VECTOR); in svm_update_exception_bitmap() 2000 set_exception_intercept(svm, BP_VECTOR); in svm_update_exception_bitmap() 2129 kvm_run->debug.arch.exception = BP_VECTOR; in bp_interception() 2567 (int_vec == OF_VECTOR || int_vec == BP_VECTOR))) { in task_switch_interception() 3302 [SVM_EXIT_EXCP_BASE + BP_VECTOR] = bp_interception,
|