/illumos-gate/usr/src/uts/sun4v/ml/ |
H A D | wbuf.S | 60 ! g5 = mmu trap type, g6 = tag access reg (g5 != T_ALIGNMENT) or 61 ! sfar (g5 == T_ALIGNMENT) 77 cmp %g5, T_ALIGNMENT 81 mov T_ALIGNMENT, %g3 196 ! g5 = mmu trap type, g6 = tag access reg (g5 != T_ALIGNMENT) or 197 ! sfar (g5 == T_ALIGNMENT) 213 cmp %g5, T_ALIGNMENT 217 mov T_ALIGNMENT, %g3 396 ! g5 = mmu trap type, g6 = tag access reg (g5 != T_ALIGNMENT) or 397 ! sfar (g5 == T_ALIGNMENT) [all …]
|
H A D | trap_table.S | 1417 mov T_ALIGNMENT, %g1 2454 cmp %g5, T_ALIGNMENT
|
/illumos-gate/usr/src/uts/sun4u/ml/ |
H A D | wbuf.S | 59 ! g5 = mmu trap type, g6 = tag access reg (g5 != T_ALIGNMENT) or 60 ! sfar (g5 == T_ALIGNMENT) 76 cmp %g5, T_ALIGNMENT 80 mov T_ALIGNMENT, %g3 193 ! g5 = mmu trap type, g6 = tag access reg (g5 != T_ALIGNMENT) or 194 ! sfar (g5 == T_ALIGNMENT) 210 cmp %g5, T_ALIGNMENT 214 mov T_ALIGNMENT, %g3 334 ! g5 = mmu trap type, g6 = tag access reg (g5 != T_ALIGNMENT) or 335 ! sfar (g5 == T_ALIGNMENT) [all …]
|
H A D | trap_table.S | 1614 mov T_ALIGNMENT, %g1 2720 cmp %g5, T_ALIGNMENT
|
/illumos-gate/usr/src/uts/intel/sys/ |
H A D | trap.h | 60 #define T_ALIGNMENT 0x11 /* #ac alignment check error */ macro
|
/illumos-gate/usr/src/uts/sparc/v7/sys/ |
H A D | machtrap.h | 64 #define T_ALIGNMENT 0x07 macro
|
/illumos-gate/usr/src/uts/sparc/v9/sys/ |
H A D | machtrap.h | 68 #define T_ALIGNMENT 0x034 macro
|
/illumos-gate/usr/src/cmd/mdb/intel/kmdb/ |
H A D | kvm_isadep.c | 503 case T_ALIGNMENT: in kmt_trapname() 541 (void) mdb_tgt_add_fault(t, T_ALIGNMENT, MDB_TGT_SPEC_INTERNAL, in kmt_init_isadep()
|
/illumos-gate/usr/src/uts/i86xpv/ml/ |
H A D | panic_asm.S | 253 push $T_ALIGNMENT
|
/illumos-gate/usr/src/uts/sun4v/os/ |
H A D | mach_trap.c | 94 case T_ALIGNMENT: in showregs()
|
/illumos-gate/usr/src/uts/intel/kdi/ |
H A D | kdi_idt.c | 164 { T_ALIGNMENT, 0, kdi_traperr17, NULL },
|
/illumos-gate/usr/src/uts/sun4u/os/ |
H A D | mach_trap.c | 109 case T_ALIGNMENT: in showregs()
|
/illumos-gate/usr/src/uts/intel/os/ |
H A D | desctbls.c | 766 set_gatesegd(&idt[T_ALIGNMENT], in init_idt_common() 768 KCS_SEL, SDT_SYSIGT, TRP_KPL, idt_vector_to_ist(T_ALIGNMENT)); in init_idt_common()
|
/illumos-gate/usr/src/uts/sparc/v9/fpu/ |
H A D | fpu.c | 541 fpu_trap(rp, pfpsd->fp_trapaddr, T_ALIGNMENT, 0); in fp_traps()
|
/illumos-gate/usr/src/uts/sun4/os/ |
H A D | trap.c | 300 case T_ALIGNMENT: /* supv alignment error */ in trap() 792 case T_ALIGNMENT + T_USER: /* user alignment error */ in trap() 1498 case T_ALIGNMENT + T_USER: /* user alignment error */ in fpu_trap()
|
/illumos-gate/usr/src/uts/intel/ml/ |
H A D | exception.S | 592 TRAP_ERR(T_ALIGNMENT) /* $17 */
|
/illumos-gate/usr/src/uts/i86xpv/os/ |
H A D | xpv_panic.c | 525 set_gatesegd(&idt[T_ALIGNMENT], &xpv_achktrap, cs, SDT_SYSIGT, TRP_XPL, in switch_to_xpv_panic_idt()
|
/illumos-gate/usr/src/cmd/mdb/i86pc/modules/unix/ |
H A D | unix.c | 349 { T_ALIGNMENT, "alignment-check" },
|
/illumos-gate/usr/src/uts/i86pc/os/ |
H A D | trap.c | 1221 case T_ALIGNMENT + USER: /* user alignment error (486) */ in trap()
|