/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/sparc/include/asm/ |
H A D | thread_info_32.h | 119 #define _TIF_NOTIFY_SIGNAL (1<<TIF_NOTIFY_SIGNAL) macro 124 _TIF_SIGPENDING | _TIF_NOTIFY_SIGNAL)
|
H A D | thread_info_64.h | 202 #define _TIF_NOTIFY_SIGNAL (1<<TIF_NOTIFY_SIGNAL) macro 217 _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/arm64/include/asm/ |
H A D | thread_info.h | 100 #define _TIF_NOTIFY_SIGNAL (1 << TIF_NOTIFY_SIGNAL) macro 106 _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/arch/powerpc/include/asm/ |
H A D | thread_info.h | 125 #define _TIF_NOTIFY_SIGNAL (1<<TIF_NOTIFY_SIGNAL) macro 147 _TIF_NOTIFY_SIGNAL)
|
/linux/include/linux/ |
H A D | entry-kvm.h | 20 (_TIF_NEED_RESCHED | _TIF_SIGPENDING | _TIF_NOTIFY_SIGNAL | \
|
H A D | entry-common.h | 67 _TIF_NEED_RESCHED | _TIF_PATCH_PENDING | _TIF_NOTIFY_SIGNAL | \
|
/linux/kernel/entry/ |
H A D | kvm.c | 11 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/openrisc/include/asm/ |
H A D | thread_info.h | 106 #define _TIF_NOTIFY_SIGNAL (1<<TIF_NOTIFY_SIGNAL) macro
|
/linux/arch/um/include/asm/ |
H A D | thread_info.h | 68 #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/s390/include/asm/ |
H A D | thread_info.h | 90 #define _TIF_NOTIFY_SIGNAL BIT(TIF_NOTIFY_SIGNAL) macro
|
/linux/arch/loongarch/include/asm/ |
H A D | thread_info.h | 94 #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/xtensa/include/asm/ |
H A D | thread_info.h | 133 #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/x86/include/asm/ |
H A D | thread_info.h | 123 #define _TIF_NOTIFY_SIGNAL (1 << TIF_NOTIFY_SIGNAL) macro
|
/linux/arch/csky/kernel/ |
H A D | signal.c | 262 if (thread_info_flags & (_TIF_SIGPENDING | _TIF_NOTIFY_SIGNAL)) in do_notify_resume()
|