Home
last modified time | relevance | path

Searched refs:_TIF_NOTIFY_SIGNAL (Results 1 – 25 of 27) sorted by relevance

12

/linux/arch/um/include/asm/
H A Dthread_info.h52 #define _TIF_NOTIFY_SIGNAL (1 << TIF_NOTIFY_SIGNAL) macro
59 #define _TIF_WORK_MASK (_TIF_NEED_RESCHED | _TIF_SIGPENDING | _TIF_NOTIFY_SIGNAL | \
/linux/arch/arc/include/asm/
H A Dthread_info.h90 #define _TIF_NOTIFY_SIGNAL (1<<TIF_NOTIFY_SIGNAL) macro
96 _TIF_NOTIFY_RESUME | _TIF_NOTIFY_SIGNAL)
/linux/arch/parisc/include/asm/
H A Dthread_info.h58 #define _TIF_NOTIFY_SIGNAL (1 << TIF_NOTIFY_SIGNAL) macro
70 _TIF_NEED_RESCHED | _TIF_NOTIFY_SIGNAL)
/linux/arch/csky/include/asm/
H A Dthread_info.h75 #define _TIF_NOTIFY_SIGNAL (1 << TIF_NOTIFY_SIGNAL) macro
84 _TIF_NOTIFY_SIGNAL)
/linux/arch/sh/include/asm/
H A Dthread_info.h115 #define _TIF_NOTIFY_SIGNAL (1 << TIF_NOTIFY_SIGNAL) macro
132 _TIF_SYSCALL_TRACEPOINT | _TIF_NOTIFY_SIGNAL)
/linux/arch/alpha/include/asm/
H A Dthread_info.h76 #define _TIF_NOTIFY_SIGNAL (1<<TIF_NOTIFY_SIGNAL) macro
81 _TIF_NOTIFY_RESUME | _TIF_NOTIFY_SIGNAL)
/linux/arch/mips/include/asm/
H A Dthread_info.h141 #define _TIF_NOTIFY_SIGNAL (1<<TIF_NOTIFY_SIGNAL) macro
167 _TIF_UPROBE | _TIF_NOTIFY_SIGNAL)
/linux/arch/arm/include/asm/
H A Dthread_info.h165 #define _TIF_NOTIFY_SIGNAL (1 << TIF_NOTIFY_SIGNAL) macro
177 _TIF_NOTIFY_SIGNAL)
/linux/include/linux/
H A Dentry-virt.h21 _TIF_NOTIFY_SIGNAL | _TIF_NOTIFY_RESUME | \
H A Dirq-entry-common.h33 _TIF_PATCH_PENDING | _TIF_NOTIFY_SIGNAL | _TIF_RSEQ | \
/linux/kernel/entry/
H A Dvirt.c10 if (ti_work & (_TIF_SIGPENDING | _TIF_NOTIFY_SIGNAL)) in xfer_to_guest_mode_work()
/linux/arch/nios2/include/asm/
H A Dthread_info.h92 #define _TIF_NOTIFY_SIGNAL (1 << TIF_NOTIFY_SIGNAL) macro
/linux/arch/hexagon/include/asm/
H A Dthread_info.h101 #define _TIF_NOTIFY_SIGNAL (1 << TIF_NOTIFY_SIGNAL) macro
/linux/arch/openrisc/include/asm/
H A Dthread_info.h106 #define _TIF_NOTIFY_SIGNAL (1<<TIF_NOTIFY_SIGNAL) macro
/linux/arch/xtensa/include/asm/
H A Dthread_info.h133 #define _TIF_NOTIFY_SIGNAL (1<<TIF_NOTIFY_SIGNAL) macro
/linux/arch/microblaze/include/asm/
H A Dthread_info.h117 #define _TIF_NOTIFY_SIGNAL (1 << TIF_NOTIFY_SIGNAL) macro
/linux/arch/hexagon/kernel/
H A Dprocess.c170 if (thread_info_flags & (_TIF_SIGPENDING | _TIF_NOTIFY_SIGNAL)) { in do_work_pending()
/linux/arch/csky/kernel/
H A Dsignal.c262 if (thread_info_flags & (_TIF_SIGPENDING | _TIF_NOTIFY_SIGNAL)) in do_notify_resume()
/linux/arch/um/kernel/
H A Dprocess.c93 if (thread_flags & (_TIF_SIGPENDING | _TIF_NOTIFY_SIGNAL)) in interrupt_end()
/linux/arch/powerpc/kernel/
H A Dsignal.c303 if (thread_info_flags & (_TIF_SIGPENDING | _TIF_NOTIFY_SIGNAL)) { in do_notify_resume()
/linux/arch/sh/kernel/
H A Dsignal_32.c505 if (thread_info_flags & (_TIF_SIGPENDING | _TIF_NOTIFY_SIGNAL)) in do_notify_resume()
/linux/arch/sparc/kernel/
H A Dsignal_32.c524 if (thread_info_flags & (_TIF_SIGPENDING | _TIF_NOTIFY_SIGNAL)) in do_notify_resume()
H A Dsignal_64.c552 if (thread_info_flags & (_TIF_SIGPENDING | _TIF_NOTIFY_SIGNAL)) in do_notify_resume()
/linux/arch/alpha/kernel/
H A Dentry.S544 and $17, _TIF_NOTIFY_RESUME | _TIF_SIGPENDING | _TIF_NOTIFY_SIGNAL, $2
H A Dsignal.c531 if (thread_flags & (_TIF_SIGPENDING|_TIF_NOTIFY_SIGNAL)) { in do_work_pending()

12