Searched refs:IDT_BP (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/x86/include/ |
H A D | segments.h | 196 #define IDT_BP 3 /* #BP: Breakpoint */ macro
|
/freebsd/sys/amd64/vmm/amd/ |
H A D | svm.c | 1495 case IDT_BP: in svm_vmexit() 2456 svm_set_intercept(vcpu, VMCB_EXC_INTCPT, BIT(IDT_BP), val); in svm_setcap() 2540 *retval = svm_get_intercept(vcpu, VMCB_EXC_INTCPT, BIT(IDT_BP)); in svm_getcap()
|
/freebsd/sys/amd64/vmm/intel/ |
H A D | vmx.c | 1496 if (vector == IDT_BP || vector == IDT_OF) { in vmx_inject_interrupts() 2714 if (intr_type == VMCS_INTR_T_SWEXCEPTION && intr_vec == IDT_BP && in vmx_exit_process() 3668 flag = (1 << IDT_BP); in vmx_setcap()
|
/freebsd/sys/i386/i386/ |
H A D | machdep.c | 1314 setidt(IDT_BP, &IDTVEC(bpt), SDT_SYS386IGT, SEL_UPL, in i386_setidt1()
|
/freebsd/sys/amd64/amd64/ |
H A D | machdep.c | 1422 setidt(IDT_BP, pti ? &IDTVEC(bpt_pti) : &IDTVEC(bpt), SDT_SYSIGT, in hammer_time()
|
/freebsd/usr.sbin/bhyve/ |
H A D | gdb.c | 1149 error = vm_inject_exception(vcpu, IDT_BP, 0, 0, 0); in gdb_cpu_breakpoint()
|