Searched refs:t_psr (Results 1 – 4 of 4) sorted by relevance
/linux-2.4.37.9/arch/sparc/kernel/ |
D | rtrap.S | 17 #define t_psr l0 macro 52 andcc %t_psr, PSR_PS, %g0 56 wr %t_psr, 0x0, %psr 73 ld [%sp + STACKFRAME_SZ + PT_PSR], %t_psr 82 ld [%sp + STACKFRAME_SZ + PT_PSR], %t_psr 85 wr %t_psr, 0x0, %psr 93 wr %t_psr, PSR_ET, %psr 138 LOAD_PT_PRIV(sp, t_psr, t_pc, t_npc) 151 wr %t_psr, 0x0, %psr 164 wr %t_psr, PSR_ET, %psr [all …]
|
D | wuf.S | 20 #define t_psr l0 macro 94 andcc %t_psr, PSR_PS, %g0 121 wr %t_psr, 0x0, %psr 179 STORE_PT_PRIV(sp, t_psr, t_pc, t_npc) 190 wr %t_psr, PSR_ET, %psr ! enable traps 216 wr %t_psr, 0x0, %psr 347 wr %t_psr, 0x0, %psr
|
D | wof.S | 33 #define t_psr l0 /* %psr at trap time T */ macro 94 andcc %t_psr, PSR_PS, %g0 121 wr %t_psr, 0x0, %psr ! restore condition codes in %psr 191 wr %t_psr, 0x0, %psr 246 STORE_PT_ALL(sp, t_psr, t_pc, t_npc, g1) 253 wr %t_psr, PSR_ET, %psr 286 wr %t_psr, 0x0, %psr
|
D | etrap.S | 19 #define t_psr l0 /* Set by caller */ macro 82 andcc %t_psr, PSR_PS, %g0 ! fromsupv_p = (psr & PSR_PS) 84 sll %t_twinmask, %t_psr, %t_twinmask ! t_twinmask = (1 << psr) 90 STORE_PT_ALL(t_kstack, t_psr, t_pc, t_npc, g2) 140 sll %t_twinmask, %t_psr, %t_twinmask ! t_twinmask = (1 << psr) 143 STORE_PT_ALL(t_kstack, t_psr, t_pc, t_npc, g2)
|