/linux-6.12.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-6.12.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-6.12.1/arch/nios2/include/asm/ |
D | thread_info.h | 97 #define _TIF_WORK_MASK 0x0000FFFE macro
|
/linux-6.12.1/arch/openrisc/include/asm/ |
D | thread_info.h | 112 #define _TIF_WORK_MASK (0xff & ~(_TIF_SYSCALL_TRACE|_TIF_SINGLESTEP)) macro
|
/linux-6.12.1/arch/arc/include/asm/ |
D | thread_info.h | 95 #define _TIF_WORK_MASK (_TIF_NEED_RESCHED | _TIF_SIGPENDING | \ macro
|
/linux-6.12.1/arch/hexagon/include/asm/ |
D | thread_info.h | 104 #define _TIF_WORK_MASK (0x0000FFFF & ~_TIF_SYSCALL_TRACE) macro
|
/linux-6.12.1/arch/csky/include/asm/ |
D | thread_info.h | 82 #define _TIF_WORK_MASK (_TIF_NEED_RESCHED | _TIF_SIGPENDING | \ macro
|
/linux-6.12.1/arch/xtensa/include/asm/ |
D | thread_info.h | 138 #define _TIF_WORK_MASK (_TIF_SYSCALL_TRACE | _TIF_SINGLESTEP | \ macro
|
/linux-6.12.1/arch/microblaze/include/asm/ |
D | thread_info.h | 127 #define _TIF_WORK_MASK 0x0000FFFE macro
|
/linux-6.12.1/arch/arm64/include/asm/ |
D | thread_info.h | 103 #define _TIF_WORK_MASK (_TIF_NEED_RESCHED | _TIF_SIGPENDING | \ macro
|
/linux-6.12.1/arch/alpha/include/asm/ |
D | thread_info.h | 80 #define _TIF_WORK_MASK (_TIF_SIGPENDING | _TIF_NEED_RESCHED | \ macro
|
/linux-6.12.1/arch/sh/include/asm/ |
D | thread_info.h | 135 #define _TIF_WORK_MASK (_TIF_ALLWORK_MASK & ~(_TIF_SYSCALL_TRACE | \ macro
|
/linux-6.12.1/arch/hexagon/kernel/ |
D | process.c | 159 if (!(thread_info_flags & _TIF_WORK_MASK)) { in do_work_pending()
|
/linux-6.12.1/arch/arm/include/asm/ |
D | thread_info.h | 175 #define _TIF_WORK_MASK (_TIF_NEED_RESCHED | _TIF_SIGPENDING | \ macro
|
/linux-6.12.1/arch/arm64/kernel/ |
D | entry-common.c | 158 } while (thread_flags & _TIF_WORK_MASK); in do_notify_resume() 168 if (unlikely(flags & _TIF_WORK_MASK)) in exit_to_user_mode_prepare()
|
/linux-6.12.1/arch/openrisc/kernel/ |
D | signal.c | 356 } while (thread_flags & _TIF_WORK_MASK); in do_work_pending()
|
D | entry.S | 719 l.andi r30,r30,_TIF_WORK_MASK 942 l.andi r13,r4,_TIF_WORK_MASK
|
/linux-6.12.1/arch/csky/kernel/ |
D | entry.S | 149 lrw r9, _TIF_WORK_MASK
|
/linux-6.12.1/arch/nios2/kernel/ |
D | entry.S | 304 ANDI32 r11, r10, _TIF_WORK_MASK
|
/linux-6.12.1/arch/alpha/kernel/ |
D | entry.S | 497 and $17, _TIF_WORK_MASK, $2
|
D | signal.c | 543 } while (thread_flags & _TIF_WORK_MASK); in do_work_pending()
|
/linux-6.12.1/arch/arm/kernel/ |
D | signal.c | 636 } while (thread_flags & _TIF_WORK_MASK); in do_work_pending()
|
/linux-6.12.1/arch/arm/mm/ |
D | alignment.c | 996 if (!(read_thread_flags() & _TIF_WORK_MASK)) in do_alignment()
|
/linux-6.12.1/arch/xtensa/kernel/ |
D | entry.S | 1945 movi a4, _TIF_WORK_MASK
|