Searched refs:w_saved (Results 1 - 11 of 11) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/sparc/kernel/
H A Dwindows.c56 if(!tp->w_saved)
60 for(window = tp->w_saved - 1; window >= 0; window--) {
68 shift_window_buffer(window, tp->w_saved - 1, tp);
69 tp->w_saved--;
86 for(window = 0; window < tp->w_saved; window++) {
93 tp->w_saved = 0;
H A Dsignal.c495 err |= __put_user(current->thread.w_saved, &sc->sigc_oswins);
496 if(current->thread.w_saved)
497 for(window = 0; window < current->thread.w_saved; window++) {
508 current->thread.w_saved = 0; /* So process is allowed to execute. */
634 if (current->thread.w_saved != 0) {
713 if(current->thread.w_saved != 0)
843 err |= __put_user(current->thread.w_saved, &gw->count);
856 for(window = 0; window < current->thread.w_saved; window++) {
865 current->thread.w_saved = 0; /* So process is allowed to execute. */
915 if (current->thread.w_saved)
[all...]
H A Dprocess.c352 current->thread.w_saved = 0;
H A Dptrace.c107 v = t->w_saved;
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/sparc64/kernel/
H A Dprocess.c396 if (thread->w_saved) {
403 printk("w_saved: 0x%04x\n", thread->w_saved);
460 t->w_saved = 0;
536 if ((window = t->w_saved) != 0) {
551 shift_window_buffer(window, t->w_saved - 1, t);
552 t->w_saved--;
571 window = t->w_saved;
583 t->w_saved = 0;
587 t->w_saved
[all...]
H A Dsignal32.c562 err |= __put_user(current->thread.w_saved, &sc->sigc_oswins);
567 current->thread.w_saved = 0; /* So process is allowed to execute. */
689 if (current->thread.w_saved != 0) {
870 err |= __put_user(current->thread.w_saved, &gw->count);
885 current->thread.w_saved = 0; /* So process is allowed to execute. */
940 if (current->thread.w_saved){
941 printk ("Uh oh, w_saved is not zero (%d)\n", (int) current->thread.w_saved);
1001 if (tp->w_saved){
1002 printk ("Uh oh, w_saved i
[all...]
H A Dsignal.c86 if(tp->w_saved ||
184 if(tp->w_saved || clear_user(ucp, sizeof(*ucp)))
533 if (current->thread.w_saved != 0) {
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-sparc/
H A Dprocessor.h77 unsigned long w_saved; member in struct:thread_struct
103 /* w_saved */ \
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-sparc/
H A Dprocessor.h77 unsigned long w_saved; member in struct:thread_struct
103 /* w_saved */ \
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-sparc64/
H A Dprocessor.h71 unsigned char w_saved, fpdepth, fault_code, use_blkcommit; member in struct:thread_struct
118 /* w_saved, fpdepth, fault_code, use_blkcommit, */ \
135 /* w_saved, fpdepth, fault_code, use_blkcommit, */ \
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-sparc64/
H A Dprocessor.h71 unsigned char w_saved, fpdepth, fault_code, use_blkcommit; member in struct:thread_struct
118 /* w_saved, fpdepth, fault_code, use_blkcommit, */ \
135 /* w_saved, fpdepth, fault_code, use_blkcommit, */ \

Completed in 105 milliseconds