Home
last modified time | relevance | path

Searched refs:_TIF_NOTIFY_RESUME (Results 1 – 25 of 29) sorted by relevance

12

/linux/arch/um/include/asm/
H A Dthread_info.h55 #define _TIF_NOTIFY_RESUME (1 << TIF_NOTIFY_RESUME) macro
60 _TIF_NOTIFY_RESUME)
/linux/arch/arc/include/asm/
H A Dthread_info.h86 #define _TIF_NOTIFY_RESUME (1<<TIF_NOTIFY_RESUME) macro
96 _TIF_NOTIFY_RESUME | _TIF_NOTIFY_SIGNAL)
/linux/arch/parisc/include/asm/
H A Dthread_info.h63 #define _TIF_NOTIFY_RESUME (1 << TIF_NOTIFY_RESUME) macro
69 #define _TIF_USER_WORK_MASK (_TIF_SIGPENDING | _TIF_NOTIFY_RESUME | \
/linux/arch/csky/include/asm/
H A Dthread_info.h70 #define _TIF_NOTIFY_RESUME (1 << TIF_NOTIFY_RESUME) macro
83 _TIF_NOTIFY_RESUME | _TIF_UPROBE | \
/linux/arch/sh/include/asm/
H A Dthread_info.h119 #define _TIF_NOTIFY_RESUME (1 << TIF_NOTIFY_RESUME) macro
131 _TIF_SINGLESTEP | _TIF_NOTIFY_RESUME | \
/linux/arch/alpha/include/asm/
H A Dthread_info.h74 #define _TIF_NOTIFY_RESUME (1<<TIF_NOTIFY_RESUME) macro
81 _TIF_NOTIFY_RESUME | _TIF_NOTIFY_SIGNAL)
/linux/arch/mips/include/asm/
H A Dthread_info.h139 #define _TIF_NOTIFY_RESUME (1<<TIF_NOTIFY_RESUME) macro
166 (_TIF_SIGPENDING | _TIF_NEED_RESCHED | _TIF_NOTIFY_RESUME | \
/linux/arch/arm/include/asm/
H A Dthread_info.h159 #define _TIF_NOTIFY_RESUME (1 << TIF_NOTIFY_RESUME) macro
176 _TIF_NOTIFY_RESUME | _TIF_UPROBE | \
/linux/include/linux/
H A Dentry-virt.h21 _TIF_NOTIFY_SIGNAL | _TIF_NOTIFY_RESUME | \
H A Dirq-entry-common.h31 (_TIF_SIGPENDING | _TIF_NOTIFY_RESUME | _TIF_UPROBE | \
/linux/kernel/entry/
H A Dvirt.c16 if (ti_work & _TIF_NOTIFY_RESUME) in xfer_to_guest_mode_work()
/linux/arch/m68k/include/asm/
H A Dthread_info.h71 #define _TIF_NOTIFY_RESUME (1 << TIF_NOTIFY_RESUME) macro
/linux/arch/nios2/include/asm/
H A Dthread_info.h87 #define _TIF_NOTIFY_RESUME (1 << TIF_NOTIFY_RESUME) macro
/linux/arch/hexagon/include/asm/
H A Dthread_info.h97 #define _TIF_NOTIFY_RESUME (1 << TIF_NOTIFY_RESUME) macro
/linux/arch/openrisc/include/asm/
H A Dthread_info.h102 #define _TIF_NOTIFY_RESUME (1<<TIF_NOTIFY_RESUME) macro
/linux/arch/xtensa/include/asm/
H A Dthread_info.h134 #define _TIF_NOTIFY_RESUME (1<<TIF_NOTIFY_RESUME) macro
/linux/arch/microblaze/include/asm/
H A Dthread_info.h113 #define _TIF_NOTIFY_RESUME (1 << TIF_NOTIFY_RESUME) macro
/linux/arch/hexagon/kernel/
H A Dprocess.c175 if (thread_info_flags & _TIF_NOTIFY_RESUME) { in do_work_pending()
/linux/arch/csky/kernel/
H A Dsignal.c265 if (thread_info_flags & _TIF_NOTIFY_RESUME) in do_notify_resume()
/linux/arch/um/kernel/
H A Dprocess.c95 if (thread_flags & _TIF_NOTIFY_RESUME) 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 Dsignal.c308 if (thread_info_flags & _TIF_NOTIFY_RESUME) 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.c508 if (thread_info_flags & _TIF_NOTIFY_RESUME) in do_notify_resume()
/linux/arch/sparc/kernel/
H A Dsignal_32.c526 if (thread_info_flags & _TIF_NOTIFY_RESUME) in do_notify_resume()

12