Home
last modified time | relevance | path

Searched refs:T_BPTFLT (Results 1 – 13 of 13) sorted by relevance

/illumos-gate/usr/src/uts/intel/kdi/
H A Dkdi_idt.c131 { T_BPTFLT, TRP_UPL },
148 { T_BPTFLT, 0, kdi_trap3, NULL },
381 if (tt != T_BPTFLT && tt != T_SGLSTP)
384 if (tt == T_BPTFLT && kdi_dtrace_get_state() ==
419 if (cpusave->krs_gregs[KDIREG_TRAPNO] == T_BPTFLT)
H A Dkdi_asm.S630 cmpq $T_BPTFLT, %rdi
/illumos-gate/usr/src/boot/sys/x86/include/
H A Dtrap.h45 #define T_BPTFLT 3 /* breakpoint instruction */ macro
/illumos-gate/usr/src/uts/intel/sys/
H A Dtrap.h46 #define T_BPTFLT 0x3 /* #bp breakpoint fault, INT3 insn */ macro
/illumos-gate/usr/src/cmd/mdb/intel/kmdb/
H A Dkmdb_dpi_isadep.c120 case T_BPTFLT: in kmdb_dpi_resume_common()
H A Dkvm_isadep.c502 case T_BPTFLT: in kmt_trapname()
564 BT_SET(kmt->kmt_trapmap, T_BPTFLT); in kmt_init_isadep()
/illumos-gate/usr/src/uts/intel/os/
H A Ddesctbls.c290 case T_BPTFLT: in idt_vector_to_ist()
716 set_gatesegd(&idt[T_BPTFLT], in init_idt_common()
718 KCS_SEL, SDT_SYSIGT, TRP_UPL, idt_vector_to_ist(T_BPTFLT)); in init_idt_common()
/illumos-gate/usr/src/uts/intel/ml/
H A Dexception.S313 NPTRAP_NOERR(T_BPTFLT) /* $3 */
446 NPTRAP_NOERR(T_BPTFLT) /* $3 */
H A Di86_subr.S701 int $T_BPTFLT
/illumos-gate/usr/src/uts/i86pc/os/
H A Ddtrace_subr.c230 } else if (rp->r_trapno == T_BPTFLT) { in dtrace_user_probe()
H A Dtrap.c553 case T_BPTFLT + USER: in trap()
999 case T_BPTFLT: /* breakpoint trap */ in trap()
1258 case T_BPTFLT + USER: /* breakpoint trap */ in trap()
/illumos-gate/usr/src/uts/i86xpv/ml/
H A Dpanic_asm.S188 push $T_BPTFLT
/illumos-gate/usr/src/cmd/mdb/i86pc/modules/unix/
H A Dunix.c336 { T_BPTFLT, "breakpoint" },