/kernel/linux/linux-5.10/arch/riscv/include/asm/ |
D | thread_info.h | 86 #define _TIF_NOTIFY_RESUME (1 << TIF_NOTIFY_RESUME) macro 95 (_TIF_NOTIFY_RESUME | _TIF_SIGPENDING | _TIF_NEED_RESCHED | \
|
/kernel/linux/linux-5.10/arch/arc/include/asm/ |
D | thread_info.h | 89 #define _TIF_NOTIFY_RESUME (1<<TIF_NOTIFY_RESUME) macro 98 _TIF_NOTIFY_RESUME | _TIF_NOTIFY_SIGNAL)
|
/kernel/linux/linux-5.10/arch/h8300/include/asm/ |
D | thread_info.h | 82 #define _TIF_NOTIFY_RESUME (1 << TIF_NOTIFY_RESUME) macro 96 _TIF_SINGLESTEP | _TIF_NOTIFY_RESUME | \
|
/kernel/linux/linux-5.10/arch/sparc/include/asm/ |
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 | \
|
D | thread_info_64.h | 200 #define _TIF_NOTIFY_RESUME (1<<TIF_NOTIFY_RESUME) macro 216 #define _TIF_DO_NOTIFY_RESUME_MASK (_TIF_NOTIFY_RESUME | \
|
/kernel/linux/linux-5.10/arch/parisc/include/asm/ |
D | thread_info.h | 70 #define _TIF_NOTIFY_RESUME (1 << TIF_NOTIFY_RESUME) macro 76 #define _TIF_USER_WORK_MASK (_TIF_SIGPENDING | _TIF_NOTIFY_RESUME | \
|
/kernel/linux/linux-5.10/arch/csky/include/asm/ |
D | thread_info.h | 74 #define _TIF_NOTIFY_RESUME (1 << TIF_NOTIFY_RESUME) macro 87 _TIF_NOTIFY_RESUME | _TIF_UPROBE | \
|
/kernel/linux/linux-5.10/arch/alpha/include/asm/ |
D | thread_info.h | 73 #define _TIF_NOTIFY_RESUME (1<<TIF_NOTIFY_RESUME) macro 80 _TIF_NOTIFY_RESUME | _TIF_NOTIFY_SIGNAL)
|
/kernel/linux/linux-5.10/arch/arm64/include/asm/ |
D | thread_info.h | 89 #define _TIF_NOTIFY_RESUME (1 << TIF_NOTIFY_RESUME) macro 105 _TIF_NOTIFY_RESUME | _TIF_FOREIGN_FPSTATE | \
|
/kernel/linux/linux-5.10/arch/sh/include/asm/ |
D | thread_info.h | 124 #define _TIF_NOTIFY_RESUME (1 << TIF_NOTIFY_RESUME) macro 136 _TIF_SINGLESTEP | _TIF_NOTIFY_RESUME | \
|
/kernel/linux/linux-5.10/arch/mips/include/asm/ |
D | thread_info.h | 141 #define _TIF_NOTIFY_RESUME (1<<TIF_NOTIFY_RESUME) macro 168 (_TIF_SIGPENDING | _TIF_NEED_RESCHED | _TIF_NOTIFY_RESUME | \
|
/kernel/linux/linux-5.10/arch/arm/include/asm/ |
D | thread_info.h | 157 #define _TIF_NOTIFY_RESUME (1 << TIF_NOTIFY_RESUME) macro 174 _TIF_NOTIFY_RESUME | _TIF_UPROBE | \
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
D | thread_info.h | 135 #define _TIF_NOTIFY_RESUME (1<<TIF_NOTIFY_RESUME) macro 146 _TIF_NOTIFY_RESUME | _TIF_UPROBE | \
|
/kernel/linux/linux-5.10/arch/ia64/include/asm/ |
D | thread_info.h | 118 #define _TIF_NOTIFY_RESUME (1 << TIF_NOTIFY_RESUME) macro 128 #define TIF_ALLWORK_MASK (_TIF_SIGPENDING|_TIF_NOTIFY_RESUME|_TIF_SYSCALL_AUDIT|\
|
/kernel/linux/linux-5.10/include/linux/ |
D | entry-kvm.h | 16 _TIF_NOTIFY_RESUME | ARCH_XFER_TO_GUEST_MODE_WORK)
|
/kernel/linux/linux-5.10/kernel/entry/ |
D | kvm.c | 19 if (ti_work & _TIF_NOTIFY_RESUME) { in xfer_to_guest_mode_work()
|
/kernel/linux/linux-5.10/arch/m68k/include/asm/ |
D | thread_info.h | 72 #define _TIF_NOTIFY_RESUME (1 << TIF_NOTIFY_RESUME) macro
|
/kernel/linux/linux-5.10/arch/nios2/include/asm/ |
D | thread_info.h | 96 #define _TIF_NOTIFY_RESUME (1 << TIF_NOTIFY_RESUME) macro
|
/kernel/linux/linux-5.10/arch/nds32/include/asm/ |
D | thread_info.h | 60 #define _TIF_NOTIFY_RESUME (1 << TIF_NOTIFY_RESUME) macro
|
/kernel/linux/linux-5.10/arch/hexagon/include/asm/ |
D | thread_info.h | 103 #define _TIF_NOTIFY_RESUME (1 << TIF_NOTIFY_RESUME) macro
|
/kernel/linux/linux-5.10/arch/openrisc/include/asm/ |
D | thread_info.h | 109 #define _TIF_NOTIFY_RESUME (1<<TIF_NOTIFY_RESUME) macro
|
/kernel/linux/linux-5.10/arch/s390/include/asm/ |
D | thread_info.h | 85 #define _TIF_NOTIFY_RESUME BIT(TIF_NOTIFY_RESUME) macro
|
/kernel/linux/linux-5.10/arch/xtensa/include/asm/ |
D | thread_info.h | 128 #define _TIF_NOTIFY_RESUME (1<<TIF_NOTIFY_RESUME) macro
|
/kernel/linux/linux-5.10/arch/microblaze/include/asm/ |
D | thread_info.h | 119 #define _TIF_NOTIFY_RESUME (1 << TIF_NOTIFY_RESUME) macro
|
/kernel/linux/linux-5.10/arch/hexagon/kernel/ |
D | process.c | 182 if (thread_info_flags & _TIF_NOTIFY_RESUME) { in do_work_pending()
|