Searched refs:TIF_SYSCALL_TRACE (Results 1 - 25 of 63) sorted by relevance

123

/arch/h8300/include/asm/
H A Dthread_info.h85 #define TIF_SYSCALL_TRACE 0 /* syscall trace active */ macro
95 #define _TIF_SYSCALL_TRACE (1<<TIF_SYSCALL_TRACE)
/arch/avr32/include/asm/
H A Dthread_info.h77 #define TIF_SYSCALL_TRACE 0 /* syscall trace active */ macro
91 #define _TIF_SYSCALL_TRACE (1 << TIF_SYSCALL_TRACE)
113 #define _TIF_ALLWORK_MASK (_TIF_WORK_MASK | (1 << TIF_SYSCALL_TRACE) | \
/arch/blackfin/include/asm/
H A Dthread_info.h96 #define TIF_SYSCALL_TRACE 0 /* syscall trace active */ macro
109 #define _TIF_SYSCALL_TRACE (1<<TIF_SYSCALL_TRACE)
/arch/cris/include/asm/
H A Dthread_info.h82 #define TIF_SYSCALL_TRACE 0 /* syscall trace active */ macro
90 #define _TIF_SYSCALL_TRACE (1<<TIF_SYSCALL_TRACE)
/arch/frv/include/asm/
H A Dthread_info.h106 #define TIF_SYSCALL_TRACE 0 /* syscall trace active */ macro
115 #define _TIF_SYSCALL_TRACE (1 << TIF_SYSCALL_TRACE)
/arch/hexagon/include/asm/
H A Dthread_info.h126 #define TIF_SYSCALL_TRACE 0 /* syscall trace active */ macro
137 #define _TIF_SYSCALL_TRACE (1 << TIF_SYSCALL_TRACE)
146 /* work to do on interrupt/exception return - All but TIF_SYSCALL_TRACE */
/arch/openrisc/include/asm/
H A Dthread_info.h106 #define TIF_SYSCALL_TRACE 0 /* syscall trace active */ macro
119 #define _TIF_SYSCALL_TRACE (1<<TIF_SYSCALL_TRACE)
/arch/parisc/include/asm/
H A Dthread_info.h55 #define TIF_SYSCALL_TRACE 0 /* syscall trace active */ macro
66 #define _TIF_SYSCALL_TRACE (1 << TIF_SYSCALL_TRACE)
/arch/s390/include/asm/
H A Dthread_info.h94 #define TIF_SYSCALL_TRACE 8 /* syscall trace active */ macro
113 #define _TIF_SYSCALL_TRACE (1<<TIF_SYSCALL_TRACE)
/arch/score/include/asm/
H A Dthread_info.h88 #define TIF_SYSCALL_TRACE 0 /* syscall trace active */ macro
97 #define _TIF_SYSCALL_TRACE (1<<TIF_SYSCALL_TRACE)
/arch/um/include/asm/
H A Dthread_info.h65 #define TIF_SYSCALL_TRACE 0 /* syscall trace active */ macro
75 #define _TIF_SYSCALL_TRACE (1 << TIF_SYSCALL_TRACE)
/arch/microblaze/kernel/
H A Dptrace.c141 if (test_thread_flag(TIF_SYSCALL_TRACE) &&
163 if (step || test_thread_flag(TIF_SYSCALL_TRACE))
170 if (!test_thread_flag(TIF_SYSCALL_TRACE))
/arch/m68k/include/asm/
H A Dthread_info.h77 #define TIF_SYSCALL_TRACE 15 /* syscall trace active */ macro
/arch/alpha/include/asm/
H A Dthread_info.h69 * TIF_SYSCALL_TRACE is known to be 0 via blbs.
71 #define TIF_SYSCALL_TRACE 0 /* syscall trace active */ macro
83 #define _TIF_SYSCALL_TRACE (1<<TIF_SYSCALL_TRACE)
/arch/m32r/include/asm/
H A Dthread_info.h131 #define TIF_SYSCALL_TRACE 0 /* syscall trace active */ macro
142 #define _TIF_SYSCALL_TRACE (1<<TIF_SYSCALL_TRACE)
/arch/microblaze/include/asm/
H A Dthread_info.h118 #define TIF_SYSCALL_TRACE 0 /* syscall trace active */ macro
132 #define _TIF_SYSCALL_TRACE (1 << TIF_SYSCALL_TRACE)
/arch/mips/include/asm/
H A Dthread_info.h126 #define TIF_SYSCALL_TRACE 31 /* syscall trace active */ macro
134 #define _TIF_SYSCALL_TRACE (1<<TIF_SYSCALL_TRACE)
/arch/mn10300/include/asm/
H A Dthread_info.h160 #define TIF_SYSCALL_TRACE 0 /* syscall trace active */ macro
169 #define _TIF_SYSCALL_TRACE +(1 << TIF_SYSCALL_TRACE)
/arch/sh/include/asm/
H A Dthread_info.h115 #define TIF_SYSCALL_TRACE 0 /* syscall trace active */ macro
126 #define _TIF_SYSCALL_TRACE (1 << TIF_SYSCALL_TRACE)
/arch/sparc/include/asm/
H A Dthread_info_32.h126 #define TIF_SYSCALL_TRACE 0 /* syscall trace active */ macro
138 #define _TIF_SYSCALL_TRACE (1<<TIF_SYSCALL_TRACE)
/arch/tile/include/asm/
H A Dthread_info.h129 #define TIF_SYSCALL_TRACE 4 /* syscall trace active */ macro
139 #define _TIF_SYSCALL_TRACE (1<<TIF_SYSCALL_TRACE)
/arch/unicore32/include/asm/
H A Dthread_info.h128 * TIF_SYSCALL_TRACE - syscall trace active
136 #define TIF_SYSCALL_TRACE 8 macro
143 #define _TIF_SYSCALL_TRACE (1 << TIF_SYSCALL_TRACE)
/arch/xtensa/include/asm/
H A Dthread_info.h127 #define TIF_SYSCALL_TRACE 0 /* syscall trace active */ macro
136 #define _TIF_SYSCALL_TRACE (1<<TIF_SYSCALL_TRACE)
/arch/openrisc/kernel/
H A Dptrace.c156 clear_tsk_thread_flag(child, TIF_SYSCALL_TRACE);
181 if (test_thread_flag(TIF_SYSCALL_TRACE) &&
204 if (step || test_thread_flag(TIF_SYSCALL_TRACE))
/arch/arm/include/asm/
H A Dthread_info.h138 * TIF_SYSCALL_TRACE - syscall trace active
149 #define TIF_SYSCALL_TRACE 8 macro
160 #define _TIF_SYSCALL_TRACE (1 << TIF_SYSCALL_TRACE)

Completed in 295 milliseconds

123