Searched refs:T_BOUNDFLT (Results 1 – 8 of 8) sorted by relevance
/illumos-gate/usr/src/uts/intel/sys/ |
H A D | trap.h | 48 #define T_BOUNDFLT 0x5 /* #br BOUND insn fault */ macro
|
/illumos-gate/usr/src/uts/i86xpv/ml/ |
H A D | panic_asm.S | 200 push $T_BOUNDFLT
|
/illumos-gate/usr/src/uts/intel/kdi/ |
H A D | kdi_idt.c | 150 { T_BOUNDFLT, 0, kdi_trap5, NULL },
|
/illumos-gate/usr/src/uts/intel/os/ |
H A D | desctbls.c | 722 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 D | exception.S | 330 TRAP_NOERR(T_BOUNDFLT) /* $5 */
|
/illumos-gate/usr/src/uts/i86xpv/os/ |
H A D | xpv_panic.c | 510 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 D | unix.c | 338 { T_BOUNDFLT, "bound-exceeded" },
|
/illumos-gate/usr/src/uts/i86pc/os/ |
H A D | trap.c | 1210 case T_BOUNDFLT + USER: /* bound fault */ in trap()
|