Home
last modified time | relevance | path

Searched refs:T_BOUNDFLT (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/intel/sys/
H A Dtrap.h48 #define T_BOUNDFLT 0x5 /* #br BOUND insn fault */ macro
/illumos-gate/usr/src/uts/i86xpv/ml/
H A Dpanic_asm.S200 push $T_BOUNDFLT
/illumos-gate/usr/src/uts/intel/kdi/
H A Dkdi_idt.c150 { T_BOUNDFLT, 0, kdi_trap5, NULL },
/illumos-gate/usr/src/uts/intel/os/
H A Ddesctbls.c722 set_gatesegd(&idt[T_BOUNDFLT], in init_idt_common()
724 KCS_SEL, SDT_SYSIGT, TRP_KPL, idt_vector_to_ist(T_BOUNDFLT)); in init_idt_common()
/illumos-gate/usr/src/uts/intel/ml/
H A Dexception.S330 TRAP_NOERR(T_BOUNDFLT) /* $5 */
/illumos-gate/usr/src/uts/i86xpv/os/
H A Dxpv_panic.c510 set_gatesegd(&idt[T_BOUNDFLT], &xpv_boundstrap, cs, SDT_SYSIGT, in switch_to_xpv_panic_idt()
/illumos-gate/usr/src/cmd/mdb/i86pc/modules/unix/
H A Dunix.c338 { T_BOUNDFLT, "bound-exceeded" },
/illumos-gate/usr/src/uts/i86pc/os/
H A Dtrap.c1210 case T_BOUNDFLT + USER: /* bound fault */ in trap()