Searched refs:thread_info_flags (Results 1 - 19 of 19) sorted by relevance

/arch/cris/kernel/
H A Dptrace.c34 __u32 thread_info_flags)
37 if (thread_info_flags & _TIF_SIGPENDING)
40 if (thread_info_flags & _TIF_NOTIFY_RESUME) {
33 do_notify_resume(int canrestart, struct pt_regs *regs, __u32 thread_info_flags) argument
/arch/hexagon/kernel/
H A Dprocess.c200 int do_work_pending(struct pt_regs *regs, u32 thread_info_flags) argument
202 if (!(thread_info_flags & _TIF_WORK_MASK)) {
208 if (thread_info_flags & _TIF_NEED_RESCHED) {
213 if (thread_info_flags & _TIF_SIGPENDING) {
218 if (thread_info_flags & _TIF_NOTIFY_RESUME) {
226 thread_info_flags);
/arch/powerpc/kernel/
H A Dsignal.c147 void do_notify_resume(struct pt_regs *regs, unsigned long thread_info_flags) argument
151 if (thread_info_flags & _TIF_UPROBE)
154 if (thread_info_flags & _TIF_SIGPENDING)
157 if (thread_info_flags & _TIF_NOTIFY_RESUME) {
H A Dsignal.h13 extern void do_notify_resume(struct pt_regs *regs, unsigned long thread_info_flags);
/arch/sh/include/asm/
H A Dsyscalls_32.h26 unsigned long thread_info_flags);
/arch/tile/kernel/
H A Dprocess.c471 int do_work_pending(struct pt_regs *regs, u32 thread_info_flags) argument
480 if (thread_info_flags & _TIF_NEED_RESCHED) {
485 if (thread_info_flags & _TIF_ASYNC_TLB) {
490 if (thread_info_flags & _TIF_SIGPENDING) {
494 if (thread_info_flags & _TIF_NOTIFY_RESUME) {
499 if (thread_info_flags & _TIF_SINGLESTEP) {
503 panic("work_pending: bad flags %#x\n", thread_info_flags);
/arch/m32r/kernel/
H A Dsignal.c329 void do_notify_resume(struct pt_regs *regs, __u32 thread_info_flags) argument
332 if (thread_info_flags & _TIF_SINGLESTEP)
336 if (thread_info_flags & _TIF_SIGPENDING)
339 if (thread_info_flags & _TIF_NOTIFY_RESUME) {
/arch/c6x/kernel/
H A Dsignal.c315 asmlinkage void do_notify_resume(struct pt_regs *regs, u32 thread_info_flags, argument
319 if (thread_info_flags & (1 << TIF_SIGPENDING))
322 if (thread_info_flags & (1 << TIF_NOTIFY_RESUME)) {
/arch/score/kernel/
H A Dsignal.c299 __u32 thread_info_flags)
302 if (thread_info_flags & _TIF_SIGPENDING)
304 if (thread_info_flags & _TIF_NOTIFY_RESUME) {
298 do_notify_resume(struct pt_regs *regs, void *unused, __u32 thread_info_flags) argument
/arch/frv/kernel/
H A Dsignal.c426 asmlinkage void do_notify_resume(__u32 thread_info_flags) argument
429 if (thread_info_flags & _TIF_SINGLESTEP)
433 if (thread_info_flags & _TIF_SIGPENDING)
437 if (thread_info_flags & _TIF_NOTIFY_RESUME) {
/arch/mn10300/kernel/
H A Dsignal.c423 asmlinkage void do_notify_resume(struct pt_regs *regs, u32 thread_info_flags) argument
426 if (thread_info_flags & _TIF_SINGLESTEP) {
436 if (thread_info_flags & _TIF_SIGPENDING)
439 if (thread_info_flags & _TIF_NOTIFY_RESUME) {
/arch/sparc/kernel/
H A Dkernel.h158 unsigned long thread_info_flags);
H A Dsignal_32.c511 unsigned long thread_info_flags)
513 if (thread_info_flags & _TIF_SIGPENDING)
515 if (thread_info_flags & _TIF_NOTIFY_RESUME) {
510 do_notify_resume(struct pt_regs *regs, unsigned long orig_i0, unsigned long thread_info_flags) argument
H A Dsignal_64.c536 void do_notify_resume(struct pt_regs *regs, unsigned long orig_i0, unsigned long thread_info_flags) argument
539 if (thread_info_flags & _TIF_SIGPENDING)
541 if (thread_info_flags & _TIF_NOTIFY_RESUME) {
H A Dentry.h80 unsigned long thread_info_flags);
/arch/x86/kernel/
H A Dsignal.c739 do_notify_resume(struct pt_regs *regs, void *unused, __u32 thread_info_flags) argument
745 if (thread_info_flags & _TIF_MCE_NOTIFY)
749 if (thread_info_flags & _TIF_UPROBE)
753 if (thread_info_flags & _TIF_SIGPENDING)
756 if (thread_info_flags & _TIF_NOTIFY_RESUME) {
760 if (thread_info_flags & _TIF_USER_RETURN_NOTIFY)
/arch/mips/kernel/
H A Dsignal.c613 __u32 thread_info_flags)
620 if (thread_info_flags & _TIF_SIGPENDING)
623 if (thread_info_flags & _TIF_NOTIFY_RESUME) {
612 do_notify_resume(struct pt_regs *regs, void *unused, __u32 thread_info_flags) argument
/arch/sh/kernel/
H A Dsignal_32.c516 unsigned long thread_info_flags)
519 if (thread_info_flags & _TIF_SIGPENDING)
522 if (thread_info_flags & _TIF_NOTIFY_RESUME) {
515 do_notify_resume(struct pt_regs *regs, unsigned int save_r0, unsigned long thread_info_flags) argument
H A Dsignal_64.c578 asmlinkage void do_notify_resume(struct pt_regs *regs, unsigned long thread_info_flags) argument
580 if (thread_info_flags & _TIF_SIGPENDING)
583 if (thread_info_flags & _TIF_NOTIFY_RESUME) {

Completed in 381 milliseconds