Searched refs:TI_flags (Results 1 – 14 of 14) sorted by relevance
/linux-2.6.39/arch/avr32/mach-at32ap/ |
D | pm-at32ap700x.S | 49 ld.w r9, r8[TI_flags] 53 st.w r8[TI_flags], r9 66 ld.w r9, r8[TI_flags] 68 st.w r8[TI_flags], r9
|
/linux-2.6.39/arch/avr32/kernel/ |
D | entry-avr32b.S | 208 ld.w r1, r0[TI_flags] 231 ld.w r1, r0[TI_flags] 257 ld.w r1, r0[TI_flags] 274 ld.w r1, r0[TI_flags] 281 ld.w r1, r0[TI_flags] 292 ld.w r1, r0[TI_flags] 531 ld.w r1, r0[TI_flags] 550 ld.w r1, r0[TI_flags] 579 ld.w r1, r0[TI_flags] 587 ld.w r1, r0[TI_flags] [all …]
|
D | asm-offsets.c | 16 OFFSET(TI_flags, thread_info, flags); in foo()
|
/linux-2.6.39/arch/x86/ia32/ |
D | ia32entry.S | 155 testl $_TIF_WORK_SYSCALL_ENTRY,TI_flags(%r10) 168 testl $_TIF_ALLWORK_MASK,TI_flags(%r10) 208 testl $(_TIF_ALLWORK_MASK & ~_TIF_SYSCALL_AUDIT),TI_flags(%r10) 223 testl %edi,TI_flags(%r10) 241 testl $(_TIF_WORK_SYSCALL_ENTRY & ~_TIF_SYSCALL_AUDIT),TI_flags(%r10) 314 testl $_TIF_WORK_SYSCALL_ENTRY,TI_flags(%r10) 327 testl $_TIF_ALLWORK_MASK,TI_flags(%r10) 358 testl $(_TIF_WORK_SYSCALL_ENTRY & ~_TIF_SYSCALL_AUDIT),TI_flags(%r10) 425 testl $_TIF_WORK_SYSCALL_ENTRY,TI_flags(%r10)
|
/linux-2.6.39/arch/x86/kernel/ |
D | entry_64.S | 401 LOCK ; btr $TIF_FORK,TI_flags(%r8) 415 testl $_TIF_IA32, TI_flags(%rcx) # 32-bit compat task needs IRET 481 testl $_TIF_WORK_SYSCALL_ENTRY,TI_flags(%rcx) 501 movl TI_flags(%rcx),%edx 585 testl $(_TIF_WORK_SYSCALL_ENTRY & ~_TIF_SYSCALL_AUDIT),TI_flags(%rcx) 621 movl TI_flags(%rcx),%edx 840 movl TI_flags(%rcx),%edx 935 bt $TIF_NEED_RESCHED,TI_flags(%rcx) 1377 movl TI_flags(%rcx),%ebx 1475 movl TI_flags(%rcx),%edx [all …]
|
D | asm-offsets.c | 32 OFFSET(TI_flags, thread_info, flags); in common()
|
D | entry_32.S | 422 testl $_TIF_WORK_SYSCALL_ENTRY,TI_flags(%ebp) 432 movl TI_flags(%ebp), %ecx 447 testl $(_TIF_WORK_SYSCALL_ENTRY & ~_TIF_SYSCALL_AUDIT),TI_flags(%ebp) 475 movl TI_flags(%ebp), %ecx 517 movl TI_flags(%ebp), %ecx 613 movl TI_flags(%ebp), %ecx
|
/linux-2.6.39/arch/cris/include/arch-v10/arch/ |
D | offset.h | 21 #define TI_flags 8 /* offsetof(struct thread_info, flags) */ macro
|
/linux-2.6.39/arch/cris/include/arch-v32/arch/ |
D | offset.h | 23 #define TI_flags 8 /* offsetof(struct thread_info, flags) */ macro
|
/linux-2.6.39/arch/mn10300/kernel/ |
D | entry.S | 71 btst _TIF_SYSCALL_TRACE,(TI_flags,a2) 119 mov (TI_flags,a2),d2
|
D | asm-offsets.c | 27 OFFSET(TI_flags, thread_info, flags); in foo()
|
/linux-2.6.39/arch/avr32/include/asm/ |
D | asm.h | 90 ld.w \scratch, \scratch[TI_flags]
|
/linux-2.6.39/arch/cris/arch-v10/kernel/ |
D | entry.S | 62 move.d [$r0+TI_flags], $r10 102 move.d [$r0+TI_flags], $r10 ; current->work 186 move.d [$r0+TI_flags],$r1
|
/linux-2.6.39/arch/cris/arch-v32/kernel/ |
D | entry.S | 56 addoq +TI_flags, $r0, $acr 218 addoq +TI_flags, $r0, $acr
|