/arch/avr32/include/asm/ |
D | thread_info.h | 104 #define _TIF_WORK_MASK \ macro 113 #define _TIF_ALLWORK_MASK (_TIF_WORK_MASK | (1 << TIF_SYSCALL_TRACE) | \ 116 #define _TIF_DBGWORK_MASK (_TIF_WORK_MASK & ~(1 << TIF_BREAKPOINT))
|
/arch/alpha/include/asm/ |
D | thread_info.h | 91 #define _TIF_WORK_MASK (_TIF_SIGPENDING | _TIF_NEED_RESCHED | \ macro 95 #define _TIF_ALLWORK_MASK (_TIF_WORK_MASK \
|
/arch/mips/include/asm/ |
D | thread_info.h | 160 #define _TIF_WORK_MASK \ macro 164 #define _TIF_ALLWORK_MASK (_TIF_WORK_MASK | _TIF_WORK_SYSCALL_EXIT | \
|
/arch/h8300/include/asm/ |
D | thread_info.h | 102 #define _TIF_WORK_MASK 0x0000FFFE /* work to do on interrupt/exception return */ macro
|
/arch/cris/include/asm/ |
D | thread_info.h | 97 #define _TIF_WORK_MASK 0x0000FFFE /* work to do on interrupt/exception return */ macro
|
/arch/openrisc/include/asm/ |
D | thread_info.h | 130 #define _TIF_WORK_MASK (0xff & ~(_TIF_SYSCALL_TRACE|_TIF_SINGLESTEP)) macro
|
/arch/frv/include/asm/ |
D | thread_info.h | 121 #define _TIF_WORK_MASK 0x0000FFFE /* work to do on interrupt/exception return */ macro
|
/arch/score/include/asm/ |
D | thread_info.h | 104 #define _TIF_WORK_MASK (0x0000ffff) macro
|
/arch/blackfin/include/asm/ |
D | thread_info.h | 119 #define _TIF_WORK_MASK 0x0000FFFE /* work to do on interrupt/exception return */ macro
|
/arch/hexagon/include/asm/ |
D | thread_info.h | 147 #define _TIF_WORK_MASK (0x0000FFFF & ~_TIF_SYSCALL_TRACE) macro
|
/arch/xtensa/include/asm/ |
D | thread_info.h | 144 #define _TIF_WORK_MASK 0x0000FFFE /* work to do on interrupt/exception return */ macro
|
/arch/m32r/include/asm/ |
D | thread_info.h | 152 #define _TIF_WORK_MASK 0x0000FFFE /* work to do on interrupt/exception return */ macro
|
/arch/mips/kernel/ |
D | entry.S | 48 andi t0, a2, _TIF_WORK_MASK # (ignoring syscall_trace) 154 andi t0, a2, _TIF_WORK_MASK # is there any work to be done
|
/arch/mn10300/include/asm/ |
D | thread_info.h | 177 #define _TIF_WORK_MASK 0x0000FFFE /* work to do on interrupt/exception return */ macro
|
/arch/unicore32/include/asm/ |
D | thread_info.h | 149 #define _TIF_WORK_MASK 0x000000ff macro
|
/arch/microblaze/include/asm/ |
D | thread_info.h | 147 #define _TIF_WORK_MASK 0x0000FFFE macro
|
/arch/sh/include/asm/ |
D | thread_info.h | 154 #define _TIF_WORK_MASK (_TIF_ALLWORK_MASK & ~(_TIF_SYSCALL_TRACE | \ macro
|
/arch/arm/include/asm/ |
D | thread_info.h | 173 #define _TIF_WORK_MASK (_TIF_NEED_RESCHED | _TIF_SIGPENDING | _TIF_NOTIFY_RESUME) macro
|
/arch/score/kernel/ |
D | entry.S | 255 li r8, _TIF_WORK_MASK 288 li r8, _TIF_WORK_MASK 303 li r8, _TIF_WORK_MASK 445 li r8, _TIF_WORK_MASK
|
/arch/x86/include/asm/ |
D | thread_info.h | 135 #define _TIF_WORK_MASK \ macro
|
/arch/blackfin/mach-common/ |
D | entry.S | 678 r4.l = lo(_TIF_WORK_MASK); 679 r4.h = hi(_TIF_WORK_MASK); 871 r4.l = lo(_TIF_WORK_MASK); 872 r4.h = hi(_TIF_WORK_MASK); 990 r4.l = lo(_TIF_WORK_MASK); 991 r4.h = hi(_TIF_WORK_MASK);
|
/arch/frv/kernel/ |
D | entry.S | 1114 sethi.p %hi(_TIF_WORK_MASK),gr5 1115 setlo %lo(_TIF_WORK_MASK),gr5 1136 sethi.p %hi(_TIF_WORK_MASK),gr5 1137 setlo %lo(_TIF_WORK_MASK),gr5
|
/arch/c6x/kernel/ |
D | asm-offsets.c | 122 DEFINE(_TIF_WORK_MASK, TIF_WORK_MASK); in foo()
|
/arch/mn10300/kernel/ |
D | entry.S | 119 btst _TIF_WORK_MASK,d2
|
/arch/x86/kernel/ |
D | entry_64.S | 670 1: movl $_TIF_WORK_MASK,%edi 875 movl $_TIF_WORK_MASK,%edi 1421 andl $_TIF_WORK_MASK,%ebx 1519 movl $_TIF_WORK_MASK,%edi
|