Searched refs:twin_tmp (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/arch/sparc/kernel/ |
D | wof.S | 43 #define twin_tmp l4 /* Temp reg, only usable in trap window T */ macro 55 spnwin_patch3_7win: and %twin_tmp, 0x7f, %twin_tmp 84 srl %t_wim, 0x1, %twin_tmp 86 or %glob_tmp, %twin_tmp, %glob_tmp 93 LOAD_CURRENT(curptr, twin_tmp) 100 ld [%curptr + TI_UWINMASK], %twin_tmp ! grab win mask 101 orcc %g0, %twin_tmp, %g0 ! check for set bits 103 andn %twin_tmp, %glob_tmp, %twin_tmp ! compute new uwinmask 143 st %twin_tmp, [%curptr + TI_UWINMASK] 222 mov 1, %twin_tmp [all …]
|