/linux/arch/alpha/include/asm/ |
A D | thread_info.h | 79 #define _TIF_WORK_MASK (_TIF_SIGPENDING | _TIF_NEED_RESCHED | \ macro 83 #define _TIF_ALLWORK_MASK (_TIF_WORK_MASK \
|
/linux/arch/mips/include/asm/ |
A D | thread_info.h | 161 #define _TIF_WORK_MASK \ macro 165 #define _TIF_ALLWORK_MASK (_TIF_NOHZ | _TIF_WORK_MASK | \
|
/linux/arch/mips/kernel/ |
A D | entry.S | 52 andi t0, a2, _TIF_WORK_MASK # (ignoring syscall_trace) 133 andi t0, a2, _TIF_WORK_MASK # is there any work to be done
|
/linux/arch/nds32/kernel/ |
A D | ex-exit.S | 109 andi $p1, $r1, #_TIF_WORK_MASK 143 andi $p1, $r1, #_TIF_WORK_MASK
|
/linux/arch/nios2/include/asm/ |
A D | thread_info.h | 106 #define _TIF_WORK_MASK 0x0000FFFE macro
|
/linux/arch/arc/include/asm/ |
A D | thread_info.h | 97 #define _TIF_WORK_MASK (_TIF_NEED_RESCHED | _TIF_SIGPENDING | \ macro
|
/linux/arch/nds32/include/asm/ |
A D | thread_info.h | 71 #define _TIF_WORK_MASK 0x000000ff macro
|
/linux/arch/riscv/include/asm/ |
A D | thread_info.h | 105 #define _TIF_WORK_MASK \ macro
|
/linux/arch/hexagon/include/asm/ |
A D | thread_info.h | 110 #define _TIF_WORK_MASK (0x0000FFFF & ~_TIF_SYSCALL_TRACE) macro
|
/linux/arch/openrisc/include/asm/ |
A D | thread_info.h | 119 #define _TIF_WORK_MASK (0xff & ~(_TIF_SYSCALL_TRACE|_TIF_SINGLESTEP)) macro
|
/linux/arch/h8300/include/asm/ |
A D | thread_info.h | 100 #define _TIF_WORK_MASK (_TIF_ALLWORK_MASK & ~(_TIF_SYSCALL_TRACE | \ macro
|
/linux/arch/csky/include/asm/ |
A D | thread_info.h | 84 #define _TIF_WORK_MASK (_TIF_NEED_RESCHED | _TIF_SIGPENDING | \ macro
|
/linux/arch/xtensa/include/asm/ |
A D | thread_info.h | 132 #define _TIF_WORK_MASK (_TIF_SYSCALL_TRACE | _TIF_SINGLESTEP | \ macro
|
/linux/arch/microblaze/include/asm/ |
A D | thread_info.h | 133 #define _TIF_WORK_MASK 0x0000FFFE macro
|
/linux/arch/arm64/include/asm/ |
A D | thread_info.h | 102 #define _TIF_WORK_MASK (_TIF_NEED_RESCHED | _TIF_SIGPENDING | \ macro
|
/linux/arch/sh/include/asm/ |
A D | thread_info.h | 140 #define _TIF_WORK_MASK (_TIF_ALLWORK_MASK & ~(_TIF_SYSCALL_TRACE | \ macro
|
/linux/arch/hexagon/kernel/ |
A D | process.c | 164 if (!(thread_info_flags & _TIF_WORK_MASK)) { in do_work_pending()
|
/linux/arch/arm/include/asm/ |
A D | thread_info.h | 178 #define _TIF_WORK_MASK (_TIF_NEED_RESCHED | _TIF_SIGPENDING | \ macro
|
/linux/arch/openrisc/kernel/ |
A D | signal.c | 317 } while (thread_flags & _TIF_WORK_MASK); in do_work_pending()
|
/linux/arch/csky/kernel/ |
A D | entry.S | 158 lrw r9, _TIF_WORK_MASK
|
/linux/arch/arc/kernel/ |
A D | entry.S | 292 and.f 0, r9, _TIF_WORK_MASK
|
/linux/arch/nios2/kernel/ |
A D | entry.S | 293 ANDI32 r11, r10, _TIF_WORK_MASK
|
/linux/arch/h8300/kernel/ |
A D | entry.S | 304 and.l #_TIF_WORK_MASK,er1
|
/linux/arch/arm/kernel/ |
A D | signal.c | 635 } while (thread_flags & _TIF_WORK_MASK); in do_work_pending()
|
/linux/arch/arm64/kernel/ |
A D | entry-common.c | 133 if (unlikely(flags & _TIF_WORK_MASK)) in prepare_exit_to_user_mode()
|