Home
last modified time | relevance | path

Searched refs:T_SGLSTP (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/uts/intel/kdi/
H A Dkdi_idt.c130 { T_SGLSTP, TRP_KPL },
146 { T_SGLSTP, 0, kdi_trap1, NULL },
381 if (tt != T_BPTFLT && tt != T_SGLSTP)
393 if (tt == T_SGLSTP &&
398 if (tt == T_SGLSTP &&
H A Dkdi_asm.S628 cmpq $T_SGLSTP, %rdi
/illumos-gate/usr/src/uts/intel/sys/
H A Dtrap.h44 #define T_SGLSTP 0x1 /* #db single step */ macro
/illumos-gate/usr/src/uts/i86pc/os/
H A Dtrap.c503 } else if (type == T_SGLSTP && lwp != NULL) { in trap()
551 case T_SGLSTP: in trap()
552 case T_SGLSTP + USER: in trap()
1013 case T_SGLSTP: /* single step/hw breakpoint exception */ in trap()
1231 case T_SGLSTP + USER: /* single step/hw breakpoint exception */ in trap()
/illumos-gate/usr/src/uts/intel/os/
H A Ddesctbls.c291 case T_SGLSTP: in idt_vector_to_ist()
710 set_gatesegd(&idt[T_SGLSTP], in init_idt_common()
712 KCS_SEL, SDT_SYSIGT, TRP_KPL, idt_vector_to_ist(T_SGLSTP)); in init_idt_common()
/illumos-gate/usr/src/cmd/mdb/intel/kmdb/
H A Dkvm_isadep.c498 case T_SGLSTP: in kmt_trapname()
563 BT_SET(kmt->kmt_trapmap, T_SGLSTP); in kmt_init_isadep()
/illumos-gate/usr/src/uts/i86xpv/ml/
H A Dpanic_asm.S176 push $T_SGLSTP
/illumos-gate/usr/src/uts/intel/ml/
H A Dexception.S133 TRAP_NOERR(T_SGLSTP) /* $1 */
/illumos-gate/usr/src/uts/i86xpv/os/
H A Dxpv_panic.c508 set_gatesegd(&idt[T_SGLSTP], &xpv_dbgtrap, cs, SDT_SYSIGT, TRP_XPL, 0); in switch_to_xpv_panic_idt()
/illumos-gate/usr/src/cmd/mdb/i86pc/modules/unix/
H A Dunix.c334 { T_SGLSTP, "debug-exception" },