/titanic_41/usr/src/uts/sun4v/ml/ |
H A D | wbuf.s | 63 ! g5 = mmu trap type, g6 = tag access reg (g5 != T_ALIGNMENT) or 64 ! sfar (g5 == T_ALIGNMENT) 80 cmp %g5, T_ALIGNMENT 84 mov T_ALIGNMENT, %g3 199 ! g5 = mmu trap type, g6 = tag access reg (g5 != T_ALIGNMENT) or 200 ! sfar (g5 == T_ALIGNMENT) 216 cmp %g5, T_ALIGNMENT 220 mov T_ALIGNMENT, %g3 399 ! g5 = mmu trap type, g6 = tag access reg (g5 != T_ALIGNMENT) or 400 ! sfar (g5 == T_ALIGNMENT) [all …]
|
H A D | trap_table.s | 1438 mov T_ALIGNMENT, %g1 2475 cmp %g5, T_ALIGNMENT
|
/titanic_41/usr/src/uts/sun4u/ml/ |
H A D | wbuf.s | 62 ! g5 = mmu trap type, g6 = tag access reg (g5 != T_ALIGNMENT) or 63 ! sfar (g5 == T_ALIGNMENT) 79 cmp %g5, T_ALIGNMENT 83 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 337 ! g5 = mmu trap type, g6 = tag access reg (g5 != T_ALIGNMENT) or 338 ! sfar (g5 == T_ALIGNMENT) [all …]
|
H A D | trap_table.s | 1634 mov T_ALIGNMENT, %g1 2740 cmp %g5, T_ALIGNMENT
|
/titanic_41/usr/src/uts/intel/ia32/sys/ |
H A D | trap.h | 57 #define T_ALIGNMENT 0x11 /* #ac alignment check error */ macro
|
/titanic_41/usr/src/uts/sparc/v7/sys/ |
H A D | machtrap.h | 64 #define T_ALIGNMENT 0x07 macro
|
/titanic_41/usr/src/lib/libbc/inc/include/sun4/ |
H A D | trap.h | 53 #define T_ALIGNMENT 0x07 macro
|
/titanic_41/usr/src/uts/sparc/v9/sys/ |
H A D | machtrap.h | 68 #define T_ALIGNMENT 0x034 macro
|
/titanic_41/usr/src/cmd/mdb/sparc/kmdb/ |
H A D | kvm_isadep.c | 467 case T_ALIGNMENT: in kmt_trapname() 501 (void) mdb_tgt_add_fault(t, T_ALIGNMENT, MDB_TGT_SPEC_INTERNAL, in kmt_init_isadep()
|
H A D | kaif_activate.c | 204 { T_ALIGNMENT, kaif_install_generic },
|
/titanic_41/usr/src/cmd/mdb/intel/kmdb/ |
H A D | kvm_isadep.c | 536 case T_ALIGNMENT: in kmt_trapname() 574 (void) mdb_tgt_add_fault(t, T_ALIGNMENT, MDB_TGT_SPEC_INTERNAL, in kmt_init_isadep()
|
/titanic_41/usr/src/uts/sun4v/os/ |
H A D | mach_trap.c | 94 case T_ALIGNMENT: in showregs()
|
/titanic_41/usr/src/uts/sun4u/os/ |
H A D | mach_trap.c | 109 case T_ALIGNMENT: in showregs()
|
/titanic_41/usr/src/uts/sparc/v9/fpu/ |
H A D | fpu.c | 543 fpu_trap(rp, pfpsd->fp_trapaddr, T_ALIGNMENT, 0); in fp_traps()
|
/titanic_41/usr/src/uts/intel/kdi/ |
H A D | kdi_idt.c | 169 { T_ALIGNMENT, 0, kdi_trap17, NULL },
|
/titanic_41/usr/src/uts/i86xpv/ml/ |
H A D | panic_asm.s | 379 push $T_ALIGNMENT
|
/titanic_41/usr/src/uts/sun4/os/ |
H A D | trap.c | 307 case T_ALIGNMENT: /* supv alignment error */ in trap() 799 case T_ALIGNMENT + T_USER: /* user alignment error */ in trap() 1508 case T_ALIGNMENT + T_USER: /* user alignment error */ in fpu_trap()
|
/titanic_41/usr/src/cmd/mdb/i86pc/modules/unix/ |
H A D | unix.c | 347 { T_ALIGNMENT, "alignment-check" },
|
/titanic_41/usr/src/uts/i86xpv/os/ |
H A D | xpv_panic.c | 527 set_gatesegd(&idt[T_ALIGNMENT], &xpv_achktrap, cs, SDT_SYSIGT, TRP_XPL, in switch_to_xpv_panic_idt()
|
/titanic_41/usr/src/uts/intel/ia32/os/ |
H A D | desctbls.c | 974 set_gatesegd(&idt[T_ALIGNMENT], &achktrap, KCS_SEL, SDT_SYSIGT, in init_idt_common()
|
/titanic_41/usr/src/uts/intel/ia32/ml/ |
H A D | exception.s | 1140 TRAP_ERR(T_ALIGNMENT) /* $17 */
|
/titanic_41/usr/src/uts/i86pc/os/ |
H A D | trap.c | 1308 case T_ALIGNMENT + USER: /* user alignment error (486) */ in trap()
|