Home
last modified time | relevance | path

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

/linux-6.15/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.c385 TI_W_SAVED != offsetof(struct thread_info, w_saved))
/linux-6.15/net/xfrm/
H A Dxfrm_iptfs.c1294 memcpy(xtfs->w_saved, xtfs->w_saved + shift, in __vec_shift()
1322 s = xtfs->w_saved; in __reorder_drop()
1336 count = s - xtfs->w_saved; in __reorder_drop()
1372 count = s - xtfs->w_saved; in __reorder_this()
1386 struct skb_wseq *s = xtfs->w_saved; in iptfs_set_window_drop_times()
1449 if (xtfs->w_saved[index].skb) { in __reorder_future_fits()
1455 xtfs->w_saved[index].skb = inskb; in __reorder_future_fits()
1554 wnext = xtfs->w_saved; in __reorder_future_shifts()
2531 if (!xtfs->w_saved) { in iptfs_user_init()
2663 if (!xtfs->w_saved) { in iptfs_clone_state()
[all …]
/linux-6.15/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; \