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

/linux-4.4.14/arch/parisc/include/asm/
H A Dpsw.h65 struct pa_psw { struct
96 #define pa_psw(task) ((struct pa_psw *) ((char *) (task) + TASK_PT_PSW + 4)) macro
98 #define pa_psw(task) ((struct pa_psw *) ((char *) (task) + TASK_PT_PSW)) macro
/linux-4.4.14/arch/parisc/kernel/
H A Dptrace.c44 pa_psw(task)->r = 0; ptrace_disable()
45 pa_psw(task)->t = 0; ptrace_disable()
46 pa_psw(task)->h = 0; ptrace_disable()
47 pa_psw(task)->l = 0; ptrace_disable()
64 if (pa_psw(task)->n) { user_enable_single_step()
71 pa_psw(task)->n = 0; user_enable_single_step()
72 pa_psw(task)->x = 0; user_enable_single_step()
73 pa_psw(task)->y = 0; user_enable_single_step()
74 pa_psw(task)->z = 0; user_enable_single_step()
75 pa_psw(task)->b = 0; user_enable_single_step()
96 pa_psw(task)->r = 1; user_enable_single_step()
97 pa_psw(task)->t = 0; user_enable_single_step()
98 pa_psw(task)->h = 0; user_enable_single_step()
99 pa_psw(task)->l = 0; user_enable_single_step()
108 pa_psw(task)->r = 0; user_enable_block_step()
109 pa_psw(task)->t = 1; user_enable_block_step()
110 pa_psw(task)->h = 0; user_enable_block_step()
111 pa_psw(task)->l = 0; user_enable_block_step()
H A Dsignal.c376 if (pa_psw(current)->r) { setup_rt_frame()
377 pa_psw(current)->r = 0; setup_rt_frame()

Completed in 77 milliseconds