Home
last modified time | relevance | path

Searched refs:T_OVFLW (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/intel/sys/
H A Dtrap.h47 #define T_OVFLW 0x4 /* #of INTO overflow fault */ macro
/illumos-gate/usr/src/uts/i86xpv/ml/
H A Dpanic_asm.S194 push $T_OVFLW
/illumos-gate/usr/src/uts/intel/kdi/
H A Dkdi_idt.c149 { T_OVFLW, 0, kdi_trap4, NULL },
/illumos-gate/usr/src/uts/intel/os/
H A Ddesctbls.c719 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 Dexception.S322 TRAP_NOERR(T_OVFLW) /* $4 */
/illumos-gate/usr/src/cmd/mdb/i86pc/modules/unix/
H A Dunix.c337 { T_OVFLW, "into-overflow" },
/illumos-gate/usr/src/uts/i86pc/os/
H A Dtrap.c934 case T_OVFLW + USER: /* integer overflow */ in trap()