Home
last modified time | relevance | path

Searched refs:ptrace_hw_copy_thread (Results 1 – 5 of 5) sorted by relevance

/linux/arch/loongarch/include/asm/
H A Dhw_breakpoint.h123 extern void ptrace_hw_copy_thread(struct task_struct *task);
126 static inline void ptrace_hw_copy_thread(struct task_struct *task) in ptrace_hw_copy_thread() function
/linux/arch/arm64/include/asm/
H A Dhw_breakpoint.h128 extern void ptrace_hw_copy_thread(struct task_struct *task);
133 static inline void ptrace_hw_copy_thread(struct task_struct *task) in ptrace_hw_copy_thread() function
/linux/arch/loongarch/kernel/
H A Dprocess.c198 ptrace_hw_copy_thread(p); in copy_thread()
H A Dhw_breakpoint.c157 void ptrace_hw_copy_thread(struct task_struct *tsk) in flush_ptrace_hw_breakpoint()
145 void ptrace_hw_copy_thread(struct task_struct *tsk) ptrace_hw_copy_thread() function
/linux/arch/arm64/kernel/
H A Dptrace.c227 void ptrace_hw_copy_thread(struct task_struct *tsk) in ptrace_hw_copy_thread() function