Home
last modified time | relevance | path

Searched refs:IDT_BP (Results 1 – 5 of 5) sorted by relevance

/f-stack/freebsd/x86/include/
H A Dsegments.h199 #define IDT_BP 3 /* #BP: Breakpoint */ macro
/f-stack/freebsd/amd64/vmm/intel/
H A Dvmx.c1444 if (vector == IDT_BP || vector == IDT_OF) { in vmx_inject_interrupts()
2654 if (intr_type == VMCS_INTR_T_SWEXCEPTION && intr_vec == IDT_BP && in vmx_exit_process()
3582 flag = (1 << IDT_BP); in vmx_setcap()
/f-stack/freebsd/amd64/amd64/
H A Dmachdep.c1732 setidt(IDT_BP, pti ? &IDTVEC(bpt_pti) : &IDTVEC(bpt), SDT_SYSIGT, in hammer_time()
/f-stack/freebsd/amd64/vmm/amd/
H A Dsvm.c1423 case IDT_BP: in svm_vmexit()
/f-stack/freebsd/i386/i386/
H A Dmachdep.c2232 setidt(IDT_BP, &IDTVEC(bpt), SDT_SYS386IGT, SEL_UPL, in i386_setidt1()