Searched defs:_TIF_WORK_MASK (Results 1 - 20 of 20) sorted by relevance

/arch/cris/include/asm/
H A Dthread_info.h86 #define _TIF_WORK_MASK 0x0000FFFE /* work to do on interrupt/exception return */ macro
/arch/arc/include/asm/
H A Dthread_info.h106 #define _TIF_WORK_MASK (_TIF_NEED_RESCHED | _TIF_SIGPENDING | \ macro
112 * syscall, so all that reamins to be tested is _TIF_WORK_MASK
/arch/blackfin/include/asm/
H A Dthread_info.h111 #define _TIF_WORK_MASK 0x0000FFFE /* work to do on interrupt/exception return */ macro
/arch/frv/include/asm/
H A Dthread_info.h104 #define _TIF_WORK_MASK \ macro
108 #define _TIF_ALLWORK_MASK (_TIF_WORK_MASK | _TIF_SYSCALL_TRACE)
/arch/hexagon/include/asm/
H A Dthread_info.h130 #define _TIF_WORK_MASK (0x0000FFFF & ~_TIF_SYSCALL_TRACE) macro
/arch/openrisc/include/asm/
H A Dthread_info.h129 #define _TIF_WORK_MASK (0xff & ~(_TIF_SYSCALL_TRACE|_TIF_SINGLESTEP)) macro
/arch/score/include/asm/
H A Dthread_info.h94 #define _TIF_WORK_MASK (0x0000ffff) macro
/arch/alpha/include/asm/
H A Dthread_info.h86 #define _TIF_WORK_MASK (_TIF_SIGPENDING | _TIF_NEED_RESCHED | \ macro
90 #define _TIF_ALLWORK_MASK (_TIF_WORK_MASK \
/arch/arm/include/asm/
H A Dthread_info.h179 #define _TIF_WORK_MASK (_TIF_NEED_RESCHED | _TIF_SIGPENDING | \ macro
/arch/arm64/include/asm/
H A Dthread_info.h134 #define _TIF_WORK_MASK (_TIF_NEED_RESCHED | _TIF_SIGPENDING | \ macro
/arch/avr32/include/asm/
H A Dthread_info.h99 #define _TIF_WORK_MASK \ macro
106 #define _TIF_ALLWORK_MASK (_TIF_WORK_MASK | _TIF_SYSCALL_TRACE)
108 #define _TIF_DBGWORK_MASK (_TIF_WORK_MASK & ~_TIF_BREAKPOINT)
/arch/m32r/include/asm/
H A Dthread_info.h132 #define _TIF_WORK_MASK (_TIF_SIGPENDING | _TIF_NEED_RESCHED | _TIF_NOTIFY_RESUME) macro
133 #define _TIF_ALLWORK_MASK (_TIF_WORK_MASK | _TIF_SYSCALL_TRACE)
/arch/metag/include/asm/
H A Dthread_info.h146 #define _TIF_WORK_MASK (_TIF_ALLWORK_MASK & ~(_TIF_SYSCALL_TRACE | \ macro
/arch/mn10300/include/asm/
H A Dthread_info.h163 #define _TIF_WORK_MASK 0x0000FFFE /* work to do on interrupt/exception return */ macro
/arch/sh/include/asm/
H A Dthread_info.h113 * - _TIF_ALLWORK_MASK and _TIF_WORK_MASK need to fit within 2 bytes, or
150 #define _TIF_WORK_MASK (_TIF_ALLWORK_MASK & ~(_TIF_SYSCALL_TRACE | \ macro
/arch/unicore32/include/asm/
H A Dthread_info.h142 #define _TIF_WORK_MASK \ macro
/arch/xtensa/include/asm/
H A Dthread_info.h138 #define _TIF_WORK_MASK 0x0000FFFE /* work to do on interrupt/exception return */ macro
/arch/microblaze/include/asm/
H A Dthread_info.h143 #define _TIF_WORK_MASK 0x0000FFFE macro
/arch/mips/include/asm/
H A Dthread_info.h151 #define _TIF_WORK_MASK \ macro
154 #define _TIF_ALLWORK_MASK (_TIF_NOHZ | _TIF_WORK_MASK | \
/arch/x86/include/asm/
H A Dthread_info.h131 #define _TIF_WORK_MASK \ macro

Completed in 2354 milliseconds