Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/
Dhw_breakpoint.h87 extern void flush_ptrace_hw_breakpoint(struct task_struct *tsk);
128 static inline void flush_ptrace_hw_breakpoint(struct task_struct *tsk) { } in flush_ptrace_hw_breakpoint() function
/Linux-v5.10/arch/powerpc/include/asm/
Dhw_breakpoint.h88 extern void flush_ptrace_hw_breakpoint(struct task_struct *tsk);
/Linux-v5.10/arch/sh/kernel/
Dprocess_32.c78 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.10/arch/xtensa/kernel/
Dprocess.c146 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.10/arch/arm/kernel/
Dprocess.c211 flush_ptrace_hw_breakpoint(tsk); in flush_thread()
Dptrace.c407 void flush_ptrace_hw_breakpoint(struct task_struct *tsk) in flush_ptrace_hw_breakpoint() function
/Linux-v5.10/arch/x86/kernel/
Dhw_breakpoint.c447 void flush_ptrace_hw_breakpoint(struct task_struct *tsk) in flush_ptrace_hw_breakpoint() function
Dprocess.c194 flush_ptrace_hw_breakpoint(tsk); in flush_thread()
/Linux-v5.10/arch/arm64/kernel/
Dprocess.c340 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.10/arch/powerpc/kernel/
Dhw_breakpoint.c751 void flush_ptrace_hw_breakpoint(struct task_struct *tsk) in flush_ptrace_hw_breakpoint() function
Dprocess.c1524 flush_ptrace_hw_breakpoint(current); in flush_thread()
/Linux-v5.10/kernel/
Dexit.c826 flush_ptrace_hw_breakpoint(tsk); in do_exit()