Searched refs:_TIF_WORK_MASK (Results 1 - 51 of 51) sorted by relevance

/linux-4.1.27/arch/avr32/include/asm/
H A 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.1.27/arch/cris/kernel/
H A Dptrace.c66 } while (thread_flags & _TIF_WORK_MASK); do_work_pending()
/linux-4.1.27/arch/frv/include/asm/
H A Dthread_info.h98 #define _TIF_WORK_MASK \ macro
102 #define _TIF_ALLWORK_MASK (_TIF_WORK_MASK | _TIF_SYSCALL_TRACE)
/linux-4.1.27/arch/m32r/include/asm/
H A 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.1.27/arch/alpha/include/asm/
H A Dthread_info.h79 #define _TIF_WORK_MASK (_TIF_SIGPENDING | _TIF_NEED_RESCHED | \ macro
83 #define _TIF_ALLWORK_MASK (_TIF_WORK_MASK \
/linux-4.1.27/arch/arc/include/asm/
H A Dthread_info.h100 #define _TIF_WORK_MASK (_TIF_NEED_RESCHED | _TIF_SIGPENDING | \ macro
106 * syscall, so all that reamins to be tested is _TIF_WORK_MASK
/linux-4.1.27/arch/sh/include/asm/
H A Dthread_info.h107 * - _TIF_ALLWORK_MASK and _TIF_WORK_MASK need to fit within 2 bytes, or
144 #define _TIF_WORK_MASK (_TIF_ALLWORK_MASK & ~(_TIF_SYSCALL_TRACE | \ macro
/linux-4.1.27/arch/mips/include/asm/
H A Dthread_info.h148 #define _TIF_WORK_MASK \ macro
151 #define _TIF_ALLWORK_MASK (_TIF_NOHZ | _TIF_WORK_MASK | \
/linux-4.1.27/arch/mips/kernel/
H A 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.1.27/arch/score/include/asm/
H A Dthread_info.h88 #define _TIF_WORK_MASK (0x0000ffff) macro
/linux-4.1.27/arch/score/kernel/
H A 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.1.27/arch/blackfin/include/asm/
H A Dthread_info.h96 #define _TIF_WORK_MASK 0x0000FFFE /* work to do on interrupt/exception return */ macro
/linux-4.1.27/arch/cris/include/asm/
H A Dthread_info.h80 #define _TIF_WORK_MASK 0x0000FFFE /* work to do on interrupt/exception return */ macro
/linux-4.1.27/arch/xtensa/include/asm/
H A Dthread_info.h120 #define _TIF_WORK_MASK 0x0000FFFE /* work to do on interrupt/exception return */ macro
/linux-4.1.27/arch/unicore32/include/asm/
H A Dthread_info.h135 #define _TIF_WORK_MASK \ macro
/linux-4.1.27/arch/metag/include/asm/
H A Dthread_info.h140 #define _TIF_WORK_MASK (_TIF_ALLWORK_MASK & ~(_TIF_SYSCALL_TRACE | \ macro
/linux-4.1.27/arch/nios2/include/asm/
H A Dthread_info.h107 #define _TIF_WORK_MASK 0x0000FFFE macro
/linux-4.1.27/arch/openrisc/include/asm/
H A Dthread_info.h123 #define _TIF_WORK_MASK (0xff & ~(_TIF_SYSCALL_TRACE|_TIF_SINGLESTEP)) macro
/linux-4.1.27/arch/arm64/include/asm/
H A Dthread_info.h127 #define _TIF_WORK_MASK (_TIF_NEED_RESCHED | _TIF_SIGPENDING | \ macro
/linux-4.1.27/arch/c6x/kernel/
H A Dasm-offsets.c121 DEFINE(_TIF_WORK_MASK, TIF_WORK_MASK); foo()
H A Dentry.S271 MVK .S1 _TIF_WORK_MASK,A1
313 MVK .S1 _TIF_WORK_MASK,A1
/linux-4.1.27/arch/hexagon/include/asm/
H A Dthread_info.h124 #define _TIF_WORK_MASK (0x0000FFFF & ~_TIF_SYSCALL_TRACE) macro
/linux-4.1.27/arch/arm/kernel/
H A Dentry-v7m.S65 tst r2, #_TIF_WORK_MASK
H A Dentry-common.S39 tst r1, #_TIF_WORK_MASK
73 tst r1, #_TIF_WORK_MASK
H A Dsignal.c597 } while (thread_flags & _TIF_WORK_MASK); do_work_pending()
/linux-4.1.27/arch/microblaze/include/asm/
H A Dthread_info.h137 #define _TIF_WORK_MASK 0x0000FFFE macro
/linux-4.1.27/arch/mn10300/include/asm/
H A Dthread_info.h157 #define _TIF_WORK_MASK 0x0000FFFE /* work to do on interrupt/exception return */ macro
/linux-4.1.27/arch/arm/include/asm/
H A Dthread_info.h177 #define _TIF_WORK_MASK (_TIF_NEED_RESCHED | _TIF_SIGPENDING | \ macro
/linux-4.1.27/arch/sh/kernel/
H A Dentry-common.S130 tst #(_TIF_WORK_MASK & 0xff), r0
159 tst #(_TIF_WORK_MASK & 0xff), r0
/linux-4.1.27/arch/blackfin/mach-common/
H A 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.1.27/arch/m32r/kernel/
H A Dentry.S169 and3 r4, r9, #_TIF_WORK_MASK ; is there any work to be done on
233 and3 r4, r9, #_TIF_WORK_MASK ; is there any work to be done other
/linux-4.1.27/arch/metag/kernel/
H A Dsignal.c332 } while (thread_flags & _TIF_WORK_MASK); do_work_pending()
H A Dtraps.c321 if (flags & _TIF_WORK_MASK && tail_end_sys()
/linux-4.1.27/arch/hexagon/kernel/
H A Dprocess.c200 if (!(thread_info_flags & _TIF_WORK_MASK)) { do_work_pending()
/linux-4.1.27/arch/unicore32/kernel/
H A Dentry.S533 cand.a r1, #_TIF_WORK_MASK
564 cand.a r1, #_TIF_WORK_MASK
/linux-4.1.27/arch/arm64/kernel/
H A Dentry.S613 and x2, x1, #_TIF_WORK_MASK
642 and x2, x1, #_TIF_WORK_MASK
/linux-4.1.27/arch/avr32/kernel/
H A Dentry-avr32b.S535 andl r1, _TIF_WORK_MASK, COH
768 andl r1, _TIF_WORK_MASK, COH
/linux-4.1.27/arch/x86/include/asm/
H A Dthread_info.h149 #define _TIF_WORK_MASK \ macro
/linux-4.1.27/arch/openrisc/kernel/
H A Dsignal.c324 } while (thread_flags & _TIF_WORK_MASK); do_work_pending()
H A Dentry.S646 l.andi r30,r30,_TIF_WORK_MASK
859 l.andi r13,r4,_TIF_WORK_MASK
/linux-4.1.27/arch/nios2/kernel/
H A Dentry.S293 ANDI32 r11, r10, _TIF_WORK_MASK
/linux-4.1.27/arch/alpha/kernel/
H A Dentry.S495 and $17, _TIF_WORK_MASK, $2
H A Dsignal.c550 } while (thread_flags & _TIF_WORK_MASK); do_work_pending()
/linux-4.1.27/arch/x86/kernel/
H A Dentry_32.S352 andl $_TIF_WORK_MASK, %ecx # is there any work to be done on
607 andl $_TIF_WORK_MASK, %ecx # is there any work to be done other
H A Dentry_64.S405 1: movl $_TIF_WORK_MASK,%edi
753 movl $_TIF_WORK_MASK,%edi
1386 movl $_TIF_WORK_MASK,%edi
/linux-4.1.27/arch/cris/arch-v10/kernel/
H A Dentry.S111 and.d _TIF_WORK_MASK, $r10 ; is there any work to be done on return
257 and.d _TIF_WORK_MASK, $r1; ignore the syscall trace counter
/linux-4.1.27/arch/mn10300/kernel/
H A Dentry.S134 btst _TIF_WORK_MASK,d2
/linux-4.1.27/arch/arc/kernel/
H A Dentry.S567 and.f 0, r9, _TIF_WORK_MASK
/linux-4.1.27/arch/frv/kernel/
H A Dentry.S1104 andicc gr4,#_TIF_WORK_MASK,gr0,icc0
1124 andicc gr4,#_TIF_WORK_MASK,gr0,icc0
/linux-4.1.27/arch/cris/arch-v32/kernel/
H A Dentry.S124 and.d _TIF_WORK_MASK, $r10 ; Work to be done on return?
/linux-4.1.27/arch/arm/mm/
H A Dalignment.c952 if (!(current_thread_info()->flags & _TIF_WORK_MASK)) do_alignment()

Completed in 816 milliseconds