Searched refs:T_TL1 (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/cmd/mdb/sparc/kmdb/ |
H A D | kaif_activate.c | 209 { T_INSTR_MMU_MISS + T_TL1, kaif_install_goto_tt64 }, 210 { T_DATA_MMU_MISS + T_TL1, kaif_install_goto_tt68 }, 212 { T_FAST_INSTR_MMU_MISS + T_TL1, kaif_install_immumiss }, 213 { T_FAST_DATA_MMU_MISS + T_TL1, kaif_install_dmmumiss },
|
/titanic_41/usr/src/uts/sparc/v9/sys/ |
H A D | machtrap.h | 101 #define T_TL1 0x200 macro
|
/titanic_41/usr/src/uts/sun4u/cpu/ |
H A D | us3_common_asm.s | 1869 andcc %g5, T_TL1, %g0 1871 movnz %xcc, 1, %g6 ! set %g6 if T_TL1 set
|
/titanic_41/usr/src/uts/sun4u/ml/ |
H A D | trap_table.s | 1522 ASYNC_TRAP(T_INSTR_ERROR + T_TL1, trace_gen, tt1_iae); 1531 ASYNC_TRAP(T_DATA_ERROR + T_TL1, trace_gen, tt1_dae);
|