Searched refs:_TIF_WORK_MASK (Results 1 – 25 of 26) sorted by relevance
12
| /arch/mips/include/asm/ |
| A D | thread_info.h | 165 #define _TIF_WORK_MASK \ macro 169 #define _TIF_ALLWORK_MASK (_TIF_NOHZ | _TIF_WORK_MASK | \
|
| /arch/um/include/asm/ |
| A D | thread_info.h | 59 #define _TIF_WORK_MASK (_TIF_NEED_RESCHED | _TIF_SIGPENDING | _TIF_NOTIFY_SIGNAL | \ macro
|
| /arch/nios2/include/asm/ |
| A D | thread_info.h | 97 #define _TIF_WORK_MASK 0x0000FFFE macro
|
| /arch/mips/kernel/ |
| A 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
|
| /arch/hexagon/include/asm/ |
| A D | thread_info.h | 104 #define _TIF_WORK_MASK (0x0000FFFF & ~_TIF_SYSCALL_TRACE) macro
|
| /arch/openrisc/include/asm/ |
| A D | thread_info.h | 112 #define _TIF_WORK_MASK (0xff & ~(_TIF_SYSCALL_TRACE|_TIF_SINGLESTEP)) macro
|
| /arch/arc/include/asm/ |
| A D | thread_info.h | 95 #define _TIF_WORK_MASK (_TIF_NEED_RESCHED | _TIF_SIGPENDING | \ macro
|
| /arch/csky/include/asm/ |
| A D | thread_info.h | 82 #define _TIF_WORK_MASK (_TIF_NEED_RESCHED | _TIF_SIGPENDING | \ macro
|
| /arch/microblaze/include/asm/ |
| A D | thread_info.h | 127 #define _TIF_WORK_MASK 0x0000FFFE macro
|
| /arch/xtensa/include/asm/ |
| A D | thread_info.h | 138 #define _TIF_WORK_MASK (_TIF_SYSCALL_TRACE | _TIF_SINGLESTEP | \ macro
|
| /arch/sh/include/asm/ |
| A D | thread_info.h | 135 #define _TIF_WORK_MASK (_TIF_ALLWORK_MASK & ~(_TIF_SYSCALL_TRACE | \ macro
|
| /arch/alpha/include/asm/ |
| A D | thread_info.h | 80 #define _TIF_WORK_MASK (_TIF_SIGPENDING | _TIF_NEED_RESCHED | \ macro
|
| /arch/arm64/include/asm/ |
| A D | thread_info.h | 109 #define _TIF_WORK_MASK (_TIF_NEED_RESCHED | _TIF_NEED_RESCHED_LAZY | \ macro
|
| /arch/hexagon/kernel/ |
| A D | process.c | 159 if (!(thread_info_flags & _TIF_WORK_MASK)) { in do_work_pending()
|
| /arch/arm/include/asm/ |
| A D | thread_info.h | 175 #define _TIF_WORK_MASK (_TIF_NEED_RESCHED | _TIF_SIGPENDING | \ macro
|
| /arch/um/kernel/ |
| A D | process.c | 88 while (thread_flags & _TIF_WORK_MASK) { in interrupt_end()
|
| /arch/openrisc/kernel/ |
| A D | signal.c | 358 } while (thread_flags & _TIF_WORK_MASK); in do_work_pending()
|
| A D | entry.S | 725 l.andi r30,r30,_TIF_WORK_MASK 948 l.andi r13,r4,_TIF_WORK_MASK
|
| /arch/csky/kernel/ |
| A D | entry.S | 149 lrw r9, _TIF_WORK_MASK
|
| /arch/arm64/kernel/ |
| A D | entry-common.c | 162 } while (thread_flags & _TIF_WORK_MASK); in do_notify_resume() 172 if (unlikely(flags & _TIF_WORK_MASK)) in exit_to_user_mode_prepare()
|
| /arch/nios2/kernel/ |
| A D | entry.S | 304 ANDI32 r11, r10, _TIF_WORK_MASK
|
| /arch/arm/kernel/ |
| A D | signal.c | 636 } while (thread_flags & _TIF_WORK_MASK); in do_work_pending()
|
| /arch/alpha/kernel/ |
| A D | entry.S | 493 and $17, _TIF_WORK_MASK, $2
|
| A D | signal.c | 543 } while (thread_flags & _TIF_WORK_MASK); in do_work_pending()
|
| /arch/arm/mm/ |
| A D | alignment.c | 996 if (!(read_thread_flags() & _TIF_WORK_MASK)) in do_alignment()
|
Completed in 42 milliseconds
12