Home
last modified time | relevance | path

Searched refs:bpt (Results 1 – 8 of 8) sorted by relevance

/f-stack/freebsd/i386/i386/
H A Dtrap.c123 extern inthand_t IDTVEC(bpt), IDTVEC(dbg), IDTVEC(int0x80_syscall);
651 frame->tf_eip == (uintptr_t)IDTVEC(bpt) + in trap()
H A Dexception.s106 IDTVEC(bpt)
H A Dmachdep.c1537 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 Dtrap.c104 extern inthand_t IDTVEC(bpt), IDTVEC(bpt_pti), IDTVEC(dbg),
560 frame->tf_rip == (uintptr_t)IDTVEC(bpt)) in trap()
H A Dmachdep.c823 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 Dexception.S137 TRAP_NOEN bpt, T_BPTFLT
/f-stack/freebsd/amd64/include/
H A Dvmm.h720 } bpt; member
/f-stack/freebsd/amd64/vmm/intel/
H A Dvmx.c2657 vmexit->u.bpt.inst_length = vmexit->inst_length; in vmx_exit_process()