Searched refs:pa_psw (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/parisc/kernel/
H A Dptrace.c74 pa_psw(child)->r = 0;
75 pa_psw(child)->t = 0;
76 pa_psw(child)->h = 0;
77 pa_psw(child)->l = 0;
278 pa_psw(child)->r = 0;
279 pa_psw(child)->t = 1;
280 pa_psw(child)->h = 0;
281 pa_psw(child)->l = 0;
295 if (pa_psw(child)->n) {
302 pa_psw(chil
[all...]
H A Dsignal.c400 if (pa_psw(current)->r) {
401 pa_psw(current)->r = 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-parisc/
H A Dsystem.h7 struct pa_psw { struct
38 #define pa_psw(task) ((struct pa_psw *) ((char *) (task) + TASK_PT_PSW + 4)) macro
40 #define pa_psw(task) ((struct pa_psw *) ((char *) (task) + TASK_PT_PSW)) macro

Completed in 103 milliseconds