Searched refs:TI_UWINMASK (Results 1 – 10 of 10) sorted by relevance
/arch/sparc/include/asm/ |
D | thread_info_32.h | 86 #define TI_UWINMASK 0x00 /* uwinmask */ macro
|
D | pgtsrmmu.h | 132 98: ld [%g6 + TI_UWINMASK], tmp2; \
|
/arch/sparc/kernel/ |
D | windows.c | 37 "i" ((const unsigned long)TI_UWINMASK) in flush_user_windows()
|
D | etrap_32.S | 104 ld [%curptr + TI_UWINMASK], %g1 189 st %g2, [%curptr + TI_UWINMASK] ! store new umask 210 st %g1, [%curptr + TI_UWINMASK]
|
D | wof.S | 99 ld [%curptr + TI_UWINMASK], %twin_tmp ! grab win mask 142 st %twin_tmp, [%curptr + TI_UWINMASK] 234 st %twin_tmp, [%curptr + TI_UWINMASK]
|
D | wuf.S | 184 st %g5, [%curptr + TI_UWINMASK] ! one live user window still
|
D | rtrap_32.S | 114 ld [%curptr + TI_UWINMASK], %twin_tmp1
|
D | traps_32.c | 434 if (TI_UWINMASK != offsetof(struct thread_info, uwinmask) ||
|
D | entry.S | 1262 ld [%g6 + TI_UWINMASK], %o0 ! get current umask 1270 ld [%g6 + TI_UWINMASK], %o0 ! get consistent state 1282 st %g0, [%g6 + TI_UWINMASK] ! clear uwinmask
|
D | head_32.S | 553 st %g0, [%g6 + TI_UWINMASK]
|