Searched refs:TIF_BLOCKSTEP (Results 1 – 10 of 10) sorted by relevance
/Linux-v4.19/arch/x86/kernel/ |
D | step.c | 185 set_tsk_thread_flag(task, TIF_BLOCKSTEP); in set_task_blockstep() 188 clear_tsk_thread_flag(task, TIF_BLOCKSTEP); in set_task_blockstep() 209 else if (test_tsk_thread_flag(child, TIF_BLOCKSTEP)) in enable_step() 228 if (test_tsk_thread_flag(child, TIF_BLOCKSTEP)) in user_disable_single_step()
|
D | process.c | 444 debugctl |= (msk >> TIF_BLOCKSTEP) << DEBUGCTLMSR_BTF_SHIFT; in __switch_to_xtra()
|
D | traps.c | 752 clear_tsk_thread_flag(tsk, TIF_BLOCKSTEP); in do_debug()
|
D | uprobes.c | 937 if (test_tsk_thread_flag(current, TIF_BLOCKSTEP)) in arch_uprobe_pre_xol()
|
/Linux-v4.19/arch/parisc/include/asm/ |
D | thread_info.h | 58 #define TIF_BLOCKSTEP 10 /* branch stepping? */ macro 70 #define _TIF_BLOCKSTEP (1 << TIF_BLOCKSTEP)
|
/Linux-v4.19/arch/x86/include/asm/ |
D | thread_info.h | 97 #define TIF_BLOCKSTEP 25 /* set when we want DEBUGCTLMSR_BTF */ macro 123 #define _TIF_BLOCKSTEP (1 << TIF_BLOCKSTEP)
|
/Linux-v4.19/arch/parisc/kernel/ |
D | ptrace.c | 55 clear_tsk_thread_flag(task, TIF_BLOCKSTEP); in ptrace_disable() 75 clear_tsk_thread_flag(task, TIF_BLOCKSTEP); in user_enable_single_step() 115 set_tsk_thread_flag(task, TIF_BLOCKSTEP); in user_enable_block_step() 354 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-v4.19/arch/x86/kernel/kprobes/ |
D | core.c | 549 if (test_thread_flag(TIF_BLOCKSTEP)) { in clear_btf() 559 if (test_thread_flag(TIF_BLOCKSTEP)) { in restore_btf()
|