Home
last modified time | relevance | path

Searched refs:clear_ptrace_hw_breakpoint (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/arch/xtensa/include/asm/
H A Dhw_breakpoint.h50 void clear_ptrace_hw_breakpoint(struct task_struct *tsk);
57 static inline void clear_ptrace_hw_breakpoint(struct task_struct *tsk) in clear_ptrace_hw_breakpoint() function
/openbmc/linux/arch/arm/include/asm/
H A Dhw_breakpoint.h133 extern void clear_ptrace_hw_breakpoint(struct task_struct *tsk);
141 static inline void clear_ptrace_hw_breakpoint(struct task_struct *tsk) {} in clear_ptrace_hw_breakpoint() function
/openbmc/linux/arch/xtensa/kernel/
H A Dprocess.c367 clear_ptrace_hw_breakpoint(p); in copy_thread()
H A Dhw_breakpoint.c258 void clear_ptrace_hw_breakpoint(struct task_struct *tsk) in clear_ptrace_hw_breakpoint() function
/openbmc/linux/arch/arm/kernel/
H A Dprocess.c269 clear_ptrace_hw_breakpoint(p); in copy_thread()
H A Dptrace.c372 void clear_ptrace_hw_breakpoint(struct task_struct *tsk) in clear_ptrace_hw_breakpoint() function