/linux-6.6.21/arch/riscv/include/asm/ |
D | thread_info.h | 97 #define _TIF_NOTIFY_SIGNAL (1 << TIF_NOTIFY_SIGNAL) macro 102 _TIF_NOTIFY_SIGNAL | _TIF_UPROBE)
|
/linux-6.6.21/arch/arc/include/asm/ |
D | thread_info.h | 90 #define _TIF_NOTIFY_SIGNAL (1<<TIF_NOTIFY_SIGNAL) macro 96 _TIF_NOTIFY_RESUME | _TIF_NOTIFY_SIGNAL)
|
/linux-6.6.21/arch/parisc/include/asm/ |
D | thread_info.h | 58 #define _TIF_NOTIFY_SIGNAL (1 << TIF_NOTIFY_SIGNAL) macro 70 _TIF_NEED_RESCHED | _TIF_NOTIFY_SIGNAL)
|
/linux-6.6.21/arch/sparc/include/asm/ |
D | thread_info_32.h | 119 #define _TIF_NOTIFY_SIGNAL (1<<TIF_NOTIFY_SIGNAL) macro 124 _TIF_SIGPENDING | _TIF_NOTIFY_SIGNAL)
|
D | thread_info_64.h | 202 #define _TIF_NOTIFY_SIGNAL (1<<TIF_NOTIFY_SIGNAL) macro 217 _TIF_NOTIFY_SIGNAL)
|
/linux-6.6.21/arch/csky/include/asm/ |
D | thread_info.h | 75 #define _TIF_NOTIFY_SIGNAL (1 << TIF_NOTIFY_SIGNAL) macro 84 _TIF_NOTIFY_SIGNAL)
|
/linux-6.6.21/arch/alpha/include/asm/ |
D | thread_info.h | 76 #define _TIF_NOTIFY_SIGNAL (1<<TIF_NOTIFY_SIGNAL) macro 81 _TIF_NOTIFY_RESUME | _TIF_NOTIFY_SIGNAL)
|
/linux-6.6.21/arch/sh/include/asm/ |
D | thread_info.h | 115 #define _TIF_NOTIFY_SIGNAL (1 << TIF_NOTIFY_SIGNAL) macro 132 _TIF_SYSCALL_TRACEPOINT | _TIF_NOTIFY_SIGNAL)
|
/linux-6.6.21/arch/arm64/include/asm/ |
D | thread_info.h | 98 #define _TIF_NOTIFY_SIGNAL (1 << TIF_NOTIFY_SIGNAL) macro 103 _TIF_NOTIFY_SIGNAL)
|
/linux-6.6.21/arch/mips/include/asm/ |
D | thread_info.h | 141 #define _TIF_NOTIFY_SIGNAL (1<<TIF_NOTIFY_SIGNAL) macro 167 _TIF_UPROBE | _TIF_NOTIFY_SIGNAL)
|
/linux-6.6.21/arch/ia64/include/asm/ |
D | thread_info.h | 117 #define _TIF_NOTIFY_SIGNAL (1 << TIF_NOTIFY_SIGNAL) macro 127 _TIF_NEED_RESCHED|_TIF_SYSCALL_TRACE|_TIF_NOTIFY_SIGNAL)
|
/linux-6.6.21/arch/arm/include/asm/ |
D | thread_info.h | 165 #define _TIF_NOTIFY_SIGNAL (1 << TIF_NOTIFY_SIGNAL) macro 177 _TIF_NOTIFY_SIGNAL)
|
/linux-6.6.21/arch/powerpc/include/asm/ |
D | thread_info.h | 125 #define _TIF_NOTIFY_SIGNAL (1<<TIF_NOTIFY_SIGNAL) macro 147 _TIF_NOTIFY_SIGNAL)
|
/linux-6.6.21/include/linux/ |
D | entry-kvm.h | 20 (_TIF_NEED_RESCHED | _TIF_SIGPENDING | _TIF_NOTIFY_SIGNAL | \
|
D | entry-common.h | 62 _TIF_NEED_RESCHED | _TIF_PATCH_PENDING | _TIF_NOTIFY_SIGNAL | \
|
/linux-6.6.21/kernel/entry/ |
D | kvm.c | 11 if (ti_work & (_TIF_SIGPENDING | _TIF_NOTIFY_SIGNAL)) { in xfer_to_guest_mode_work()
|
/linux-6.6.21/arch/nios2/include/asm/ |
D | thread_info.h | 92 #define _TIF_NOTIFY_SIGNAL (1 << TIF_NOTIFY_SIGNAL) macro
|
/linux-6.6.21/arch/hexagon/include/asm/ |
D | thread_info.h | 101 #define _TIF_NOTIFY_SIGNAL (1 << TIF_NOTIFY_SIGNAL) macro
|
/linux-6.6.21/arch/openrisc/include/asm/ |
D | thread_info.h | 106 #define _TIF_NOTIFY_SIGNAL (1<<TIF_NOTIFY_SIGNAL) macro
|
/linux-6.6.21/arch/um/include/asm/ |
D | thread_info.h | 68 #define _TIF_NOTIFY_SIGNAL (1 << TIF_NOTIFY_SIGNAL) macro
|
/linux-6.6.21/arch/s390/include/asm/ |
D | thread_info.h | 89 #define _TIF_NOTIFY_SIGNAL BIT(TIF_NOTIFY_SIGNAL) macro
|
/linux-6.6.21/arch/loongarch/include/asm/ |
D | thread_info.h | 93 #define _TIF_NOTIFY_SIGNAL (1<<TIF_NOTIFY_SIGNAL) macro
|
/linux-6.6.21/arch/xtensa/include/asm/ |
D | thread_info.h | 133 #define _TIF_NOTIFY_SIGNAL (1<<TIF_NOTIFY_SIGNAL) macro
|
/linux-6.6.21/arch/microblaze/include/asm/ |
D | thread_info.h | 117 #define _TIF_NOTIFY_SIGNAL (1 << TIF_NOTIFY_SIGNAL) macro
|
/linux-6.6.21/arch/hexagon/kernel/ |
D | process.c | 168 if (thread_info_flags & (_TIF_SIGPENDING | _TIF_NOTIFY_SIGNAL)) { in do_work_pending()
|