Searched refs:bpt (Results 1 – 8 of 8) sorted by relevance
| /f-stack/freebsd/i386/i386/ |
| H A D | trap.c | 123 extern inthand_t IDTVEC(bpt), IDTVEC(dbg), IDTVEC(int0x80_syscall); 651 frame->tf_eip == (uintptr_t)IDTVEC(bpt) + in trap()
|
| H A D | exception.s | 106 IDTVEC(bpt)
|
| H A D | machdep.c | 1537 IDTVEC(div), IDTVEC(dbg), IDTVEC(nmi), IDTVEC(bpt), IDTVEC(ofl), 2232 setidt(IDT_BP, &IDTVEC(bpt), SDT_SYS386IGT, SEL_UPL, in i386_setidt1()
|
| /f-stack/freebsd/amd64/amd64/ |
| H A D | trap.c | 104 extern inthand_t IDTVEC(bpt), IDTVEC(bpt_pti), IDTVEC(dbg), 560 frame->tf_rip == (uintptr_t)IDTVEC(bpt)) in trap()
|
| H A D | machdep.c | 823 IDTVEC(div), IDTVEC(dbg), IDTVEC(nmi), IDTVEC(bpt), IDTVEC(ofl), 1732 setidt(IDT_BP, pti ? &IDTVEC(bpt_pti) : &IDTVEC(bpt), SDT_SYSIGT, in hammer_time()
|
| H A D | exception.S | 137 TRAP_NOEN bpt, T_BPTFLT
|
| /f-stack/freebsd/amd64/include/ |
| H A D | vmm.h | 720 } bpt; member
|
| /f-stack/freebsd/amd64/vmm/intel/ |
| H A D | vmx.c | 2657 vmexit->u.bpt.inst_length = vmexit->inst_length; in vmx_exit_process()
|