Home
last modified time | relevance | path

Searched refs:w_saved (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/arch/sparc/kernel/
H A Dwindows.c67 if(!tp->w_saved) in synchronize_user_stack()
71 for(window = tp->w_saved - 1; window >= 0; window--) { in synchronize_user_stack()
79 shift_window_buffer(window, tp->w_saved - 1, tp); in synchronize_user_stack()
80 tp->w_saved--; in synchronize_user_stack()
119 for(window = 0; window < tp->w_saved; window++) { in try_to_clear_window_buffer()
129 tp->w_saved = 0; in try_to_clear_window_buffer()
H A Dsigutil_32.c123 t->w_saved = wsaved; in restore_rwin_state()
125 if (t->w_saved) in restore_rwin_state()
H A Dsignal_32.c235 wsaved = current_thread_info()->w_saved; in setup_frame()
330 wsaved = current_thread_info()->w_saved; in setup_rt_frame()
H A Dprocess_32.c198 current_thread_info()->w_saved = 0;
H A Dtraps_32.c384 TI_W_SAVED != offsetof(struct thread_info, w_saved))
/openbmc/linux/arch/sparc/include/asm/
H A Dthread_info_32.h51 unsigned long w_saved; member
H A Dptrace.h134 current_thread_info()->w_saved != 0; \