Home
last modified time | relevance | path

Searched refs:thread_info_flags (Results 1 – 12 of 12) sorted by relevance

/linux/arch/hexagon/kernel/
H A Dprocess.c156 int do_work_pending(struct pt_regs *regs, u32 thread_info_flags);
157 int do_work_pending(struct pt_regs *regs, u32 thread_info_flags) in do_work_pending() argument
159 if (!(thread_info_flags & _TIF_WORK_MASK)) { in do_work_pending()
165 if (thread_info_flags & _TIF_NEED_RESCHED) { in do_work_pending()
170 if (thread_info_flags & (_TIF_SIGPENDING | _TIF_NOTIFY_SIGNAL)) { in do_work_pending()
175 if (thread_info_flags & _TIF_NOTIFY_RESUME) { in do_work_pending()
182 thread_info_flags); in do_work_pending()
/linux/arch/csky/kernel/
H A Dsignal.c256 unsigned long thread_info_flags) in do_notify_resume() argument
258 if (thread_info_flags & _TIF_UPROBE) in do_notify_resume()
262 if (thread_info_flags & (_TIF_SIGPENDING | _TIF_NOTIFY_SIGNAL)) in do_notify_resume()
265 if (thread_info_flags & _TIF_NOTIFY_RESUME) in do_notify_resume()
/linux/arch/powerpc/kernel/
H A Dsignal.c295 void do_notify_resume(struct pt_regs *regs, unsigned long thread_info_flags) in do_notify_resume() argument
297 if (thread_info_flags & _TIF_UPROBE) in do_notify_resume()
300 if (thread_info_flags & _TIF_PATCH_PENDING) in do_notify_resume()
303 if (thread_info_flags & (_TIF_SIGPENDING | _TIF_NOTIFY_SIGNAL)) { in do_notify_resume()
308 if (thread_info_flags & _TIF_NOTIFY_RESUME) in do_notify_resume()
/linux/arch/powerpc/include/asm/
H A Dsignal.h10 void do_notify_resume(struct pt_regs *regs, unsigned long thread_info_flags);
/linux/arch/mips/include/asm/
H A Dsignal.h34 void do_notify_resume(struct pt_regs *regs, void *unused, __u32 thread_info_flags);
/linux/arch/sh/include/asm/
H A Dsyscalls_32.h25 unsigned long thread_info_flags);
/linux/arch/csky/include/asm/
H A Dtraps.h56 unsigned long thread_info_flags);
/linux/arch/sparc/kernel/
H A Dsignal_64.c547 void do_notify_resume(struct pt_regs *regs, unsigned long orig_i0, unsigned long thread_info_flags) in do_notify_resume() argument
550 if (thread_info_flags & _TIF_UPROBE) in do_notify_resume()
552 if (thread_info_flags & (_TIF_SIGPENDING | _TIF_NOTIFY_SIGNAL)) in do_notify_resume()
554 if (thread_info_flags & _TIF_NOTIFY_RESUME) in do_notify_resume()
H A Dsignal_32.c522 unsigned long thread_info_flags) in do_notify_resume() argument
524 if (thread_info_flags & (_TIF_SIGPENDING | _TIF_NOTIFY_SIGNAL)) in do_notify_resume()
526 if (thread_info_flags & _TIF_NOTIFY_RESUME) in do_notify_resume()
H A Dentry.h83 unsigned long thread_info_flags);
/linux/arch/sh/kernel/
H A Dsignal_32.c502 unsigned long thread_info_flags) in do_notify_resume() argument
505 if (thread_info_flags & (_TIF_SIGPENDING | _TIF_NOTIFY_SIGNAL)) in do_notify_resume()
508 if (thread_info_flags & _TIF_NOTIFY_RESUME) in do_notify_resume()
/linux/arch/mips/kernel/
H A Dsignal.c905 __u32 thread_info_flags) in do_notify_resume() argument
911 if (thread_info_flags & _TIF_UPROBE) in do_notify_resume()
915 if (thread_info_flags & (_TIF_SIGPENDING | _TIF_NOTIFY_SIGNAL)) in do_notify_resume()
918 if (thread_info_flags & _TIF_NOTIFY_RESUME) in do_notify_resume()