Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/intel/kdi/
H A Dkdi_idt.c135 { T_SGLSTP, TRP_KPL },
151 { T_SGLSTP, 0, kdi_trap1, NULL },
499 if (tt != T_BPTFLT && tt != T_SGLSTP) in kdi_trap_pass()
510 if (tt == T_SGLSTP && in kdi_trap_pass()
/titanic_50/usr/src/uts/intel/ia32/sys/
H A Dtrap.h42 #define T_SGLSTP 0x1 /* #db single step */ macro
/titanic_50/usr/src/cmd/mdb/intel/kmdb/
H A Dkvm_isadep.c520 case T_SGLSTP: in kmt_trapname()
585 BT_SET(kmt->kmt_trapmap, T_SGLSTP); in kmt_init_isadep()
/titanic_50/usr/src/uts/i86pc/os/
H A Dtrap.c531 } else if (type == T_SGLSTP && lwp != NULL) in trap()
581 case T_SGLSTP: in trap()
582 case T_SGLSTP + USER: in trap()
1077 case T_SGLSTP: /* single step/hw breakpoint exception */ in trap()
1318 case T_SGLSTP + USER: /* single step/hw breakpoint exception */ in trap()
/titanic_50/usr/src/uts/i86xpv/ml/
H A Dpanic_asm.s302 push $T_SGLSTP
/titanic_50/usr/src/uts/intel/kdi/ia32/
H A Dkdi_asm.s668 cmpl $T_SGLSTP, %eax
/titanic_50/usr/src/uts/intel/kdi/amd64/
H A Dkdi_asm.s643 cmpq $T_SGLSTP, %rdi
/titanic_50/usr/src/cmd/mdb/i86pc/modules/unix/
H A Dunix.c332 { T_SGLSTP, "debug-exception" },
/titanic_50/usr/src/uts/i86xpv/os/
H A Dxpv_panic.c510 set_gatesegd(&idt[T_SGLSTP], &xpv_dbgtrap, cs, SDT_SYSIGT, TRP_XPL, 0); in switch_to_xpv_panic_idt()
/titanic_50/usr/src/uts/intel/ia32/os/
H A Ddesctbls.c922 set_gatesegd(&idt[T_SGLSTP], &dbgtrap, KCS_SEL, SDT_SYSIGT, TRP_KPL, in init_idt_common()
/titanic_50/usr/src/uts/intel/ia32/ml/
H A Dexception.s130 TRAP_NOERR(T_SGLSTP) /* $1 */