Home
last modified time | relevance | path

Searched refs:_TIF_WORK_MASK (Results 1 – 47 of 47) sorted by relevance

/linux-4.4.14/arch/avr32/include/asm/
Dthread_info.h92 #define _TIF_WORK_MASK \ macro
99 #define _TIF_ALLWORK_MASK (_TIF_WORK_MASK | _TIF_SYSCALL_TRACE)
101 #define _TIF_DBGWORK_MASK (_TIF_WORK_MASK & ~_TIF_BREAKPOINT)
/linux-4.4.14/arch/frv/include/asm/
Dthread_info.h98 #define _TIF_WORK_MASK \ macro
102 #define _TIF_ALLWORK_MASK (_TIF_WORK_MASK | _TIF_SYSCALL_TRACE)
/linux-4.4.14/arch/m32r/include/asm/
Dthread_info.h114 #define _TIF_WORK_MASK (_TIF_SIGPENDING | _TIF_NEED_RESCHED | _TIF_NOTIFY_RESUME) macro
115 #define _TIF_ALLWORK_MASK (_TIF_WORK_MASK | _TIF_SYSCALL_TRACE)
/linux-4.4.14/arch/alpha/include/asm/
Dthread_info.h79 #define _TIF_WORK_MASK (_TIF_SIGPENDING | _TIF_NEED_RESCHED | \ macro
83 #define _TIF_ALLWORK_MASK (_TIF_WORK_MASK \
/linux-4.4.14/arch/mips/include/asm/
Dthread_info.h150 #define _TIF_WORK_MASK \ macro
154 #define _TIF_ALLWORK_MASK (_TIF_NOHZ | _TIF_WORK_MASK | \
/linux-4.4.14/arch/mips/kernel/
Dentry.S56 andi t0, a2, _TIF_WORK_MASK # (ignoring syscall_trace)
146 andi t0, a2, _TIF_WORK_MASK # is there any work to be done
/linux-4.4.14/arch/cris/include/asm/
Dthread_info.h80 #define _TIF_WORK_MASK 0x0000FFFE /* work to do on interrupt/exception return */ macro
/linux-4.4.14/arch/cris/kernel/
Dptrace.c66 } while (thread_flags & _TIF_WORK_MASK); in do_work_pending()
/linux-4.4.14/arch/score/include/asm/
Dthread_info.h88 #define _TIF_WORK_MASK (0x0000ffff) macro
/linux-4.4.14/arch/blackfin/include/asm/
Dthread_info.h96 #define _TIF_WORK_MASK 0x0000FFFE /* work to do on interrupt/exception return */ macro
/linux-4.4.14/arch/arc/include/asm/
Dthread_info.h101 #define _TIF_WORK_MASK (_TIF_NEED_RESCHED | _TIF_SIGPENDING | \ macro
/linux-4.4.14/arch/nios2/include/asm/
Dthread_info.h107 #define _TIF_WORK_MASK 0x0000FFFE macro
/linux-4.4.14/arch/openrisc/include/asm/
Dthread_info.h123 #define _TIF_WORK_MASK (0xff & ~(_TIF_SYSCALL_TRACE|_TIF_SINGLESTEP)) macro
/linux-4.4.14/arch/hexagon/include/asm/
Dthread_info.h124 #define _TIF_WORK_MASK (0x0000FFFF & ~_TIF_SYSCALL_TRACE) macro
/linux-4.4.14/arch/h8300/include/asm/
Dthread_info.h104 #define _TIF_WORK_MASK (_TIF_ALLWORK_MASK & ~(_TIF_SYSCALL_TRACE | \ macro
/linux-4.4.14/arch/xtensa/include/asm/
Dthread_info.h120 #define _TIF_WORK_MASK 0x0000FFFE /* work to do on interrupt/exception return */ macro
/linux-4.4.14/arch/arm64/include/asm/
Dthread_info.h128 #define _TIF_WORK_MASK (_TIF_NEED_RESCHED | _TIF_SIGPENDING | \ macro
/linux-4.4.14/arch/metag/include/asm/
Dthread_info.h140 #define _TIF_WORK_MASK (_TIF_ALLWORK_MASK & ~(_TIF_SYSCALL_TRACE | \ macro
/linux-4.4.14/arch/arm/kernel/
Dentry-common.S39 tst r1, #_TIF_SYSCALL_WORK | _TIF_WORK_MASK
65 tst r1, #_TIF_SYSCALL_WORK | _TIF_WORK_MASK
97 tst r1, #_TIF_WORK_MASK
Dentry-v7m.S65 tst r2, #_TIF_WORK_MASK
Dsignal.c601 } while (thread_flags & _TIF_WORK_MASK); in do_work_pending()
/linux-4.4.14/arch/score/kernel/
Dentry.S255 li r8, _TIF_WORK_MASK
295 li r8, _TIF_WORK_MASK
310 li r8, _TIF_WORK_MASK
452 li r8, _TIF_WORK_MASK
/linux-4.4.14/arch/mn10300/include/asm/
Dthread_info.h157 #define _TIF_WORK_MASK 0x0000FFFE /* work to do on interrupt/exception return */ macro
/linux-4.4.14/arch/unicore32/include/asm/
Dthread_info.h135 #define _TIF_WORK_MASK \ macro
/linux-4.4.14/arch/microblaze/include/asm/
Dthread_info.h137 #define _TIF_WORK_MASK 0x0000FFFE macro
/linux-4.4.14/arch/hexagon/kernel/
Dprocess.c200 if (!(thread_info_flags & _TIF_WORK_MASK)) { in do_work_pending()
/linux-4.4.14/arch/arm/include/asm/
Dthread_info.h169 #define _TIF_WORK_MASK (_TIF_NEED_RESCHED | _TIF_SIGPENDING | \ macro
/linux-4.4.14/arch/sh/include/asm/
Dthread_info.h144 #define _TIF_WORK_MASK (_TIF_ALLWORK_MASK & ~(_TIF_SYSCALL_TRACE | \ macro
/linux-4.4.14/arch/blackfin/mach-common/
Dentry.S616 r4.l = lo(_TIF_WORK_MASK);
617 r4.h = hi(_TIF_WORK_MASK);
807 r4.l = lo(_TIF_WORK_MASK);
808 r4.h = hi(_TIF_WORK_MASK);
926 r4.l = lo(_TIF_WORK_MASK);
927 r4.h = hi(_TIF_WORK_MASK);
/linux-4.4.14/arch/openrisc/kernel/
Dsignal.c324 } while (thread_flags & _TIF_WORK_MASK); in do_work_pending()
Dentry.S646 l.andi r30,r30,_TIF_WORK_MASK
859 l.andi r13,r4,_TIF_WORK_MASK
/linux-4.4.14/arch/c6x/kernel/
Dasm-offsets.c121 DEFINE(_TIF_WORK_MASK, TIF_WORK_MASK); in foo()
Dentry.S313 MVK .S1 _TIF_WORK_MASK,A1
/linux-4.4.14/arch/metag/kernel/
Dsignal.c332 } while (thread_flags & _TIF_WORK_MASK); in do_work_pending()
Dtraps.c321 if (flags & _TIF_WORK_MASK && in tail_end_sys()
/linux-4.4.14/arch/frv/kernel/
Dentry.S1104 andicc gr4,#_TIF_WORK_MASK,gr0,icc0
1124 andicc gr4,#_TIF_WORK_MASK,gr0,icc0
/linux-4.4.14/arch/arm64/kernel/
Dentry.S615 and x2, x1, #_TIF_WORK_MASK
645 and x2, x1, #_TIF_WORK_MASK
/linux-4.4.14/arch/avr32/kernel/
Dentry-avr32b.S535 andl r1, _TIF_WORK_MASK, COH
768 andl r1, _TIF_WORK_MASK, COH
/linux-4.4.14/arch/arc/kernel/
Dentry.S300 and.f 0, r9, _TIF_WORK_MASK
/linux-4.4.14/arch/nios2/kernel/
Dentry.S293 ANDI32 r11, r10, _TIF_WORK_MASK
/linux-4.4.14/arch/unicore32/kernel/
Dentry.S533 cand.a r1, #_TIF_WORK_MASK
564 cand.a r1, #_TIF_WORK_MASK
/linux-4.4.14/arch/h8300/kernel/
Dentry.S298 and.l #_TIF_WORK_MASK,er1
/linux-4.4.14/arch/mn10300/kernel/
Dentry.S134 btst _TIF_WORK_MASK,d2
/linux-4.4.14/arch/arm/mm/
Dalignment.c972 if (!(current_thread_info()->flags & _TIF_WORK_MASK)) in do_alignment()
/linux-4.4.14/arch/alpha/kernel/
Dsignal.c550 } while (thread_flags & _TIF_WORK_MASK); in do_work_pending()
Dentry.S494 and $17, _TIF_WORK_MASK, $2
/linux-4.4.14/arch/cris/arch-v10/kernel/
Dentry.S111 and.d _TIF_WORK_MASK, $r10 ; is there any work to be done on return