Searched refs:T_SGLSTP (Results 1 – 11 of 11) sorted by relevance
/titanic_50/usr/src/uts/intel/kdi/ |
H A D | kdi_idt.c | 135 { 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 D | trap.h | 42 #define T_SGLSTP 0x1 /* #db single step */ macro
|
/titanic_50/usr/src/cmd/mdb/intel/kmdb/ |
H A D | kvm_isadep.c | 520 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 D | trap.c | 531 } 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 D | panic_asm.s | 302 push $T_SGLSTP
|
/titanic_50/usr/src/uts/intel/kdi/ia32/ |
H A D | kdi_asm.s | 668 cmpl $T_SGLSTP, %eax
|
/titanic_50/usr/src/uts/intel/kdi/amd64/ |
H A D | kdi_asm.s | 643 cmpq $T_SGLSTP, %rdi
|
/titanic_50/usr/src/cmd/mdb/i86pc/modules/unix/ |
H A D | unix.c | 332 { T_SGLSTP, "debug-exception" },
|
/titanic_50/usr/src/uts/i86xpv/os/ |
H A D | xpv_panic.c | 510 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 D | desctbls.c | 922 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 D | exception.s | 130 TRAP_NOERR(T_SGLSTP) /* $1 */
|