Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dhw_breakpoint.h84 extern void flush_ptrace_hw_breakpoint(struct task_struct *tsk);
127 static inline void flush_ptrace_hw_breakpoint(struct task_struct *tsk) { } in flush_ptrace_hw_breakpoint() function
/Linux-v5.4/arch/powerpc/include/asm/
Dhw_breakpoint.h61 extern void flush_ptrace_hw_breakpoint(struct task_struct *tsk);
/Linux-v5.4/arch/xtensa/kernel/
Dprocess.c147 flush_ptrace_hw_breakpoint(current); in flush_thread()
Dhw_breakpoint.c233 void flush_ptrace_hw_breakpoint(struct task_struct *tsk) in flush_ptrace_hw_breakpoint() function
/Linux-v5.4/arch/sh/kernel/
Dprocess_32.c82 flush_ptrace_hw_breakpoint(tsk); in flush_thread()
Dhw_breakpoint.c262 void flush_ptrace_hw_breakpoint(struct task_struct *tsk) in flush_ptrace_hw_breakpoint() function
/Linux-v5.4/arch/powerpc/kernel/
Dhw_breakpoint.c380 void flush_ptrace_hw_breakpoint(struct task_struct *tsk) in flush_ptrace_hw_breakpoint() function
Dprocess.c1442 flush_ptrace_hw_breakpoint(current); in flush_thread()
/Linux-v5.4/arch/x86/kernel/
Dhw_breakpoint.c397 void flush_ptrace_hw_breakpoint(struct task_struct *tsk) in flush_ptrace_hw_breakpoint() function
Dprocess.c139 flush_ptrace_hw_breakpoint(tsk); in flush_thread()
/Linux-v5.4/arch/arm/kernel/
Dprocess.c209 flush_ptrace_hw_breakpoint(tsk); in flush_thread()
Dptrace.c408 void flush_ptrace_hw_breakpoint(struct task_struct *tsk) in flush_ptrace_hw_breakpoint() function
/Linux-v5.4/arch/arm64/kernel/
Dprocess.c324 flush_ptrace_hw_breakpoint(current); in flush_thread()
Dptrace.c209 void flush_ptrace_hw_breakpoint(struct task_struct *tsk) in flush_ptrace_hw_breakpoint() function
/Linux-v5.4/kernel/
Dexit.c835 flush_ptrace_hw_breakpoint(tsk); in do_exit()