/Linux-v6.1/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-v6.1/arch/mips/include/asm/ |
D | thread_info.h | 165 #define _TIF_WORK_MASK \ macro 169 #define _TIF_ALLWORK_MASK (_TIF_NOHZ | _TIF_WORK_MASK | \
|
/Linux-v6.1/arch/mips/kernel/ |
D | entry.S | 51 andi t0, a2, _TIF_WORK_MASK # (ignoring syscall_trace) 132 andi t0, a2, _TIF_WORK_MASK # is there any work to be done
|
/Linux-v6.1/arch/nios2/include/asm/ |
D | thread_info.h | 97 #define _TIF_WORK_MASK 0x0000FFFE macro
|
/Linux-v6.1/arch/hexagon/include/asm/ |
D | thread_info.h | 104 #define _TIF_WORK_MASK (0x0000FFFF & ~_TIF_SYSCALL_TRACE) macro
|
/Linux-v6.1/arch/arc/include/asm/ |
D | thread_info.h | 95 #define _TIF_WORK_MASK (_TIF_NEED_RESCHED | _TIF_SIGPENDING | \ macro
|
/Linux-v6.1/arch/openrisc/include/asm/ |
D | thread_info.h | 112 #define _TIF_WORK_MASK (0xff & ~(_TIF_SYSCALL_TRACE|_TIF_SINGLESTEP)) macro
|
/Linux-v6.1/arch/riscv/include/asm/ |
D | thread_info.h | 114 #define _TIF_WORK_MASK \ macro
|
/Linux-v6.1/arch/csky/include/asm/ |
D | thread_info.h | 82 #define _TIF_WORK_MASK (_TIF_NEED_RESCHED | _TIF_SIGPENDING | \ macro
|
/Linux-v6.1/arch/xtensa/include/asm/ |
D | thread_info.h | 138 #define _TIF_WORK_MASK (_TIF_SYSCALL_TRACE | _TIF_SINGLESTEP | \ macro
|
/Linux-v6.1/arch/microblaze/include/asm/ |
D | thread_info.h | 127 #define _TIF_WORK_MASK 0x0000FFFE macro
|
/Linux-v6.1/arch/sh/include/asm/ |
D | thread_info.h | 138 #define _TIF_WORK_MASK (_TIF_ALLWORK_MASK & ~(_TIF_SYSCALL_TRACE | \ macro
|
/Linux-v6.1/arch/arm64/include/asm/ |
D | thread_info.h | 104 #define _TIF_WORK_MASK (_TIF_NEED_RESCHED | _TIF_SIGPENDING | \ macro
|
/Linux-v6.1/arch/hexagon/kernel/ |
D | process.c | 158 if (!(thread_info_flags & _TIF_WORK_MASK)) { in do_work_pending()
|
/Linux-v6.1/arch/arm/include/asm/ |
D | thread_info.h | 159 #define _TIF_WORK_MASK (_TIF_NEED_RESCHED | _TIF_SIGPENDING | \ macro
|
/Linux-v6.1/arch/openrisc/kernel/ |
D | signal.c | 317 } while (thread_flags & _TIF_WORK_MASK); in do_work_pending()
|
D | entry.S | 721 l.andi r30,r30,_TIF_WORK_MASK 936 l.andi r13,r4,_TIF_WORK_MASK
|
/Linux-v6.1/arch/csky/kernel/ |
D | entry.S | 158 lrw r9, _TIF_WORK_MASK
|
/Linux-v6.1/arch/arc/kernel/ |
D | entry.S | 293 and.f 0, r9, _TIF_WORK_MASK
|
/Linux-v6.1/arch/nios2/kernel/ |
D | entry.S | 304 ANDI32 r11, r10, _TIF_WORK_MASK
|
/Linux-v6.1/arch/arm/kernel/ |
D | signal.c | 635 } while (thread_flags & _TIF_WORK_MASK); in do_work_pending()
|
/Linux-v6.1/arch/arm64/kernel/ |
D | entry-common.c | 136 if (unlikely(flags & _TIF_WORK_MASK)) in prepare_exit_to_user_mode()
|
/Linux-v6.1/arch/alpha/kernel/ |
D | signal.c | 539 } while (thread_flags & _TIF_WORK_MASK); in do_work_pending()
|
D | entry.S | 495 and $17, _TIF_WORK_MASK, $2
|
/Linux-v6.1/arch/arm/mm/ |
D | alignment.c | 996 if (!(read_thread_flags() & _TIF_WORK_MASK)) in do_alignment()
|