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

/linux-master/arch/parisc/include/asm/
H A Dpsw.h66 struct pa_psw { struct
97 #define pa_psw(task) ((struct pa_psw *) ((char *) (task) + TASK_PT_PSW + 4)) macro
99 #define pa_psw(task) ((struct pa_psw *) ((char *) (task) + TASK_PT_PSW)) macro
/linux-master/arch/parisc/kernel/
H A Dptrace.c56 pa_psw(task)->r = 0;
57 pa_psw(task)->t = 0;
58 pa_psw(task)->h = 0;
59 pa_psw(task)->l = 0;
76 if (pa_psw(task)->n) {
81 pa_psw(task)->n = 0;
82 pa_psw(task)->x = 0;
83 pa_psw(task)->y = 0;
84 pa_psw(task)->z = 0;
85 pa_psw(tas
[all...]
H A Dsignal.c339 if (pa_psw(current)->r) {
340 pa_psw(current)->r = 0;

Completed in 111 milliseconds