Home
last modified time | relevance | path

Searched refs:_TIF_WORK_MASK (Results 1 – 25 of 47) sorted by relevance

12

/arch/avr32/include/asm/
Dthread_info.h92 #define _TIF_WORK_MASK \ macro
99 #define _TIF_ALLWORK_MASK (_TIF_WORK_MASK | _TIF_SYSCALL_TRACE)
101 #define _TIF_DBGWORK_MASK (_TIF_WORK_MASK & ~_TIF_BREAKPOINT)
/arch/frv/include/asm/
Dthread_info.h98 #define _TIF_WORK_MASK \ macro
102 #define _TIF_ALLWORK_MASK (_TIF_WORK_MASK | _TIF_SYSCALL_TRACE)
/arch/m32r/include/asm/
Dthread_info.h114 #define _TIF_WORK_MASK (_TIF_SIGPENDING | _TIF_NEED_RESCHED | _TIF_NOTIFY_RESUME) macro
115 #define _TIF_ALLWORK_MASK (_TIF_WORK_MASK | _TIF_SYSCALL_TRACE)
/arch/alpha/include/asm/
Dthread_info.h79 #define _TIF_WORK_MASK (_TIF_SIGPENDING | _TIF_NEED_RESCHED | \ macro
83 #define _TIF_ALLWORK_MASK (_TIF_WORK_MASK \
/arch/mips/include/asm/
Dthread_info.h168 #define _TIF_WORK_MASK \ macro
172 #define _TIF_ALLWORK_MASK (_TIF_NOHZ | _TIF_WORK_MASK | \
/arch/cris/include/asm/
Dthread_info.h80 #define _TIF_WORK_MASK 0x0000FFFE /* work to do on interrupt/exception return */ macro
/arch/cris/kernel/
Dptrace.c66 } while (thread_flags & _TIF_WORK_MASK); in do_work_pending()
/arch/score/include/asm/
Dthread_info.h88 #define _TIF_WORK_MASK (0x0000ffff) macro
/arch/blackfin/include/asm/
Dthread_info.h96 #define _TIF_WORK_MASK 0x0000FFFE /* work to do on interrupt/exception return */ macro
/arch/nios2/include/asm/
Dthread_info.h107 #define _TIF_WORK_MASK 0x0000FFFE macro
/arch/arc/include/asm/
Dthread_info.h101 #define _TIF_WORK_MASK (_TIF_NEED_RESCHED | _TIF_SIGPENDING | \ macro
/arch/openrisc/include/asm/
Dthread_info.h123 #define _TIF_WORK_MASK (0xff & ~(_TIF_SYSCALL_TRACE|_TIF_SINGLESTEP)) macro
/arch/hexagon/include/asm/
Dthread_info.h124 #define _TIF_WORK_MASK (0x0000FFFF & ~_TIF_SYSCALL_TRACE) macro
/arch/h8300/include/asm/
Dthread_info.h100 #define _TIF_WORK_MASK (_TIF_ALLWORK_MASK & ~(_TIF_SYSCALL_TRACE | \ macro
/arch/mips/kernel/
Dentry.S57 andi t0, a2, _TIF_WORK_MASK # (ignoring syscall_trace)
148 andi t0, a2, _TIF_WORK_MASK # is there any work to be done
/arch/xtensa/include/asm/
Dthread_info.h120 #define _TIF_WORK_MASK 0x0000FFFE /* work to do on interrupt/exception return */ macro
/arch/metag/include/asm/
Dthread_info.h140 #define _TIF_WORK_MASK (_TIF_ALLWORK_MASK & ~(_TIF_SYSCALL_TRACE | \ macro
/arch/arm/kernel/
Dentry-v7m.S65 tst r2, #_TIF_WORK_MASK
Dentry-common.S39 tst r1, #_TIF_SYSCALL_WORK | _TIF_WORK_MASK
65 tst r1, #_TIF_SYSCALL_WORK | _TIF_WORK_MASK
97 tst r1, #_TIF_WORK_MASK
/arch/mn10300/include/asm/
Dthread_info.h157 #define _TIF_WORK_MASK 0x0000FFFE /* work to do on interrupt/exception return */ macro
/arch/arm64/include/asm/
Dthread_info.h145 #define _TIF_WORK_MASK (_TIF_NEED_RESCHED | _TIF_SIGPENDING | \ macro
/arch/unicore32/include/asm/
Dthread_info.h135 #define _TIF_WORK_MASK \ macro
/arch/microblaze/include/asm/
Dthread_info.h137 #define _TIF_WORK_MASK 0x0000FFFE macro
/arch/hexagon/kernel/
Dprocess.c193 if (!(thread_info_flags & _TIF_WORK_MASK)) { in do_work_pending()
/arch/arm/include/asm/
Dthread_info.h169 #define _TIF_WORK_MASK (_TIF_NEED_RESCHED | _TIF_SIGPENDING | \ macro

12