/linux-3.4.99/arch/x86/kernel/ |
D | step.c | 119 if (unlikely(test_tsk_thread_flag(child, TIF_SINGLESTEP))) in enable_single_step() 153 return test_tsk_thread_flag(child, TIF_FORCED_TF); in enable_single_step() 201 else if (test_tsk_thread_flag(child, TIF_BLOCKSTEP)) in enable_step() 220 if (test_tsk_thread_flag(child, TIF_BLOCKSTEP)) in user_disable_single_step()
|
D | process.c | 220 if (test_tsk_thread_flag(prev_p, TIF_BLOCKSTEP) ^ in __switch_to_xtra() 221 test_tsk_thread_flag(next_p, TIF_BLOCKSTEP)) { in __switch_to_xtra() 225 if (test_tsk_thread_flag(next_p, TIF_BLOCKSTEP)) in __switch_to_xtra() 231 if (test_tsk_thread_flag(prev_p, TIF_NOTSC) ^ in __switch_to_xtra() 232 test_tsk_thread_flag(next_p, TIF_NOTSC)) { in __switch_to_xtra() 234 if (test_tsk_thread_flag(next_p, TIF_NOTSC)) in __switch_to_xtra() 240 if (test_tsk_thread_flag(next_p, TIF_IO_BITMAP)) { in __switch_to_xtra() 247 } else if (test_tsk_thread_flag(prev_p, TIF_IO_BITMAP)) { in __switch_to_xtra()
|
D | ptrace.c | 366 if (test_tsk_thread_flag(task, TIF_IA32)) in set_segment_reg() 374 if (test_tsk_thread_flag(task, TIF_IA32)) in set_segment_reg() 392 if (test_tsk_thread_flag(task, TIF_FORCED_TF)) in get_flags() 409 else if (test_tsk_thread_flag(task, TIF_FORCED_TF)) in set_flags() 1438 if (test_tsk_thread_flag(task, TIF_IA32)) in task_user_regset_view()
|
D | process_64.c | 194 if (unlikely(test_tsk_thread_flag(me, TIF_IO_BITMAP))) { in copy_thread() 554 return (test_tsk_thread_flag(task, TIF_IA32)) ? in KSTK_ESP()
|
D | process_32.c | 165 if (unlikely(test_tsk_thread_flag(tsk, TIF_IO_BITMAP))) { in copy_thread()
|
/linux-3.4.99/arch/s390/include/asm/ |
D | syscall.h | 29 return test_tsk_thread_flag(task, TIF_SYSCALL) ? in syscall_get_nr() 67 if (test_tsk_thread_flag(task, TIF_31BIT)) in syscall_get_arguments()
|
/linux-3.4.99/arch/sparc/kernel/ |
D | sigutil_32.c | 18 if (test_tsk_thread_flag(current, TIF_USEDFPU)) { in save_fpu_state() 52 if (test_tsk_thread_flag(current, TIF_USEDFPU)) in restore_fpu_state()
|
D | ptrace_64.c | 154 if (test_tsk_thread_flag(current, TIF_32BIT)) { in regwindow64_get() 179 if (test_tsk_thread_flag(current, TIF_32BIT)) { in regwindow64_set() 841 if (test_tsk_thread_flag(task, TIF_32BIT)) in task_user_regset_view()
|
D | traps_32.c | 246 if (!test_tsk_thread_flag(fpt, TIF_USEDFPU)) {
|
/linux-3.4.99/include/linux/ |
D | user-return-notifier.h | 21 if (test_tsk_thread_flag(prev, TIF_USER_RETURN_NOTIFY)) { in propagate_user_return_notify()
|
D | sched.h | 2570 static inline int test_tsk_thread_flag(struct task_struct *tsk, int flag) in test_tsk_thread_flag() function 2587 return unlikely(test_tsk_thread_flag(tsk,TIF_NEED_RESCHED)); in test_tsk_need_resched() 2598 return unlikely(test_tsk_thread_flag(p,TIF_SIGPENDING)); in signal_pending()
|
/linux-3.4.99/arch/x86/um/ |
D | ptrace_64.c | 59 if (test_tsk_thread_flag(child, TIF_IA32)) in putreg() 136 if (test_tsk_thread_flag(child, TIF_IA32)) in getreg()
|
/linux-3.4.99/arch/sparc/include/asm/ |
D | switch_to_32.h | 18 if (test_tsk_thread_flag(prv, TIF_USEDFPU)) { \
|
D | syscall.h | 102 if (test_tsk_thread_flag(task, TIF_32BIT)) in syscall_get_arguments()
|
D | processor_64.h | 43 (test_tsk_thread_flag(tsk,TIF_32BIT) ? \
|
/linux-3.4.99/arch/powerpc/include/asm/ |
D | syscall.h | 67 if (test_tsk_thread_flag(task, TIF_32BIT)) { in syscall_get_arguments()
|
D | processor.h | 112 #define TASK_SIZE_OF(tsk) (test_tsk_thread_flag(tsk, TIF_32BIT) ? \
|
/linux-3.4.99/arch/avr32/kernel/ |
D | ocd.c | 65 else if (test_tsk_thread_flag(child, TIF_DEBUG)) in ocd_disable()
|
/linux-3.4.99/drivers/staging/android/ |
D | lowmemorykiller.c | 119 if (test_tsk_thread_flag(p, TIF_MEMDIE) && in lowmem_shrink()
|
/linux-3.4.99/arch/mips/include/asm/ |
D | processor.h | 79 (test_tsk_thread_flag(tsk, TIF_32BIT_ADDR) ? TASK_SIZE32 : TASK_SIZE64)
|
/linux-3.4.99/arch/powerpc/mm/ |
D | stab.c | 213 if (test_tsk_thread_flag(tsk, TIF_32BIT)) in switch_stab()
|
/linux-3.4.99/arch/um/kernel/ |
D | process.c | 117 if (test_tsk_thread_flag(current, TIF_SIGPENDING)) in interrupt_end()
|
/linux-3.4.99/arch/mips/kernel/ |
D | ptrace.c | 228 if (test_tsk_thread_flag(child, TIF_32BIT_ADDR)) { in ptrace_set_watch_regs()
|
/linux-3.4.99/arch/s390/mm/ |
D | fault.c | 297 if (test_tsk_thread_flag(current, TIF_SIE) && S390_lowcore.gmap) { in do_exception()
|
/linux-3.4.99/mm/ |
D | oom_kill.c | 336 if (test_tsk_thread_flag(p, TIF_MEMDIE)) { in select_bad_process()
|