| /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/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/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-virt.h | 20 (_TIF_NEED_RESCHED | _TIF_NEED_RESCHED_LAZY | _TIF_SIGPENDING | \
|
| /linux/kernel/entry/ |
| H A D | virt.c | 10 if (ti_work & (_TIF_SIGPENDING | _TIF_NOTIFY_SIGNAL)) in xfer_to_guest_mode_work()
|
| /linux/arch/m68k/include/asm/ |
| H A D | thread_info.h | 72 #define _TIF_SIGPENDING (1 << TIF_SIGPENDING) macro
|
| /linux/arch/nios2/include/asm/ |
| H A D | thread_info.h | 88 #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/xtensa/include/asm/ |
| H A D | thread_info.h | 129 #define _TIF_SIGPENDING (1<<TIF_SIGPENDING) macro
|
| /linux/arch/microblaze/include/asm/ |
| H A D | thread_info.h | 114 #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()
|
| /linux/arch/csky/kernel/ |
| H A D | signal.c | 262 if (thread_info_flags & (_TIF_SIGPENDING | _TIF_NOTIFY_SIGNAL)) in do_notify_resume()
|
| /linux/arch/um/kernel/ |
| H A D | process.c | 93 if (thread_flags & (_TIF_SIGPENDING | _TIF_NOTIFY_SIGNAL)) in interrupt_end()
|
| /linux/arch/microblaze/kernel/ |
| H A D | entry.S | 466 andi r11, r19, _TIF_SIGPENDING | _TIF_NOTIFY_RESUME; 640 5: andi r11, r19, _TIF_SIGPENDING | _TIF_NOTIFY_RESUME; 750 5: andi r11, r19, _TIF_SIGPENDING | _TIF_NOTIFY_RESUME; 1036 5: andi r11, r19, _TIF_SIGPENDING | _TIF_NOTIFY_RESUME;
|
| /linux/arch/powerpc/kernel/ |
| H A D | interrupt.c | 200 if (ti_flags & _TIF_SIGPENDING) in interrupt_exit_user_prepare_main()
|
| H A D | signal.c | 303 if (thread_info_flags & (_TIF_SIGPENDING | _TIF_NOTIFY_SIGNAL)) { in do_notify_resume()
|
| /linux/arch/nios2/kernel/ |
| H A D | entry.S | 313 ANDI32 r1, r10, _TIF_SIGPENDING | _TIF_NOTIFY_RESUME
|
| /linux/arch/sh/kernel/ |
| H A D | signal_32.c | 505 if (thread_info_flags & (_TIF_SIGPENDING | _TIF_NOTIFY_SIGNAL)) in do_notify_resume()
|
| /linux/arch/sparc/kernel/ |
| H A D | signal_32.c | 524 if (thread_info_flags & (_TIF_SIGPENDING | _TIF_NOTIFY_SIGNAL)) in do_notify_resume()
|
| /linux/arch/alpha/kernel/ |
| H A D | signal.c | 531 if (thread_flags & (_TIF_SIGPENDING|_TIF_NOTIFY_SIGNAL)) { in do_work_pending()
|