Searched refs:TI_flags (Results 1 – 14 of 14) sorted by relevance
/linux-4.1.27/arch/avr32/mach-at32ap/ |
D | pm-at32ap700x.S | 42 ld.w r9, r8[TI_flags] 46 st.w r8[TI_flags], r9 59 ld.w r9, r8[TI_flags] 61 st.w r8[TI_flags], r9
|
/linux-4.1.27/arch/x86/ia32/ |
D | ia32entry.S | 169 testl $_TIF_WORK_SYSCALL_ENTRY, ASM_THREAD_INFO(TI_flags, %rsp, SIZEOF_PTREGS) 186 testl $_TIF_ALLWORK_MASK, ASM_THREAD_INFO(TI_flags, %rsp, SIZEOF_PTREGS) 261 testl $(_TIF_ALLWORK_MASK & ~_TIF_SYSCALL_AUDIT), ASM_THREAD_INFO(TI_flags, %rsp, SIZEOF_PTREGS) 276 testl %edi, ASM_THREAD_INFO(TI_flags, %rsp, SIZEOF_PTREGS) 298 …testl $(_TIF_WORK_SYSCALL_ENTRY & ~_TIF_SYSCALL_AUDIT), ASM_THREAD_INFO(TI_flags, %rsp, SIZEOF_PTR… 392 testl $_TIF_WORK_SYSCALL_ENTRY, ASM_THREAD_INFO(TI_flags, %rsp, SIZEOF_PTREGS) 409 testl $_TIF_ALLWORK_MASK, ASM_THREAD_INFO(TI_flags, %rsp, SIZEOF_PTREGS) 454 …testl $(_TIF_WORK_SYSCALL_ENTRY & ~_TIF_SYSCALL_AUDIT), ASM_THREAD_INFO(TI_flags, %rsp, SIZEOF_PTR… 533 testl $_TIF_WORK_SYSCALL_ENTRY, ASM_THREAD_INFO(TI_flags, %rsp, SIZEOF_PTREGS)
|
/linux-4.1.27/arch/avr32/kernel/ |
D | entry-avr32b.S | 208 ld.w r1, r0[TI_flags] 231 ld.w r1, r0[TI_flags] 276 ld.w r1, r0[TI_flags] 283 ld.w r1, r0[TI_flags] 294 ld.w r1, r0[TI_flags] 534 ld.w r1, r0[TI_flags] 553 ld.w r1, r0[TI_flags] 582 ld.w r1, r0[TI_flags] 590 ld.w r1, r0[TI_flags] 601 ld.w r1, r0[TI_flags] [all …]
|
D | asm-offsets.c | 15 OFFSET(TI_flags, thread_info, flags); in foo()
|
/linux-4.1.27/arch/cris/include/arch-v10/arch/ |
D | offset.h | 21 #define TI_flags 8 /* offsetof(struct thread_info, flags) */ macro
|
/linux-4.1.27/arch/cris/include/arch-v32/arch/ |
D | offset.h | 23 #define TI_flags 8 /* offsetof(struct thread_info, flags) */ macro
|
/linux-4.1.27/arch/x86/kernel/ |
D | entry_64.S | 249 testl $_TIF_WORK_SYSCALL_ENTRY, ASM_THREAD_INFO(TI_flags, %rsp, SIZEOF_PTREGS) 282 testl $_TIF_ALLWORK_MASK, ASM_THREAD_INFO(TI_flags, %rsp, SIZEOF_PTREGS) 363 movl TI_flags(%rcx),%edx 616 LOCK ; btr $TIF_FORK,TI_flags(%r8) 756 movl TI_flags(%rcx),%edx 1385 movl TI_flags(%rcx),%edx
|
D | asm-offsets.c | 32 OFFSET(TI_flags, thread_info, flags); in common()
|
D | entry_32.S | 425 testl $_TIF_WORK_SYSCALL_ENTRY,TI_flags(%ebp) 436 movl TI_flags(%ebp), %ecx 451 testl $(_TIF_WORK_SYSCALL_ENTRY & ~_TIF_SYSCALL_AUDIT),TI_flags(%ebp) 476 movl TI_flags(%ebp), %ecx 514 movl TI_flags(%ebp), %ecx 606 movl TI_flags(%ebp), %ecx
|
/linux-4.1.27/arch/avr32/include/asm/ |
D | asm.h | 90 ld.w \scratch, \scratch[TI_flags]
|
/linux-4.1.27/arch/mn10300/kernel/ |
D | entry.S | 80 btst _TIF_SYSCALL_TRACE,(TI_flags,a2) 133 mov (TI_flags,a2),d2 184 btst _TIF_NEED_RESCHED,(TI_flags,a2)
|
D | asm-offsets.c | 26 OFFSET(TI_flags, thread_info, flags); in foo()
|
/linux-4.1.27/arch/cris/arch-v10/kernel/ |
D | entry.S | 63 move.d [$r0+TI_flags], $r10 110 move.d [$r0+TI_flags], $r10 ; current->work 194 move.d [$r0+TI_flags],$r1
|
/linux-4.1.27/arch/cris/arch-v32/kernel/ |
D | entry.S | 57 addoq +TI_flags, $r0, $acr 234 addoq +TI_flags, $r0, $acr
|