Home
last modified time | relevance | path

Searched refs:TS_RESTORE_SIGMASK (Results 1 – 7 of 7) sorted by relevance

/linux-4.4.14/arch/alpha/include/asm/
Dthread_info.h89 #define TS_RESTORE_SIGMASK 0x0008 /* restore signal mask in do_signal() */ macro
96 ti->status |= TS_RESTORE_SIGMASK; in set_restore_sigmask()
101 current_thread_info()->status &= ~TS_RESTORE_SIGMASK; in clear_restore_sigmask()
105 return current_thread_info()->status & TS_RESTORE_SIGMASK; in test_restore_sigmask()
110 if (!(ti->status & TS_RESTORE_SIGMASK)) in test_and_clear_restore_sigmask()
112 ti->status &= ~TS_RESTORE_SIGMASK; in test_and_clear_restore_sigmask()
/linux-4.4.14/arch/tile/include/asm/
Dthread_info.h165 #define TS_RESTORE_SIGMASK 0x0008 /* restore signal mask in do_signal */ macro
172 ti->status |= TS_RESTORE_SIGMASK; in set_restore_sigmask()
177 current_thread_info()->status &= ~TS_RESTORE_SIGMASK; in clear_restore_sigmask()
181 return current_thread_info()->status & TS_RESTORE_SIGMASK; in test_restore_sigmask()
186 if (!(ti->status & TS_RESTORE_SIGMASK)) in test_and_clear_restore_sigmask()
188 ti->status &= ~TS_RESTORE_SIGMASK; in test_and_clear_restore_sigmask()
/linux-4.4.14/arch/microblaze/include/asm/
Dthread_info.h151 #define TS_RESTORE_SIGMASK 0x0002 macro
158 ti->status |= TS_RESTORE_SIGMASK; in set_restore_sigmask()
163 current_thread_info()->status &= ~TS_RESTORE_SIGMASK; in clear_restore_sigmask()
167 return current_thread_info()->status & TS_RESTORE_SIGMASK; in test_restore_sigmask()
172 if (!(ti->status & TS_RESTORE_SIGMASK)) in test_and_clear_restore_sigmask()
174 ti->status &= ~TS_RESTORE_SIGMASK; in test_and_clear_restore_sigmask()
/linux-4.4.14/arch/sh/include/asm/
Dthread_info.h154 #define TS_RESTORE_SIGMASK 0x0001 /* restore signal mask in do_signal() */ macro
163 ti->status |= TS_RESTORE_SIGMASK; in set_restore_sigmask()
187 current_thread_info()->status &= ~TS_RESTORE_SIGMASK; in clear_restore_sigmask()
191 return current_thread_info()->status & TS_RESTORE_SIGMASK; in test_restore_sigmask()
196 if (!(ti->status & TS_RESTORE_SIGMASK)) in test_and_clear_restore_sigmask()
198 ti->status &= ~TS_RESTORE_SIGMASK; in test_and_clear_restore_sigmask()
/linux-4.4.14/arch/x86/include/asm/
Dthread_info.h228 #define TS_RESTORE_SIGMASK 0x0008 /* restore signal mask in do_signal() */ macro
235 ti->status |= TS_RESTORE_SIGMASK; in set_restore_sigmask()
240 current_thread_info()->status &= ~TS_RESTORE_SIGMASK; in clear_restore_sigmask()
244 return current_thread_info()->status & TS_RESTORE_SIGMASK; in test_restore_sigmask()
249 if (!(ti->status & TS_RESTORE_SIGMASK)) in test_and_clear_restore_sigmask()
251 ti->status &= ~TS_RESTORE_SIGMASK; in test_and_clear_restore_sigmask()
/linux-4.4.14/arch/ia64/include/asm/
Dthread_info.h124 #define TS_RESTORE_SIGMASK 2 /* restore signal mask in do_signal() */ macro
131 ti->status |= TS_RESTORE_SIGMASK; in set_restore_sigmask()
136 current_thread_info()->status &= ~TS_RESTORE_SIGMASK; in clear_restore_sigmask()
140 return current_thread_info()->status & TS_RESTORE_SIGMASK; in test_restore_sigmask()
145 if (!(ti->status & TS_RESTORE_SIGMASK)) in test_and_clear_restore_sigmask()
147 ti->status &= ~TS_RESTORE_SIGMASK; in test_and_clear_restore_sigmask()
/linux-4.4.14/arch/sparc/include/asm/
Dthread_info_64.h225 #define TS_RESTORE_SIGMASK 0x0001 /* restore signal mask in do_signal() */ macro
232 ti->status |= TS_RESTORE_SIGMASK; in set_restore_sigmask()
237 current_thread_info()->status &= ~TS_RESTORE_SIGMASK; in clear_restore_sigmask()
241 return current_thread_info()->status & TS_RESTORE_SIGMASK; in test_restore_sigmask()
246 if (!(ti->status & TS_RESTORE_SIGMASK)) in test_and_clear_restore_sigmask()
248 ti->status &= ~TS_RESTORE_SIGMASK; in test_and_clear_restore_sigmask()