Searched refs:T_OVFLW (Results 1 – 7 of 7) sorted by relevance
/illumos-gate/usr/src/uts/intel/sys/ |
H A D | trap.h | 47 #define T_OVFLW 0x4 /* #of INTO overflow fault */ macro
|
/illumos-gate/usr/src/uts/i86xpv/ml/ |
H A D | panic_asm.S | 194 push $T_OVFLW
|
/illumos-gate/usr/src/uts/intel/kdi/ |
H A D | kdi_idt.c | 149 { T_OVFLW, 0, kdi_trap4, NULL },
|
/illumos-gate/usr/src/uts/intel/os/ |
H A D | desctbls.c | 719 set_gatesegd(&idt[T_OVFLW], in init_idt_common() 721 KCS_SEL, SDT_SYSIGT, TRP_UPL, idt_vector_to_ist(T_OVFLW)); in init_idt_common()
|
/illumos-gate/usr/src/uts/intel/ml/ |
H A D | exception.S | 322 TRAP_NOERR(T_OVFLW) /* $4 */
|
/illumos-gate/usr/src/cmd/mdb/i86pc/modules/unix/ |
H A D | unix.c | 337 { T_OVFLW, "into-overflow" },
|
/illumos-gate/usr/src/uts/i86pc/os/ |
H A D | trap.c | 934 case T_OVFLW + USER: /* integer overflow */ in trap()
|