Home
last modified time | relevance | path

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

12

/arch/avr32/include/asm/
Dthread_info.h104 #define _TIF_WORK_MASK \ macro
113 #define _TIF_ALLWORK_MASK (_TIF_WORK_MASK | (1 << TIF_SYSCALL_TRACE) | \
116 #define _TIF_DBGWORK_MASK (_TIF_WORK_MASK & ~(1 << TIF_BREAKPOINT))
/arch/alpha/include/asm/
Dthread_info.h91 #define _TIF_WORK_MASK (_TIF_SIGPENDING | _TIF_NEED_RESCHED | \ macro
95 #define _TIF_ALLWORK_MASK (_TIF_WORK_MASK \
/arch/mips/include/asm/
Dthread_info.h160 #define _TIF_WORK_MASK \ macro
164 #define _TIF_ALLWORK_MASK (_TIF_WORK_MASK | _TIF_WORK_SYSCALL_EXIT | \
/arch/h8300/include/asm/
Dthread_info.h102 #define _TIF_WORK_MASK 0x0000FFFE /* work to do on interrupt/exception return */ macro
/arch/cris/include/asm/
Dthread_info.h97 #define _TIF_WORK_MASK 0x0000FFFE /* work to do on interrupt/exception return */ macro
/arch/openrisc/include/asm/
Dthread_info.h130 #define _TIF_WORK_MASK (0xff & ~(_TIF_SYSCALL_TRACE|_TIF_SINGLESTEP)) macro
/arch/frv/include/asm/
Dthread_info.h121 #define _TIF_WORK_MASK 0x0000FFFE /* work to do on interrupt/exception return */ macro
/arch/score/include/asm/
Dthread_info.h104 #define _TIF_WORK_MASK (0x0000ffff) macro
/arch/blackfin/include/asm/
Dthread_info.h119 #define _TIF_WORK_MASK 0x0000FFFE /* work to do on interrupt/exception return */ macro
/arch/hexagon/include/asm/
Dthread_info.h147 #define _TIF_WORK_MASK (0x0000FFFF & ~_TIF_SYSCALL_TRACE) macro
/arch/xtensa/include/asm/
Dthread_info.h144 #define _TIF_WORK_MASK 0x0000FFFE /* work to do on interrupt/exception return */ macro
/arch/m32r/include/asm/
Dthread_info.h152 #define _TIF_WORK_MASK 0x0000FFFE /* work to do on interrupt/exception return */ macro
/arch/mips/kernel/
Dentry.S48 andi t0, a2, _TIF_WORK_MASK # (ignoring syscall_trace)
154 andi t0, a2, _TIF_WORK_MASK # is there any work to be done
/arch/mn10300/include/asm/
Dthread_info.h177 #define _TIF_WORK_MASK 0x0000FFFE /* work to do on interrupt/exception return */ macro
/arch/unicore32/include/asm/
Dthread_info.h149 #define _TIF_WORK_MASK 0x000000ff macro
/arch/microblaze/include/asm/
Dthread_info.h147 #define _TIF_WORK_MASK 0x0000FFFE macro
/arch/sh/include/asm/
Dthread_info.h154 #define _TIF_WORK_MASK (_TIF_ALLWORK_MASK & ~(_TIF_SYSCALL_TRACE | \ macro
/arch/arm/include/asm/
Dthread_info.h173 #define _TIF_WORK_MASK (_TIF_NEED_RESCHED | _TIF_SIGPENDING | _TIF_NOTIFY_RESUME) macro
/arch/score/kernel/
Dentry.S255 li r8, _TIF_WORK_MASK
288 li r8, _TIF_WORK_MASK
303 li r8, _TIF_WORK_MASK
445 li r8, _TIF_WORK_MASK
/arch/x86/include/asm/
Dthread_info.h135 #define _TIF_WORK_MASK \ macro
/arch/blackfin/mach-common/
Dentry.S678 r4.l = lo(_TIF_WORK_MASK);
679 r4.h = hi(_TIF_WORK_MASK);
871 r4.l = lo(_TIF_WORK_MASK);
872 r4.h = hi(_TIF_WORK_MASK);
990 r4.l = lo(_TIF_WORK_MASK);
991 r4.h = hi(_TIF_WORK_MASK);
/arch/frv/kernel/
Dentry.S1114 sethi.p %hi(_TIF_WORK_MASK),gr5
1115 setlo %lo(_TIF_WORK_MASK),gr5
1136 sethi.p %hi(_TIF_WORK_MASK),gr5
1137 setlo %lo(_TIF_WORK_MASK),gr5
/arch/c6x/kernel/
Dasm-offsets.c122 DEFINE(_TIF_WORK_MASK, TIF_WORK_MASK); in foo()
/arch/mn10300/kernel/
Dentry.S119 btst _TIF_WORK_MASK,d2
/arch/x86/kernel/
Dentry_64.S670 1: movl $_TIF_WORK_MASK,%edi
875 movl $_TIF_WORK_MASK,%edi
1421 andl $_TIF_WORK_MASK,%ebx
1519 movl $_TIF_WORK_MASK,%edi

12