Home
last modified time | relevance | path

Searched refs:T_ALIGNMENT (Results 1 – 22 of 22) sorted by relevance

/titanic_41/usr/src/uts/sun4v/ml/
H A Dwbuf.s63 ! 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 Dtrap_table.s1438 mov T_ALIGNMENT, %g1
2475 cmp %g5, T_ALIGNMENT
/titanic_41/usr/src/uts/sun4u/ml/
H A Dwbuf.s62 ! 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 Dtrap_table.s1634 mov T_ALIGNMENT, %g1
2740 cmp %g5, T_ALIGNMENT
/titanic_41/usr/src/uts/intel/ia32/sys/
H A Dtrap.h57 #define T_ALIGNMENT 0x11 /* #ac alignment check error */ macro
/titanic_41/usr/src/uts/sparc/v7/sys/
H A Dmachtrap.h64 #define T_ALIGNMENT 0x07 macro
/titanic_41/usr/src/lib/libbc/inc/include/sun4/
H A Dtrap.h53 #define T_ALIGNMENT 0x07 macro
/titanic_41/usr/src/uts/sparc/v9/sys/
H A Dmachtrap.h68 #define T_ALIGNMENT 0x034 macro
/titanic_41/usr/src/cmd/mdb/sparc/kmdb/
H A Dkvm_isadep.c467 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 Dkaif_activate.c204 { T_ALIGNMENT, kaif_install_generic },
/titanic_41/usr/src/cmd/mdb/intel/kmdb/
H A Dkvm_isadep.c536 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 Dmach_trap.c94 case T_ALIGNMENT: in showregs()
/titanic_41/usr/src/uts/sun4u/os/
H A Dmach_trap.c109 case T_ALIGNMENT: in showregs()
/titanic_41/usr/src/uts/sparc/v9/fpu/
H A Dfpu.c543 fpu_trap(rp, pfpsd->fp_trapaddr, T_ALIGNMENT, 0); in fp_traps()
/titanic_41/usr/src/uts/intel/kdi/
H A Dkdi_idt.c169 { T_ALIGNMENT, 0, kdi_trap17, NULL },
/titanic_41/usr/src/uts/i86xpv/ml/
H A Dpanic_asm.s379 push $T_ALIGNMENT
/titanic_41/usr/src/uts/sun4/os/
H A Dtrap.c307 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 Dunix.c347 { T_ALIGNMENT, "alignment-check" },
/titanic_41/usr/src/uts/i86xpv/os/
H A Dxpv_panic.c527 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 Ddesctbls.c974 set_gatesegd(&idt[T_ALIGNMENT], &achktrap, KCS_SEL, SDT_SYSIGT, in init_idt_common()
/titanic_41/usr/src/uts/intel/ia32/ml/
H A Dexception.s1140 TRAP_ERR(T_ALIGNMENT) /* $17 */
/titanic_41/usr/src/uts/i86pc/os/
H A Dtrap.c1308 case T_ALIGNMENT + USER: /* user alignment error (486) */ in trap()