Home
last modified time | relevance | path

Searched refs:TI_UWINMASK (Results 1 – 10 of 10) sorted by relevance

/openbmc/linux/arch/sparc/kernel/
H A Detrap_32.S105 ld [%curptr + TI_UWINMASK], %g1
190 st %g2, [%curptr + TI_UWINMASK] ! store new umask
211 st %g1, [%curptr + TI_UWINMASK]
H A Dwof.S100 ld [%curptr + TI_UWINMASK], %twin_tmp ! grab win mask
143 st %twin_tmp, [%curptr + TI_UWINMASK]
235 st %twin_tmp, [%curptr + TI_UWINMASK]
H A Dwindows.c38 "i" ((const unsigned long)TI_UWINMASK) in flush_user_windows()
H A Dwuf.S185 st %g5, [%curptr + TI_UWINMASK] ! one live user window still
H A Drtrap_32.S115 ld [%curptr + TI_UWINMASK], %twin_tmp1
H A Dtraps_32.c371 if (TI_UWINMASK != offsetof(struct thread_info, uwinmask) ||
H A Dentry.S1232 ld [%g6 + TI_UWINMASK], %o0 ! get current umask
1240 ld [%g6 + TI_UWINMASK], %o0 ! get consistent state
1252 st %g0, [%g6 + TI_UWINMASK] ! clear uwinmask
H A Dhead_32.S556 st %g0, [%g6 + TI_UWINMASK]
/openbmc/linux/arch/sparc/include/asm/
H A Dthread_info_32.h84 #define TI_UWINMASK 0x00 /* uwinmask */ macro
H A Dpgtsrmmu.h91 98: ld [%g6 + TI_UWINMASK], tmp2; \