/arch/avr32/include/asm/ |
D | thread_info.h | 92 #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/ |
D | thread_info.h | 98 #define _TIF_WORK_MASK \ macro 102 #define _TIF_ALLWORK_MASK (_TIF_WORK_MASK | _TIF_SYSCALL_TRACE)
|
/arch/m32r/include/asm/ |
D | thread_info.h | 114 #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/ |
D | thread_info.h | 79 #define _TIF_WORK_MASK (_TIF_SIGPENDING | _TIF_NEED_RESCHED | \ macro 83 #define _TIF_ALLWORK_MASK (_TIF_WORK_MASK \
|
/arch/mips/include/asm/ |
D | thread_info.h | 168 #define _TIF_WORK_MASK \ macro 172 #define _TIF_ALLWORK_MASK (_TIF_NOHZ | _TIF_WORK_MASK | \
|
/arch/cris/include/asm/ |
D | thread_info.h | 80 #define _TIF_WORK_MASK 0x0000FFFE /* work to do on interrupt/exception return */ macro
|
/arch/cris/kernel/ |
D | ptrace.c | 66 } while (thread_flags & _TIF_WORK_MASK); in do_work_pending()
|
/arch/score/include/asm/ |
D | thread_info.h | 88 #define _TIF_WORK_MASK (0x0000ffff) macro
|
/arch/blackfin/include/asm/ |
D | thread_info.h | 96 #define _TIF_WORK_MASK 0x0000FFFE /* work to do on interrupt/exception return */ macro
|
/arch/nios2/include/asm/ |
D | thread_info.h | 107 #define _TIF_WORK_MASK 0x0000FFFE macro
|
/arch/arc/include/asm/ |
D | thread_info.h | 101 #define _TIF_WORK_MASK (_TIF_NEED_RESCHED | _TIF_SIGPENDING | \ macro
|
/arch/openrisc/include/asm/ |
D | thread_info.h | 123 #define _TIF_WORK_MASK (0xff & ~(_TIF_SYSCALL_TRACE|_TIF_SINGLESTEP)) macro
|
/arch/hexagon/include/asm/ |
D | thread_info.h | 124 #define _TIF_WORK_MASK (0x0000FFFF & ~_TIF_SYSCALL_TRACE) macro
|
/arch/h8300/include/asm/ |
D | thread_info.h | 100 #define _TIF_WORK_MASK (_TIF_ALLWORK_MASK & ~(_TIF_SYSCALL_TRACE | \ macro
|
/arch/mips/kernel/ |
D | entry.S | 57 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/ |
D | thread_info.h | 120 #define _TIF_WORK_MASK 0x0000FFFE /* work to do on interrupt/exception return */ macro
|
/arch/metag/include/asm/ |
D | thread_info.h | 140 #define _TIF_WORK_MASK (_TIF_ALLWORK_MASK & ~(_TIF_SYSCALL_TRACE | \ macro
|
/arch/arm/kernel/ |
D | entry-v7m.S | 65 tst r2, #_TIF_WORK_MASK
|
D | entry-common.S | 39 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/ |
D | thread_info.h | 157 #define _TIF_WORK_MASK 0x0000FFFE /* work to do on interrupt/exception return */ macro
|
/arch/arm64/include/asm/ |
D | thread_info.h | 145 #define _TIF_WORK_MASK (_TIF_NEED_RESCHED | _TIF_SIGPENDING | \ macro
|
/arch/unicore32/include/asm/ |
D | thread_info.h | 135 #define _TIF_WORK_MASK \ macro
|
/arch/microblaze/include/asm/ |
D | thread_info.h | 137 #define _TIF_WORK_MASK 0x0000FFFE macro
|
/arch/hexagon/kernel/ |
D | process.c | 193 if (!(thread_info_flags & _TIF_WORK_MASK)) { in do_work_pending()
|
/arch/arm/include/asm/ |
D | thread_info.h | 169 #define _TIF_WORK_MASK (_TIF_NEED_RESCHED | _TIF_SIGPENDING | \ macro
|