| /linux/arch/um/include/asm/ |
| H A D | thread_info.h | 52 #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 D | thread_info.h | 90 #define _TIF_NOTIFY_SIGNAL (1<<TIF_NOTIFY_SIGNAL) macro 96 _TIF_NOTIFY_RESUME | _TIF_NOTIFY_SIGNAL)
|
| /linux/arch/parisc/include/asm/ |
| H A D | thread_info.h | 58 #define _TIF_NOTIFY_SIGNAL (1 << TIF_NOTIFY_SIGNAL) macro 70 _TIF_NEED_RESCHED | _TIF_NOTIFY_SIGNAL)
|
| /linux/arch/csky/include/asm/ |
| H A D | thread_info.h | 75 #define _TIF_NOTIFY_SIGNAL (1 << TIF_NOTIFY_SIGNAL) macro 84 _TIF_NOTIFY_SIGNAL)
|
| /linux/arch/sh/include/asm/ |
| H A D | thread_info.h | 115 #define _TIF_NOTIFY_SIGNAL (1 << TIF_NOTIFY_SIGNAL) macro 132 _TIF_SYSCALL_TRACEPOINT | _TIF_NOTIFY_SIGNAL)
|
| /linux/arch/alpha/include/asm/ |
| H A D | thread_info.h | 76 #define _TIF_NOTIFY_SIGNAL (1<<TIF_NOTIFY_SIGNAL) macro 81 _TIF_NOTIFY_RESUME | _TIF_NOTIFY_SIGNAL)
|
| /linux/arch/mips/include/asm/ |
| H A D | thread_info.h | 141 #define _TIF_NOTIFY_SIGNAL (1<<TIF_NOTIFY_SIGNAL) macro 167 _TIF_UPROBE | _TIF_NOTIFY_SIGNAL)
|
| /linux/arch/arm/include/asm/ |
| H A D | thread_info.h | 165 #define _TIF_NOTIFY_SIGNAL (1 << TIF_NOTIFY_SIGNAL) macro 177 _TIF_NOTIFY_SIGNAL)
|
| /linux/include/linux/ |
| H A D | entry-virt.h | 21 _TIF_NOTIFY_SIGNAL | _TIF_NOTIFY_RESUME | \
|
| H A D | irq-entry-common.h | 33 _TIF_PATCH_PENDING | _TIF_NOTIFY_SIGNAL | _TIF_RSEQ | \
|
| /linux/kernel/entry/ |
| H A D | virt.c | 10 if (ti_work & (_TIF_SIGPENDING | _TIF_NOTIFY_SIGNAL)) in xfer_to_guest_mode_work()
|
| /linux/arch/nios2/include/asm/ |
| H A D | thread_info.h | 92 #define _TIF_NOTIFY_SIGNAL (1 << TIF_NOTIFY_SIGNAL) macro
|
| /linux/arch/hexagon/include/asm/ |
| H A D | thread_info.h | 101 #define _TIF_NOTIFY_SIGNAL (1 << TIF_NOTIFY_SIGNAL) macro
|
| /linux/arch/openrisc/include/asm/ |
| H A D | thread_info.h | 106 #define _TIF_NOTIFY_SIGNAL (1<<TIF_NOTIFY_SIGNAL) macro
|
| /linux/arch/xtensa/include/asm/ |
| H A D | thread_info.h | 133 #define _TIF_NOTIFY_SIGNAL (1<<TIF_NOTIFY_SIGNAL) macro
|
| /linux/arch/microblaze/include/asm/ |
| H A D | thread_info.h | 117 #define _TIF_NOTIFY_SIGNAL (1 << TIF_NOTIFY_SIGNAL) macro
|
| /linux/arch/hexagon/kernel/ |
| H A D | process.c | 170 if (thread_info_flags & (_TIF_SIGPENDING | _TIF_NOTIFY_SIGNAL)) { in do_work_pending()
|
| /linux/arch/csky/kernel/ |
| H A D | signal.c | 262 if (thread_info_flags & (_TIF_SIGPENDING | _TIF_NOTIFY_SIGNAL)) in do_notify_resume()
|
| /linux/arch/um/kernel/ |
| H A D | process.c | 93 if (thread_flags & (_TIF_SIGPENDING | _TIF_NOTIFY_SIGNAL)) in interrupt_end()
|
| /linux/arch/powerpc/kernel/ |
| H A D | signal.c | 303 if (thread_info_flags & (_TIF_SIGPENDING | _TIF_NOTIFY_SIGNAL)) { in do_notify_resume()
|
| /linux/arch/sh/kernel/ |
| H A D | signal_32.c | 505 if (thread_info_flags & (_TIF_SIGPENDING | _TIF_NOTIFY_SIGNAL)) in do_notify_resume()
|
| /linux/arch/sparc/kernel/ |
| H A D | signal_32.c | 524 if (thread_info_flags & (_TIF_SIGPENDING | _TIF_NOTIFY_SIGNAL)) in do_notify_resume()
|
| H A D | signal_64.c | 552 if (thread_info_flags & (_TIF_SIGPENDING | _TIF_NOTIFY_SIGNAL)) in do_notify_resume()
|
| /linux/arch/alpha/kernel/ |
| H A D | entry.S | 544 and $17, _TIF_NOTIFY_RESUME | _TIF_SIGPENDING | _TIF_NOTIFY_SIGNAL, $2
|
| H A D | signal.c | 531 if (thread_flags & (_TIF_SIGPENDING|_TIF_NOTIFY_SIGNAL)) { in do_work_pending()
|