Home
last modified time | relevance | path

Searched refs:_TIF_SIGPENDING (Results 1 – 25 of 28) sorted by relevance

12

/linux/arch/um/include/asm/
H A Dthread_info.h50 #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 Dthread_info.h87 #define _TIF_SIGPENDING (1<<TIF_SIGPENDING) macro
95 #define _TIF_WORK_MASK (_TIF_NEED_RESCHED | _TIF_SIGPENDING | \
/linux/arch/parisc/include/asm/
H A Dthread_info.h57 #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 Dthread_info.h69 #define _TIF_SIGPENDING (1 << TIF_SIGPENDING) macro
82 #define _TIF_WORK_MASK (_TIF_NEED_RESCHED | _TIF_SIGPENDING | \
/linux/arch/sh/include/asm/
H A Dthread_info.h113 #define _TIF_SIGPENDING (1 << TIF_SIGPENDING) macro
129 #define _TIF_ALLWORK_MASK (_TIF_SYSCALL_TRACE | _TIF_SIGPENDING | \
/linux/arch/mips/include/asm/
H A Dthread_info.h135 #define _TIF_SIGPENDING (1<<TIF_SIGPENDING) macro
166 (_TIF_SIGPENDING | _TIF_NEED_RESCHED | _TIF_NOTIFY_RESUME | \
/linux/arch/arm/include/asm/
H A Dthread_info.h157 #define _TIF_SIGPENDING (1 << TIF_SIGPENDING) macro
175 #define _TIF_WORK_MASK (_TIF_NEED_RESCHED | _TIF_SIGPENDING | \
/linux/include/linux/
H A Dentry-virt.h20 (_TIF_NEED_RESCHED | _TIF_NEED_RESCHED_LAZY | _TIF_SIGPENDING | \
/linux/kernel/entry/
H A Dvirt.c10 if (ti_work & (_TIF_SIGPENDING | _TIF_NOTIFY_SIGNAL)) in xfer_to_guest_mode_work()
/linux/arch/m68k/include/asm/
H A Dthread_info.h72 #define _TIF_SIGPENDING (1 << TIF_SIGPENDING) macro
/linux/arch/nios2/include/asm/
H A Dthread_info.h88 #define _TIF_SIGPENDING (1 << TIF_SIGPENDING) macro
/linux/arch/hexagon/include/asm/
H A Dthread_info.h98 #define _TIF_SIGPENDING (1 << TIF_SIGPENDING) macro
/linux/arch/openrisc/include/asm/
H A Dthread_info.h103 #define _TIF_SIGPENDING (1<<TIF_SIGPENDING) macro
/linux/arch/xtensa/include/asm/
H A Dthread_info.h129 #define _TIF_SIGPENDING (1<<TIF_SIGPENDING) macro
/linux/arch/microblaze/include/asm/
H A Dthread_info.h114 #define _TIF_SIGPENDING (1 << TIF_SIGPENDING) macro
/linux/arch/hexagon/kernel/
H A Dprocess.c170 if (thread_info_flags & (_TIF_SIGPENDING | _TIF_NOTIFY_SIGNAL)) { in do_work_pending()
/linux/arch/csky/kernel/
H A Dsignal.c262 if (thread_info_flags & (_TIF_SIGPENDING | _TIF_NOTIFY_SIGNAL)) in do_notify_resume()
/linux/arch/um/kernel/
H A Dprocess.c93 if (thread_flags & (_TIF_SIGPENDING | _TIF_NOTIFY_SIGNAL)) in interrupt_end()
/linux/arch/microblaze/kernel/
H A Dentry.S466 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 Dinterrupt.c200 if (ti_flags & _TIF_SIGPENDING) in interrupt_exit_user_prepare_main()
H A Dsignal.c303 if (thread_info_flags & (_TIF_SIGPENDING | _TIF_NOTIFY_SIGNAL)) { in do_notify_resume()
/linux/arch/nios2/kernel/
H A Dentry.S313 ANDI32 r1, r10, _TIF_SIGPENDING | _TIF_NOTIFY_RESUME
/linux/arch/sh/kernel/
H A Dsignal_32.c505 if (thread_info_flags & (_TIF_SIGPENDING | _TIF_NOTIFY_SIGNAL)) in do_notify_resume()
/linux/arch/sparc/kernel/
H A Dsignal_32.c524 if (thread_info_flags & (_TIF_SIGPENDING | _TIF_NOTIFY_SIGNAL)) in do_notify_resume()
/linux/arch/alpha/kernel/
H A Dsignal.c531 if (thread_flags & (_TIF_SIGPENDING|_TIF_NOTIFY_SIGNAL)) { in do_work_pending()

12