TASK_PT_PSW 97 arch/parisc/include/asm/psw.h #define pa_psw(task) ((struct pa_psw *) ((char *) (task) + TASK_PT_PSW + 4)) TASK_PT_PSW 99 arch/parisc/include/asm/psw.h #define pa_psw(task) ((struct pa_psw *) ((char *) (task) + TASK_PT_PSW)) TASK_PT_PSW 54 arch/parisc/kernel/asm-offsets.c DEFINE(TASK_PT_PSW, offsetof(struct task_struct, thread.regs.gr[ 0]));