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

/linux-4.1.27/arch/alpha/include/asm/
H A Dthread_info.h89 #define TS_RESTORE_SIGMASK 0x0008 /* restore signal mask in do_signal() */ macro
96 ti->status |= TS_RESTORE_SIGMASK; set_restore_sigmask()
101 current_thread_info()->status &= ~TS_RESTORE_SIGMASK; clear_restore_sigmask()
105 return current_thread_info()->status & TS_RESTORE_SIGMASK; test_restore_sigmask()
110 if (!(ti->status & TS_RESTORE_SIGMASK)) test_and_clear_restore_sigmask()
112 ti->status &= ~TS_RESTORE_SIGMASK; test_and_clear_restore_sigmask()
/linux-4.1.27/arch/tile/include/asm/
H A Dthread_info.h164 #define TS_RESTORE_SIGMASK 0x0008 /* restore signal mask in do_signal */ macro
171 ti->status |= TS_RESTORE_SIGMASK; set_restore_sigmask()
176 current_thread_info()->status &= ~TS_RESTORE_SIGMASK; clear_restore_sigmask()
180 return current_thread_info()->status & TS_RESTORE_SIGMASK; test_restore_sigmask()
185 if (!(ti->status & TS_RESTORE_SIGMASK)) test_and_clear_restore_sigmask()
187 ti->status &= ~TS_RESTORE_SIGMASK; test_and_clear_restore_sigmask()
/linux-4.1.27/arch/microblaze/include/asm/
H A Dthread_info.h151 #define TS_RESTORE_SIGMASK 0x0002 macro
158 ti->status |= TS_RESTORE_SIGMASK; set_restore_sigmask()
163 current_thread_info()->status &= ~TS_RESTORE_SIGMASK; clear_restore_sigmask()
167 return current_thread_info()->status & TS_RESTORE_SIGMASK; test_restore_sigmask()
172 if (!(ti->status & TS_RESTORE_SIGMASK)) test_and_clear_restore_sigmask()
174 ti->status &= ~TS_RESTORE_SIGMASK; test_and_clear_restore_sigmask()
/linux-4.1.27/arch/sh/include/asm/
H A Dthread_info.h154 #define TS_RESTORE_SIGMASK 0x0001 /* restore signal mask in do_signal() */ macro
163 ti->status |= TS_RESTORE_SIGMASK; set_restore_sigmask()
187 current_thread_info()->status &= ~TS_RESTORE_SIGMASK; clear_restore_sigmask()
191 return current_thread_info()->status & TS_RESTORE_SIGMASK; test_restore_sigmask()
196 if (!(ti->status & TS_RESTORE_SIGMASK)) test_and_clear_restore_sigmask()
198 ti->status &= ~TS_RESTORE_SIGMASK; test_and_clear_restore_sigmask()
/linux-4.1.27/arch/ia64/include/asm/
H A Dthread_info.h124 #define TS_RESTORE_SIGMASK 2 /* restore signal mask in do_signal() */ macro
131 ti->status |= TS_RESTORE_SIGMASK; set_restore_sigmask()
136 current_thread_info()->status &= ~TS_RESTORE_SIGMASK; clear_restore_sigmask()
140 return current_thread_info()->status & TS_RESTORE_SIGMASK; test_restore_sigmask()
145 if (!(ti->status & TS_RESTORE_SIGMASK)) test_and_clear_restore_sigmask()
147 ti->status &= ~TS_RESTORE_SIGMASK; test_and_clear_restore_sigmask()
/linux-4.1.27/arch/sparc/include/asm/
H A Dthread_info_64.h225 #define TS_RESTORE_SIGMASK 0x0001 /* restore signal mask in do_signal() */ macro
232 ti->status |= TS_RESTORE_SIGMASK; set_restore_sigmask()
237 current_thread_info()->status &= ~TS_RESTORE_SIGMASK; clear_restore_sigmask()
241 return current_thread_info()->status & TS_RESTORE_SIGMASK; test_restore_sigmask()
246 if (!(ti->status & TS_RESTORE_SIGMASK)) test_and_clear_restore_sigmask()
248 ti->status &= ~TS_RESTORE_SIGMASK; test_and_clear_restore_sigmask()
/linux-4.1.27/arch/x86/include/asm/
H A Dthread_info.h242 #define TS_RESTORE_SIGMASK 0x0008 /* restore signal mask in do_signal() */ macro
249 ti->status |= TS_RESTORE_SIGMASK; set_restore_sigmask()
254 current_thread_info()->status &= ~TS_RESTORE_SIGMASK; clear_restore_sigmask()
258 return current_thread_info()->status & TS_RESTORE_SIGMASK; test_restore_sigmask()
263 if (!(ti->status & TS_RESTORE_SIGMASK)) test_and_clear_restore_sigmask()
265 ti->status &= ~TS_RESTORE_SIGMASK; test_and_clear_restore_sigmask()

Completed in 68 milliseconds