/Linux-v5.4/arch/alpha/include/asm/ |
D | thread_info.h | 77 #define _TIF_WORK_MASK (_TIF_SIGPENDING | _TIF_NEED_RESCHED | \ macro 81 #define _TIF_ALLWORK_MASK (_TIF_WORK_MASK \
|
/Linux-v5.4/arch/mips/include/asm/ |
D | thread_info.h | 147 #define _TIF_WORK_MASK \ macro 151 #define _TIF_ALLWORK_MASK (_TIF_NOHZ | _TIF_WORK_MASK | \
|
/Linux-v5.4/arch/mips/kernel/ |
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-v5.4/arch/riscv/include/asm/ |
D | thread_info.h | 86 #define _TIF_WORK_MASK \ macro
|
/Linux-v5.4/arch/nios2/include/asm/ |
D | thread_info.h | 104 #define _TIF_WORK_MASK 0x0000FFFE macro
|
/Linux-v5.4/arch/arc/include/asm/ |
D | thread_info.h | 95 #define _TIF_WORK_MASK (_TIF_NEED_RESCHED | _TIF_SIGPENDING | \ macro
|
/Linux-v5.4/arch/nds32/include/asm/ |
D | thread_info.h | 69 #define _TIF_WORK_MASK 0x000000ff macro
|
/Linux-v5.4/arch/nds32/kernel/ |
D | ex-exit.S | 109 andi $p1, $r1, #_TIF_WORK_MASK 143 andi $p1, $r1, #_TIF_WORK_MASK
|
/Linux-v5.4/arch/hexagon/include/asm/ |
D | thread_info.h | 108 #define _TIF_WORK_MASK (0x0000FFFF & ~_TIF_SYSCALL_TRACE) macro
|
/Linux-v5.4/arch/openrisc/include/asm/ |
D | thread_info.h | 117 #define _TIF_WORK_MASK (0xff & ~(_TIF_SYSCALL_TRACE|_TIF_SINGLESTEP)) macro
|
/Linux-v5.4/arch/h8300/include/asm/ |
D | thread_info.h | 98 #define _TIF_WORK_MASK (_TIF_ALLWORK_MASK & ~(_TIF_SYSCALL_TRACE | \ macro
|
/Linux-v5.4/arch/xtensa/include/asm/ |
D | thread_info.h | 121 #define _TIF_WORK_MASK (_TIF_SYSCALL_TRACE | _TIF_SINGLESTEP | \ macro
|
/Linux-v5.4/arch/arm64/include/asm/ |
D | thread_info.h | 97 #define _TIF_WORK_MASK (_TIF_NEED_RESCHED | _TIF_SIGPENDING | \ macro
|
/Linux-v5.4/arch/arm/kernel/ |
D | entry-v7m.S | 62 tst r2, #_TIF_WORK_MASK
|
D | entry-common.S | 56 tst r1, #_TIF_SYSCALL_WORK | _TIF_WORK_MASK 93 tst r1, #_TIF_SYSCALL_WORK | _TIF_WORK_MASK 134 tst r1, #_TIF_WORK_MASK
|
/Linux-v5.4/arch/microblaze/include/asm/ |
D | thread_info.h | 134 #define _TIF_WORK_MASK 0x0000FFFE macro
|
/Linux-v5.4/arch/unicore32/include/asm/ |
D | thread_info.h | 129 #define _TIF_WORK_MASK \ macro
|
/Linux-v5.4/arch/sh/include/asm/ |
D | thread_info.h | 142 #define _TIF_WORK_MASK (_TIF_ALLWORK_MASK & ~(_TIF_SYSCALL_TRACE | \ macro
|
/Linux-v5.4/arch/hexagon/kernel/ |
D | process.c | 175 if (!(thread_info_flags & _TIF_WORK_MASK)) { in do_work_pending()
|
/Linux-v5.4/arch/arm/include/asm/ |
D | thread_info.h | 166 #define _TIF_WORK_MASK (_TIF_NEED_RESCHED | _TIF_SIGPENDING | \ macro
|
/Linux-v5.4/arch/c6x/kernel/ |
D | asm-offsets.c | 121 DEFINE(_TIF_WORK_MASK, TIF_WORK_MASK); in foo()
|
/Linux-v5.4/arch/openrisc/kernel/ |
D | signal.c | 320 } while (thread_flags & _TIF_WORK_MASK); in do_work_pending()
|
/Linux-v5.4/arch/arc/kernel/ |
D | entry.S | 289 and.f 0, r9, _TIF_WORK_MASK
|
/Linux-v5.4/arch/nios2/kernel/ |
D | entry.S | 293 ANDI32 r11, r10, _TIF_WORK_MASK
|
/Linux-v5.4/arch/riscv/kernel/ |
D | entry.S | 255 andi s1, s0, _TIF_WORK_MASK
|