Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/kvm/x86_64/
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()
159 vm_install_exception_handler(vm, BP_VECTOR, guest_bp_handler); in run_test()
H A Ddebug_regs.c109 run->debug.arch.exception == BP_VECTOR && in main()
/openbmc/linux/arch/x86/kvm/vmx/
H A Dvmcs.h105 return is_exception_n(intr_info, BP_VECTOR); in is_breakpoint()
H A Dvmx.c902 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 Dsvm.h161 { SVM_EXIT_EXCP_BASE + BP_VECTOR, "BP excp" }, \
H A Dkvm.h20 #define BP_VECTOR 3 macro
/openbmc/linux/arch/x86/include/uapi/asm/
H A Dsvm.h161 { SVM_EXIT_EXCP_BASE + BP_VECTOR, "BP excp" }, \
H A Dkvm.h20 #define BP_VECTOR 3 macro
/openbmc/linux/arch/x86/kvm/
H A Dx86.h135 return (nr == BP_VECTOR) || (nr == OF_VECTOR); in kvm_exception_is_soft()
H A Dx86.c563 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 Dkvm.h22 #define BP_VECTOR 3 macro
/openbmc/linux/arch/x86/kvm/svm/
H A Dsvm.c1996 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,