Home
last modified time | relevance | path

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

/linux-6.15/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.c112 run->debug.arch.exception == BP_VECTOR && in main()
/linux-6.15/arch/x86/kvm/vmx/
H A Dvmcs.h105 return is_exception_n(intr_info, BP_VECTOR); in is_breakpoint()
H A Dvmx.c890 eb |= 1u << BP_VECTOR; in vmx_update_exception_bitmap()
5150 case BP_VECTOR: in rmode_exception()
5375 case BP_VECTOR: in handle_exception_nmi()
/linux-6.15/arch/x86/include/uapi/asm/
H A Dsvm.h163 { SVM_EXIT_EXCP_BASE + BP_VECTOR, "BP excp" }, \
H A Dkvm.h22 #define BP_VECTOR 3 macro
/linux-6.15/tools/arch/x86/include/uapi/asm/
H A Dsvm.h163 { SVM_EXIT_EXCP_BASE + BP_VECTOR, "BP excp" }, \
H A Dkvm.h22 #define BP_VECTOR 3 macro
/linux-6.15/arch/x86/kvm/
H A Dx86.h166 return (nr == BP_VECTOR) || (nr == OF_VECTOR); in kvm_exception_is_soft()
H A Dx86.c726 if (mask & ((1 << BP_VECTOR) | (1 << OF_VECTOR))) in exception_type()
12100 kvm_queue_exception(vcpu, BP_VECTOR); in kvm_arch_vcpu_ioctl_set_guest_debug()
/linux-6.15/arch/x86/kvm/svm/
H A Dsvm.c2040 clr_exception_intercept(svm, BP_VECTOR); in svm_update_exception_bitmap()
2044 set_exception_intercept(svm, BP_VECTOR); in svm_update_exception_bitmap()
2191 kvm_run->debug.arch.exception = BP_VECTOR; in bp_interception()
2632 (int_vec == OF_VECTOR || int_vec == BP_VECTOR))) { in task_switch_interception()
3404 [SVM_EXIT_EXCP_BASE + BP_VECTOR] = bp_interception,