Searched refs:thread_info_flags (Results 1 - 21 of 21) 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/c6x/include/asm/
H A Dsignal.h13 u32 thread_info_flags,
/arch/powerpc/kernel/
H A Dsignal.c188 void do_notify_resume(struct pt_regs *regs, unsigned long thread_info_flags) argument
190 if (thread_info_flags & _TIF_SIGPENDING)
193 if (thread_info_flags & _TIF_NOTIFY_RESUME) {
H A Dsignal.h15 extern void do_notify_resume(struct pt_regs *regs, unsigned long thread_info_flags);
/arch/sh/include/asm/
H A Dsyscalls_32.h54 unsigned long thread_info_flags);
/arch/tile/kernel/
H A Dprocess.c568 int do_work_pending(struct pt_regs *regs, u32 thread_info_flags) argument
574 if (thread_info_flags & _TIF_NEED_RESCHED) {
579 if (thread_info_flags & _TIF_ASYNC_TLB) {
584 if (thread_info_flags & _TIF_SIGPENDING) {
588 if (thread_info_flags & _TIF_NOTIFY_RESUME) {
595 if (thread_info_flags & _TIF_SINGLESTEP) {
599 panic("work_pending: bad flags %#x\n", thread_info_flags);
/arch/hexagon/kernel/
H A Dsignal.c268 void do_notify_resume(struct pt_regs *regs, unsigned long thread_info_flags) argument
270 if (thread_info_flags & _TIF_SIGPENDING)
273 if (thread_info_flags & _TIF_NOTIFY_RESUME) {
/arch/m32r/kernel/
H A Dsignal.c381 void do_notify_resume(struct pt_regs *regs, __u32 thread_info_flags) argument
384 if (thread_info_flags & _TIF_SINGLESTEP)
388 if (thread_info_flags & _TIF_SIGPENDING)
391 if (thread_info_flags & _TIF_NOTIFY_RESUME) {
/arch/c6x/kernel/
H A Dsignal.c353 asmlinkage void do_notify_resume(struct pt_regs *regs, u32 thread_info_flags, argument
357 if (thread_info_flags & ((1 << TIF_SIGPENDING) |
361 if (thread_info_flags & (1 << TIF_NOTIFY_RESUME)) {
/arch/frv/kernel/
H A Dsignal.c572 asmlinkage void do_notify_resume(__u32 thread_info_flags) argument
575 if (thread_info_flags & _TIF_SINGLESTEP)
579 if (thread_info_flags & (_TIF_SIGPENDING | _TIF_RESTORE_SIGMASK))
583 if (thread_info_flags & _TIF_NOTIFY_RESUME) {
/arch/mn10300/kernel/
H A Dsignal.c559 asmlinkage void do_notify_resume(struct pt_regs *regs, u32 thread_info_flags) argument
562 if (thread_info_flags & _TIF_SINGLESTEP) {
572 if (thread_info_flags & (_TIF_SIGPENDING | _TIF_RESTORE_SIGMASK))
575 if (thread_info_flags & _TIF_NOTIFY_RESUME) {
/arch/x86/kernel/
H A Dsignal.c819 do_notify_resume(struct pt_regs *regs, void *unused, __u32 thread_info_flags) argument
823 if (thread_info_flags & _TIF_MCE_NOTIFY)
828 if (thread_info_flags & _TIF_SIGPENDING)
831 if (thread_info_flags & _TIF_NOTIFY_RESUME) {
837 if (thread_info_flags & _TIF_USER_RETURN_NOTIFY)
/arch/h8300/kernel/
H A Dsignal.c552 asmlinkage void do_notify_resume(struct pt_regs *regs, u32 thread_info_flags) argument
554 if (thread_info_flags & (_TIF_SIGPENDING | _TIF_RESTORE_SIGMASK))
557 if (thread_info_flags & _TIF_NOTIFY_RESUME) {
/arch/mips/kernel/
H A Dsignal.c644 __u32 thread_info_flags)
649 if (thread_info_flags & (_TIF_SIGPENDING | _TIF_RESTORE_SIGMASK))
652 if (thread_info_flags & _TIF_NOTIFY_RESUME) {
643 do_notify_resume(struct pt_regs *regs, void *unused, __u32 thread_info_flags) argument
/arch/sh/kernel/
H A Dsignal_32.c627 unsigned long thread_info_flags)
630 if (thread_info_flags & _TIF_SIGPENDING)
633 if (thread_info_flags & _TIF_NOTIFY_RESUME) {
626 do_notify_resume(struct pt_regs *regs, unsigned int save_r0, unsigned long thread_info_flags) argument
H A Dsignal_64.c732 asmlinkage void do_notify_resume(struct pt_regs *regs, unsigned long thread_info_flags) argument
734 if (thread_info_flags & _TIF_SIGPENDING)
737 if (thread_info_flags & _TIF_NOTIFY_RESUME) {
/arch/sparc/kernel/
H A Dsignal_32.c599 unsigned long thread_info_flags)
601 if (thread_info_flags & (_TIF_SIGPENDING | _TIF_RESTORE_SIGMASK))
603 if (thread_info_flags & _TIF_NOTIFY_RESUME) {
598 do_notify_resume(struct pt_regs *regs, unsigned long orig_i0, unsigned long thread_info_flags) argument
H A Dsignal_64.c614 void do_notify_resume(struct pt_regs *regs, unsigned long orig_i0, unsigned long thread_info_flags) argument
616 if (thread_info_flags & _TIF_SIGPENDING)
618 if (thread_info_flags & _TIF_NOTIFY_RESUME) {
H A Dentry.h77 unsigned long thread_info_flags);
/arch/score/kernel/
H A Dsignal.c356 __u32 thread_info_flags)
359 if (thread_info_flags & (_TIF_SIGPENDING | _TIF_RESTORE_SIGMASK))
355 do_notify_resume(struct pt_regs *regs, void *unused, __u32 thread_info_flags) argument
/arch/alpha/kernel/
H A Dsignal.c610 unsigned long thread_info_flags,
613 if (thread_info_flags & (_TIF_SIGPENDING | _TIF_RESTORE_SIGMASK))
616 if (thread_info_flags & _TIF_NOTIFY_RESUME) {
609 do_notify_resume(struct pt_regs *regs, struct switch_stack *sw, unsigned long thread_info_flags, unsigned long r0, unsigned long r19) argument

Completed in 534 milliseconds