Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/parisc/include/asm/
A Dpsw.h66 struct pa_psw { struct
97 #define pa_psw(task) ((struct pa_psw *) ((char *) (task) + TASK_PT_PSW + 4)) argument
99 #define pa_psw(task) ((struct pa_psw *) ((char *) (task) + TASK_PT_PSW)) macro
/linux-6.3-rc2/arch/parisc/kernel/
A Dptrace.c56 pa_psw(task)->r = 0; in ptrace_disable()
57 pa_psw(task)->t = 0; in ptrace_disable()
58 pa_psw(task)->h = 0; in ptrace_disable()
59 pa_psw(task)->l = 0; in ptrace_disable()
104 pa_psw(task)->r = 1; in user_enable_single_step()
105 pa_psw(task)->t = 0; in user_enable_single_step()
106 pa_psw(task)->h = 0; in user_enable_single_step()
107 pa_psw(task)->l = 0; in user_enable_single_step()
116 pa_psw(task)->r = 0; in user_enable_block_step()
117 pa_psw(task)->t = 1; in user_enable_block_step()
[all …]
A Dsignal.c339 if (pa_psw(current)->r) { in setup_rt_frame()
340 pa_psw(current)->r = 0; in setup_rt_frame()

Completed in 8 milliseconds