Searched refs:TI_UWINMASK (Results 1 – 10 of 10) sorted by relevance
/linux-3.4.99/arch/sparc/kernel/ |
D | wof.S | 99 ld [%curptr + TI_UWINMASK], %twin_tmp ! grab win mask 142 st %twin_tmp, [%curptr + TI_UWINMASK] 235 st %twin_tmp, [%curptr + TI_UWINMASK]
|
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 | windows.c | 34 "i" ((const unsigned long)TI_UWINMASK) in flush_user_windows()
|
D | wuf.S | 187 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 | 438 if (TI_UWINMASK != offsetof(struct thread_info, uwinmask) ||
|
D | entry.S | 1572 ld [%g6 + TI_UWINMASK], %o0 ! get current umask 1580 ld [%g6 + TI_UWINMASK], %o0 ! get consistent state 1592 st %g0, [%g6 + TI_UWINMASK] ! clear uwinmask
|
D | head_32.S | 1045 st %g0, [%g6 + TI_UWINMASK]
|
/linux-3.4.99/arch/sparc/include/asm/ |
D | thread_info_32.h | 104 #define TI_UWINMASK 0x00 /* uwinmask */ macro
|
D | pgtsrmmu.h | 132 98: ld [%g6 + TI_UWINMASK], tmp2; \
|