Home
last modified time | relevance | path

Searched refs:flush_ptrace_hw_breakpoint (Results 1 – 17 of 17) sorted by relevance

/openbmc/linux/include/linux/
H A Dhw_breakpoint.h94 extern void flush_ptrace_hw_breakpoint(struct task_struct *tsk);
137 static inline void flush_ptrace_hw_breakpoint(struct task_struct *tsk) { } in flush_ptrace_hw_breakpoint() function
/openbmc/linux/arch/powerpc/include/asm/
H A Dhw_breakpoint.h88 extern void flush_ptrace_hw_breakpoint(struct task_struct *tsk);
/openbmc/linux/arch/sh/kernel/
H A Dprocess_32.c78 flush_ptrace_hw_breakpoint(tsk); in flush_thread()
H A Dhw_breakpoint.c262 void flush_ptrace_hw_breakpoint(struct task_struct *tsk) in flush_ptrace_hw_breakpoint() function
/openbmc/linux/arch/xtensa/kernel/
H A Dprocess.c210 flush_ptrace_hw_breakpoint(current); in flush_thread()
H A Dhw_breakpoint.c234 void flush_ptrace_hw_breakpoint(struct task_struct *tsk) in flush_ptrace_hw_breakpoint() function
/openbmc/linux/arch/loongarch/kernel/
H A Dprocess.c100 flush_ptrace_hw_breakpoint(current); in flush_thread()
H A Dhw_breakpoint.c154 void flush_ptrace_hw_breakpoint(struct task_struct *tsk) in flush_ptrace_hw_breakpoint() function
/openbmc/linux/arch/arm/kernel/
H A Dprocess.c223 flush_ptrace_hw_breakpoint(tsk); in flush_thread()
H A Dptrace.c381 void flush_ptrace_hw_breakpoint(struct task_struct *tsk) in flush_ptrace_hw_breakpoint() function
/openbmc/linux/arch/x86/kernel/
H A Dhw_breakpoint.c469 void flush_ptrace_hw_breakpoint(struct task_struct *tsk) in flush_ptrace_hw_breakpoint() function
H A Dprocess.c276 flush_ptrace_hw_breakpoint(tsk); in flush_thread()
/openbmc/linux/arch/powerpc/kernel/
H A Dhw_breakpoint.c580 void flush_ptrace_hw_breakpoint(struct task_struct *tsk) in flush_ptrace_hw_breakpoint() function
H A Dprocess.c1611 flush_ptrace_hw_breakpoint(current); in flush_thread()
/openbmc/linux/arch/arm64/kernel/
H A Dprocess.c278 flush_ptrace_hw_breakpoint(current); in flush_thread()
H A Dptrace.c206 void flush_ptrace_hw_breakpoint(struct task_struct *tsk) in flush_ptrace_hw_breakpoint() function
/openbmc/linux/kernel/
H A Dexit.c889 flush_ptrace_hw_breakpoint(tsk); in do_exit()