| /linux/arch/um/include/asm/ |
| H A D | thread_info.h | 55 #define _TIF_NOTIFY_RESUME (1 << TIF_NOTIFY_RESUME) macro 60 _TIF_NOTIFY_RESUME)
|
| /linux/arch/arc/include/asm/ |
| H A D | thread_info.h | 86 #define _TIF_NOTIFY_RESUME (1<<TIF_NOTIFY_RESUME) macro 96 _TIF_NOTIFY_RESUME | _TIF_NOTIFY_SIGNAL)
|
| /linux/arch/parisc/include/asm/ |
| H A D | thread_info.h | 63 #define _TIF_NOTIFY_RESUME (1 << TIF_NOTIFY_RESUME) macro 69 #define _TIF_USER_WORK_MASK (_TIF_SIGPENDING | _TIF_NOTIFY_RESUME | \
|
| /linux/arch/csky/include/asm/ |
| H A D | thread_info.h | 70 #define _TIF_NOTIFY_RESUME (1 << TIF_NOTIFY_RESUME) macro 83 _TIF_NOTIFY_RESUME | _TIF_UPROBE | \
|
| /linux/arch/sh/include/asm/ |
| H A D | thread_info.h | 119 #define _TIF_NOTIFY_RESUME (1 << TIF_NOTIFY_RESUME) macro 131 _TIF_SINGLESTEP | _TIF_NOTIFY_RESUME | \
|
| /linux/arch/alpha/include/asm/ |
| H A D | thread_info.h | 74 #define _TIF_NOTIFY_RESUME (1<<TIF_NOTIFY_RESUME) macro 81 _TIF_NOTIFY_RESUME | _TIF_NOTIFY_SIGNAL)
|
| /linux/arch/mips/include/asm/ |
| H A D | thread_info.h | 139 #define _TIF_NOTIFY_RESUME (1<<TIF_NOTIFY_RESUME) macro 166 (_TIF_SIGPENDING | _TIF_NEED_RESCHED | _TIF_NOTIFY_RESUME | \
|
| /linux/arch/arm/include/asm/ |
| H A D | thread_info.h | 159 #define _TIF_NOTIFY_RESUME (1 << TIF_NOTIFY_RESUME) macro 176 _TIF_NOTIFY_RESUME | _TIF_UPROBE | \
|
| /linux/include/linux/ |
| H A D | entry-virt.h | 21 _TIF_NOTIFY_SIGNAL | _TIF_NOTIFY_RESUME | \
|
| H A D | irq-entry-common.h | 31 (_TIF_SIGPENDING | _TIF_NOTIFY_RESUME | _TIF_UPROBE | \
|
| /linux/kernel/entry/ |
| H A D | virt.c | 16 if (ti_work & _TIF_NOTIFY_RESUME) in xfer_to_guest_mode_work()
|
| /linux/arch/m68k/include/asm/ |
| H A D | thread_info.h | 71 #define _TIF_NOTIFY_RESUME (1 << TIF_NOTIFY_RESUME) macro
|
| /linux/arch/nios2/include/asm/ |
| H A D | thread_info.h | 87 #define _TIF_NOTIFY_RESUME (1 << TIF_NOTIFY_RESUME) macro
|
| /linux/arch/hexagon/include/asm/ |
| H A D | thread_info.h | 97 #define _TIF_NOTIFY_RESUME (1 << TIF_NOTIFY_RESUME) macro
|
| /linux/arch/openrisc/include/asm/ |
| H A D | thread_info.h | 102 #define _TIF_NOTIFY_RESUME (1<<TIF_NOTIFY_RESUME) macro
|
| /linux/arch/xtensa/include/asm/ |
| H A D | thread_info.h | 134 #define _TIF_NOTIFY_RESUME (1<<TIF_NOTIFY_RESUME) macro
|
| /linux/arch/microblaze/include/asm/ |
| H A D | thread_info.h | 113 #define _TIF_NOTIFY_RESUME (1 << TIF_NOTIFY_RESUME) macro
|
| /linux/arch/hexagon/kernel/ |
| H A D | process.c | 175 if (thread_info_flags & _TIF_NOTIFY_RESUME) { in do_work_pending()
|
| /linux/arch/csky/kernel/ |
| H A D | signal.c | 265 if (thread_info_flags & _TIF_NOTIFY_RESUME) in do_notify_resume()
|
| /linux/arch/um/kernel/ |
| H A D | process.c | 95 if (thread_flags & _TIF_NOTIFY_RESUME) in interrupt_end()
|
| /linux/arch/microblaze/kernel/ |
| H A D | entry.S | 466 andi r11, r19, _TIF_SIGPENDING | _TIF_NOTIFY_RESUME; 640 5: andi r11, r19, _TIF_SIGPENDING | _TIF_NOTIFY_RESUME; 750 5: andi r11, r19, _TIF_SIGPENDING | _TIF_NOTIFY_RESUME; 1036 5: andi r11, r19, _TIF_SIGPENDING | _TIF_NOTIFY_RESUME;
|
| /linux/arch/powerpc/kernel/ |
| H A D | signal.c | 308 if (thread_info_flags & _TIF_NOTIFY_RESUME) in do_notify_resume()
|
| /linux/arch/nios2/kernel/ |
| H A D | entry.S | 313 ANDI32 r1, r10, _TIF_SIGPENDING | _TIF_NOTIFY_RESUME
|
| /linux/arch/sh/kernel/ |
| H A D | signal_32.c | 508 if (thread_info_flags & _TIF_NOTIFY_RESUME) in do_notify_resume()
|
| /linux/arch/sparc/kernel/ |
| H A D | signal_32.c | 526 if (thread_info_flags & _TIF_NOTIFY_RESUME) in do_notify_resume()
|