Lines Matching refs:window
2 /* windows.c: Routines to deal with register window management
54 * we still copy the window there, the only case that we don't
64 int window;
71 for(window = tp->w_saved - 1; window >= 0; window--) {
72 unsigned long sp = tp->rwbuf_stkptrs[window];
75 if (copy_to_user((char __user *) sp, &tp->reg_window[window],
79 shift_window_buffer(window, tp->w_saved - 1, tp);
109 /* Try to push the windows in a threads window buffer to the
116 int window;
119 for(window = 0; window < tp->w_saved; window++) {
120 unsigned long sp = tp->rwbuf_stkptrs[window];
123 copy_to_user((char __user *) sp, &tp->reg_window[window],