Searched refs:TIF_BLOCKSTEP (Results 1 – 10 of 10) sorted by relevance
/linux-4.1.27/arch/x86/kernel/ |
D | step.c | 180 set_tsk_thread_flag(task, TIF_BLOCKSTEP); in set_task_blockstep() 183 clear_tsk_thread_flag(task, TIF_BLOCKSTEP); in set_task_blockstep() 204 else if (test_tsk_thread_flag(child, TIF_BLOCKSTEP)) in enable_step() 223 if (test_tsk_thread_flag(child, TIF_BLOCKSTEP)) in user_disable_single_step()
|
D | process.c | 236 if (test_tsk_thread_flag(prev_p, TIF_BLOCKSTEP) ^ in __switch_to_xtra() 237 test_tsk_thread_flag(next_p, TIF_BLOCKSTEP)) { in __switch_to_xtra() 241 if (test_tsk_thread_flag(next_p, TIF_BLOCKSTEP)) in __switch_to_xtra()
|
D | uprobes.c | 839 if (test_tsk_thread_flag(current, TIF_BLOCKSTEP)) in arch_uprobe_pre_xol()
|
D | traps.c | 650 clear_tsk_thread_flag(tsk, TIF_BLOCKSTEP); in do_debug()
|
/linux-4.1.27/arch/parisc/kernel/ |
D | ptrace.c | 41 clear_tsk_thread_flag(task, TIF_BLOCKSTEP); in ptrace_disable() 61 clear_tsk_thread_flag(task, TIF_BLOCKSTEP); in user_enable_single_step() 105 set_tsk_thread_flag(task, TIF_BLOCKSTEP); in user_enable_block_step() 305 test_thread_flag(TIF_BLOCKSTEP); in do_syscall_trace_exit()
|
D | signal.c | 432 test_thread_flag(TIF_BLOCKSTEP)); in handle_signal()
|
D | asm-offsets.c | 276 DEFINE(TIF_BLOCKSTEP_PA_BIT, 31-TIF_BLOCKSTEP); in main()
|
/linux-4.1.27/arch/parisc/include/asm/ |
D | thread_info.h | 56 #define TIF_BLOCKSTEP 10 /* branch stepping? */ macro 67 #define _TIF_BLOCKSTEP (1 << TIF_BLOCKSTEP)
|
/linux-4.1.27/arch/x86/include/asm/ |
D | thread_info.h | 108 #define TIF_BLOCKSTEP 25 /* set when we want DEBUGCTLMSR_BTF */ macro 131 #define _TIF_BLOCKSTEP (1 << TIF_BLOCKSTEP)
|
/linux-4.1.27/arch/x86/kernel/kprobes/ |
D | core.c | 494 if (test_thread_flag(TIF_BLOCKSTEP)) { in clear_btf() 504 if (test_thread_flag(TIF_BLOCKSTEP)) { in restore_btf()
|