Searched refs:trap_type (Results 1 – 10 of 10) sorted by relevance
/titanic_41/usr/src/uts/sun4v/os/ |
H A D | mach_trap.c | 259 showregs(tip->trap_type, tip->trap_regs, tip->trap_addr, in panic_showtrap() 308 PANICNVADD(pnv, "tt", tip->trap_type); in panic_savetrap()
|
/titanic_41/usr/src/uts/i86pc/os/ |
H A D | trap.c | 115 static const char *trap_type[] = { variable 138 #define TRAP_TYPES (sizeof (trap_type) / sizeof (trap_type[0])) 199 trap_name = trap_type[type]; in die() 211 ti.trap_type = type & ~USER; in die() 1679 printf("#%s %s\n", trap_type_mnemonic[type], trap_type[type]); in showregs() 2251 showregs(tip->trap_type, tip->trap_regs, tip->trap_addr); 2258 if (tip->trap_type == T_DBLFLT)
|
/titanic_41/usr/src/uts/sun4u/os/ |
H A D | mach_trap.c | 273 showregs(tip->trap_type, tip->trap_regs, tip->trap_addr, in panic_showtrap() 322 PANICNVADD(pnv, "tt", tip->trap_type); in panic_savetrap()
|
/titanic_41/usr/src/uts/i86pc/sys/ |
H A D | machsystm.h | 98 uint_t trap_type; member
|
/titanic_41/usr/src/uts/sun4u/sys/ |
H A D | machsystm.h | 140 uint_t trap_type; member
|
/titanic_41/usr/src/uts/sun4v/sys/ |
H A D | machsystm.h | 138 uint_t trap_type; member
|
/titanic_41/usr/src/uts/i86xpv/os/ |
H A D | xpv_panic.c | 478 ti.trap_type = rp->r_trapno; in xpv_die() 481 if (ti.trap_type == T_PGFLT) { in xpv_die()
|
/titanic_41/usr/src/uts/sun4/ml/ |
H A D | interrupt.s | 105 stha %g6, [%g5 + TRAP_ENT_TT]%asi ! trap_type = %tt 1811 stha %g6, [%g5 + TRAP_ENT_TT]%asi ! trap_type = %tt`
|
/titanic_41/usr/src/uts/sun4/os/ |
H A D | trap.c | 99 ti.trap_type = type; in die()
|
H A D | startup.c | 640 ti.trap_type = sync_tt; in sync_handler()
|