Searched refs:t_psr (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/arch/sparc/kernel/ |
D | rtrap_32.S | 18 #define t_psr l0 macro 53 andcc %t_psr, PSR_PS, %g0 56 andn %t_psr, %g1, %t_psr 58 wr %t_psr, 0x0, %psr 75 ld [%sp + STACKFRAME_SZ + PT_PSR], %t_psr 87 andn %t_psr, %g1, %t_psr 88 wr %t_psr, 0x0, %psr 96 wr %t_psr, PSR_ET, %psr 140 LOAD_PT_PRIV(sp, t_psr, t_pc, t_npc) 145 andn %t_psr, %g2, %t_psr [all …]
|
D | wuf.S | 21 #define t_psr l0 macro 95 andcc %t_psr, PSR_PS, %g0 122 wr %t_psr, 0x0, %psr 177 STORE_PT_PRIV(sp, t_psr, t_pc, t_npc) 188 wr %t_psr, PSR_ET, %psr ! enable traps 214 wr %t_psr, 0x0, %psr 300 wr %t_psr, 0x0, %psr
|
D | wof.S | 34 #define t_psr l0 /* %psr at trap time T */ macro 95 andcc %t_psr, PSR_PS, %g0 122 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_32.S | 20 #define t_psr l0 /* Set by caller */ macro 83 andcc %t_psr, PSR_PS, %g0 ! fromsupv_p = (psr & PSR_PS) 85 sll %t_twinmask, %t_psr, %t_twinmask ! t_twinmask = (1 << psr) 91 STORE_PT_ALL(t_kstack, t_psr, t_pc, t_npc, g2) 142 sll %t_twinmask, %t_psr, %t_twinmask ! t_twinmask = (1 << psr) 145 STORE_PT_ALL(t_kstack, t_psr, t_pc, t_npc, g2)
|