| /linux/arch/um/include/asm/ |
| H A D | thread_info.h | 43 #define TIF_NOTIFY_RESUME 8 macro 55 #define _TIF_NOTIFY_RESUME (1 << TIF_NOTIFY_RESUME)
|
| /linux/arch/m68k/include/asm/ |
| H A D | thread_info.h | 62 #define TIF_NOTIFY_RESUME 5 /* callback before returning to user */ macro 71 #define _TIF_NOTIFY_RESUME (1 << TIF_NOTIFY_RESUME)
|
| /linux/arch/nios2/include/asm/ |
| H A D | thread_info.h | 74 #define TIF_NOTIFY_RESUME 1 /* resumption notification requested */ macro 87 #define _TIF_NOTIFY_RESUME (1 << TIF_NOTIFY_RESUME)
|
| /linux/arch/hexagon/include/asm/ |
| H A D | thread_info.h | 87 #define TIF_NOTIFY_RESUME 1 /* resumption notification requested */ macro 97 #define _TIF_NOTIFY_RESUME (1 << TIF_NOTIFY_RESUME)
|
| /linux/arch/arc/include/asm/ |
| H A D | thread_info.h | 75 #define TIF_NOTIFY_RESUME 1 /* resumption notification requested */ macro 86 #define _TIF_NOTIFY_RESUME (1<<TIF_NOTIFY_RESUME)
|
| /linux/arch/openrisc/include/asm/ |
| H A D | thread_info.h | 88 #define TIF_NOTIFY_RESUME 1 /* resumption notification requested */ macro 102 #define _TIF_NOTIFY_RESUME (1<<TIF_NOTIFY_RESUME)
|
| /linux/arch/parisc/include/asm/ |
| H A D | thread_info.h | 49 #define TIF_NOTIFY_RESUME 8 /* callback before returning to user */ macro 63 #define _TIF_NOTIFY_RESUME (1 << TIF_NOTIFY_RESUME)
|
| /linux/arch/csky/include/asm/ |
| H A D | thread_info.h | 57 #define TIF_NOTIFY_RESUME 1 /* callback before returning to user */ macro 70 #define _TIF_NOTIFY_RESUME (1 << TIF_NOTIFY_RESUME)
|
| /linux/arch/xtensa/include/asm/ |
| H A D | thread_info.h | 122 #define TIF_NOTIFY_RESUME 7 /* callback before returning to user */ macro 134 #define _TIF_NOTIFY_RESUME (1<<TIF_NOTIFY_RESUME)
|
| /linux/arch/microblaze/include/asm/ |
| H A D | thread_info.h | 99 #define TIF_NOTIFY_RESUME 1 /* resumption notification requested */ macro 113 #define _TIF_NOTIFY_RESUME (1 << TIF_NOTIFY_RESUME)
|
| /linux/arch/sh/include/asm/ |
| H A D | thread_info.h | 107 #define TIF_NOTIFY_RESUME 7 /* callback before returning to user */ macro 119 #define _TIF_NOTIFY_RESUME (1 << TIF_NOTIFY_RESUME)
|
| /linux/arch/mips/include/asm/ |
| H A D | thread_info.h | 114 #define TIF_NOTIFY_RESUME 5 /* callback before returning to user */ macro 139 #define _TIF_NOTIFY_RESUME (1<<TIF_NOTIFY_RESUME)
|
| /linux/arch/arm/include/asm/ |
| H A D | thread_info.h | 144 #define TIF_NOTIFY_RESUME 2 /* callback before returning to user */ macro 159 #define _TIF_NOTIFY_RESUME (1 << TIF_NOTIFY_RESUME)
|
| /linux/include/linux/ |
| H A D | rseq_entry.h | 690 static_assert(TIF_RSEQ != TIF_NOTIFY_RESUME); in clear_tif_rseq() 704 set_tsk_thread_flag(current, TIF_NOTIFY_RESUME); in rseq_exit_to_user_mode_restart()
|
| /linux/arch/microblaze/kernel/ |
| H A D | signal.c | 314 if (test_thread_flag(TIF_NOTIFY_RESUME)) in do_notify_resume()
|
| /linux/arch/nios2/kernel/ |
| H A D | signal.c | 324 } else if (test_thread_flag(TIF_NOTIFY_RESUME)) in do_notify_resume()
|
| /linux/arch/xtensa/kernel/ |
| H A D | signal.c | 533 if (test_thread_flag(TIF_NOTIFY_RESUME)) in do_notify_resume()
|
| /linux/arch/arc/kernel/ |
| H A D | signal.c | 442 if (test_thread_flag(TIF_NOTIFY_RESUME)) in do_notify_resume()
|
| /linux/security/keys/ |
| H A D | request_key.c | 45 set_tsk_thread_flag(t, TIF_NOTIFY_RESUME); in cache_requested_key()
|
| /linux/arch/m68k/kernel/ |
| H A D | signal.c | 1120 if (test_thread_flag(TIF_NOTIFY_RESUME)) in do_notify_resume()
|