Home
last modified time | relevance | path

Searched refs:TIF_DEBUG (Results 1 – 4 of 4) sorted by relevance

/linux-3.4.99/arch/avr32/kernel/
Docd.c38 if (!child || !test_and_set_tsk_thread_flag(child, TIF_DEBUG)) { in ocd_enable()
65 else if (test_tsk_thread_flag(child, TIF_DEBUG)) in ocd_disable()
69 if (!child || test_and_clear_tsk_thread_flag(child, TIF_DEBUG)) { in ocd_disable()
Dprocess.c356 clear_tsk_thread_flag(p, TIF_DEBUG); in copy_thread()
357 if ((clone_flags & CLONE_PTRACE) && test_thread_flag(TIF_DEBUG)) in copy_thread()
/linux-3.4.99/arch/x86/include/asm/
Dthread_info.h92 #define TIF_DEBUG 21 /* uses debug registers */ macro
115 #define _TIF_DEBUG (1 << TIF_DEBUG)
/linux-3.4.99/arch/avr32/include/asm/
Dthread_info.h88 #define TIF_DEBUG 30 /* debugging enabled */ macro