Searched refs:pa_psw (Results 1 – 3 of 3) sorted by relevance
42 pa_psw(task)->r = 0; in ptrace_disable()43 pa_psw(task)->t = 0; in ptrace_disable()44 pa_psw(task)->h = 0; in ptrace_disable()45 pa_psw(task)->l = 0; in ptrace_disable()62 if (pa_psw(task)->n) { in user_enable_single_step()69 pa_psw(task)->n = 0; in user_enable_single_step()70 pa_psw(task)->x = 0; in user_enable_single_step()71 pa_psw(task)->y = 0; in user_enable_single_step()72 pa_psw(task)->z = 0; in user_enable_single_step()73 pa_psw(task)->b = 0; in user_enable_single_step()[all …]
398 if (pa_psw(current)->r) { in setup_rt_frame()399 pa_psw(current)->r = 0; in setup_rt_frame()
65 struct pa_psw { struct96 #define pa_psw(task) ((struct pa_psw *) ((char *) (task) + TASK_PT_PSW + 4)) argument98 #define pa_psw(task) ((struct pa_psw *) ((char *) (task) + TASK_PT_PSW)) macro