/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/sparc/include/asm/ |
H A D | thread_info_32.h | 116 #define _TIF_NOTIFY_RESUME (1<<TIF_NOTIFY_RESUME) macro 123 #define _TIF_DO_NOTIFY_RESUME_MASK (_TIF_NOTIFY_RESUME | \
|
H A D | thread_info_64.h | 199 #define _TIF_NOTIFY_RESUME (1<<TIF_NOTIFY_RESUME) macro 215 #define _TIF_DO_NOTIFY_RESUME_MASK (_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/arm64/include/asm/ |
H A D | thread_info.h | 88 #define _TIF_NOTIFY_RESUME (1 << TIF_NOTIFY_RESUME) macro 104 _TIF_NOTIFY_RESUME | _TIF_FOREIGN_FPSTATE | \
|
/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/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/openrisc/include/asm/ |
H A D | thread_info.h | 102 #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/riscv/include/asm/ |
H A D | thread_info.h | 123 #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/xtensa/include/asm/ |
H A D | thread_info.h | 134 #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/include/linux/ |
H A D | entry-common.h | 66 (_TIF_SIGPENDING | _TIF_NOTIFY_RESUME | _TIF_UPROBE | \
|
/linux/arch/csky/kernel/ |
H A D | signal.c | 265 if (thread_info_flags & _TIF_NOTIFY_RESUME) in do_notify_resume()
|
/linux/kernel/entry/ |
H A D | common.c | 113 if (ti_work & _TIF_NOTIFY_RESUME) in exit_to_user_mode_loop()
|
/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()
|