/linux/arch/um/include/asm/ |
H A D | thread_info.h | 50 #define _TIF_SIGPENDING (1 << TIF_SIGPENDING) macro 59 #define _TIF_WORK_MASK (_TIF_NEED_RESCHED | _TIF_SIGPENDING | _TIF_NOTIFY_SIGNAL | \
|
/linux/arch/arc/include/asm/ |
H A D | thread_info.h | 87 #define _TIF_SIGPENDING (1<<TIF_SIGPENDING) macro 95 #define _TIF_WORK_MASK (_TIF_NEED_RESCHED | _TIF_SIGPENDING | \
|
/linux/arch/parisc/include/asm/ |
H A D | thread_info.h | 57 #define _TIF_SIGPENDING (1 << TIF_SIGPENDING) macro 69 #define _TIF_USER_WORK_MASK (_TIF_SIGPENDING | _TIF_NOTIFY_RESUME | \
|
/linux/arch/sparc/include/asm/ |
H A D | thread_info_32.h | 117 #define _TIF_SIGPENDING (1<<TIF_SIGPENDING) macro 124 _TIF_SIGPENDING | _TIF_NOTIFY_SIGNAL)
|
H A D | thread_info_64.h | 200 #define _TIF_SIGPENDING (1<<TIF_SIGPENDING) macro 216 _TIF_SIGPENDING | _TIF_UPROBE | \
|
/linux/arch/csky/include/asm/ |
H A D | thread_info.h | 69 #define _TIF_SIGPENDING (1 << TIF_SIGPENDING) macro 82 #define _TIF_WORK_MASK (_TIF_NEED_RESCHED | _TIF_SIGPENDING | \
|
/linux/arch/sh/include/asm/ |
H A D | thread_info.h | 113 #define _TIF_SIGPENDING (1 << TIF_SIGPENDING) macro 129 #define _TIF_ALLWORK_MASK (_TIF_SYSCALL_TRACE | _TIF_SIGPENDING | \
|
/linux/arch/alpha/include/asm/ |
H A D | thread_info.h | 72 #define _TIF_SIGPENDING (1<<TIF_SIGPENDING) macro 80 #define _TIF_WORK_MASK (_TIF_SIGPENDING | _TIF_NEED_RESCHED | \
|
/linux/arch/arm64/include/asm/ |
H A D | thread_info.h | 90 #define _TIF_SIGPENDING (1 << TIF_SIGPENDING) macro 112 _TIF_NOTIFY_SIGNAL | _TIF_SIGPENDING | \
|
/linux/arch/mips/include/asm/ |
H A D | thread_info.h | 135 #define _TIF_SIGPENDING (1<<TIF_SIGPENDING) macro 166 (_TIF_SIGPENDING | _TIF_NEED_RESCHED | _TIF_NOTIFY_RESUME | \
|
/linux/arch/arm/include/asm/ |
H A D | thread_info.h | 157 #define _TIF_SIGPENDING (1 << TIF_SIGPENDING) macro 175 #define _TIF_WORK_MASK (_TIF_NEED_RESCHED | _TIF_SIGPENDING | \
|
/linux/include/linux/ |
H A D | entry-kvm.h | 20 (_TIF_NEED_RESCHED | _TIF_NEED_RESCHED_LAZY | _TIF_SIGPENDING | \
|
H A D | irq-entry-common.h | 30 (_TIF_SIGPENDING | _TIF_NOTIFY_RESUME | _TIF_UPROBE | \
|
/linux/kernel/entry/ |
H A D | kvm.c | 11 if (ti_work & (_TIF_SIGPENDING | _TIF_NOTIFY_SIGNAL)) { in xfer_to_guest_mode_work()
|
H A D | common.c | 39 if (ti_work & (_TIF_SIGPENDING | _TIF_NOTIFY_SIGNAL)) in exit_to_user_mode_loop()
|
/linux/arch/nios2/include/asm/ |
H A D | thread_info.h | 88 #define _TIF_SIGPENDING (1 << TIF_SIGPENDING) macro
|
/linux/arch/m68k/include/asm/ |
H A D | thread_info.h | 72 #define _TIF_SIGPENDING (1 << TIF_SIGPENDING) macro
|
/linux/arch/hexagon/include/asm/ |
H A D | thread_info.h | 98 #define _TIF_SIGPENDING (1 << TIF_SIGPENDING) macro
|
/linux/arch/openrisc/include/asm/ |
H A D | thread_info.h | 103 #define _TIF_SIGPENDING (1<<TIF_SIGPENDING) macro
|
/linux/arch/riscv/include/asm/ |
H A D | thread_info.h | 124 #define _TIF_SIGPENDING (1 << TIF_SIGPENDING) macro
|
/linux/arch/s390/include/asm/ |
H A D | thread_info.h | 83 #define _TIF_SIGPENDING BIT(TIF_SIGPENDING) macro
|
/linux/arch/microblaze/include/asm/ |
H A D | thread_info.h | 114 #define _TIF_SIGPENDING (1 << TIF_SIGPENDING) macro
|
/linux/arch/xtensa/include/asm/ |
H A D | thread_info.h | 129 #define _TIF_SIGPENDING (1<<TIF_SIGPENDING) macro
|
/linux/arch/x86/include/asm/ |
H A D | thread_info.h | 112 #define _TIF_SIGPENDING (1 << TIF_SIGPENDING) macro
|
/linux/arch/hexagon/kernel/ |
H A D | process.c | 170 if (thread_info_flags & (_TIF_SIGPENDING | _TIF_NOTIFY_SIGNAL)) { in do_work_pending()
|