Home
last modified time | relevance | path

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

/Linux-v5.15/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.15/arch/powerpc/include/asm/
Dhw_breakpoint.h88 extern void flush_ptrace_hw_breakpoint(struct task_struct *tsk);
/Linux-v5.15/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.15/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.15/arch/x86/kernel/
Dhw_breakpoint.c469 void flush_ptrace_hw_breakpoint(struct task_struct *tsk) in flush_ptrace_hw_breakpoint() function
Dprocess.c221 flush_ptrace_hw_breakpoint(tsk); in flush_thread()
/Linux-v5.15/arch/arm/kernel/
Dprocess.c215 flush_ptrace_hw_breakpoint(tsk); in flush_thread()
Dptrace.c382 void flush_ptrace_hw_breakpoint(struct task_struct *tsk) in flush_ptrace_hw_breakpoint() function
/Linux-v5.15/arch/arm64/kernel/
Dprocess.c276 flush_ptrace_hw_breakpoint(current); in flush_thread()
Dptrace.c207 void flush_ptrace_hw_breakpoint(struct task_struct *tsk) in flush_ptrace_hw_breakpoint() function
/Linux-v5.15/arch/powerpc/kernel/
Dhw_breakpoint.c813 void flush_ptrace_hw_breakpoint(struct task_struct *tsk) in flush_ptrace_hw_breakpoint() function
Dprocess.c1543 flush_ptrace_hw_breakpoint(current); in flush_thread()
/Linux-v5.15/kernel/
Dexit.c842 flush_ptrace_hw_breakpoint(tsk); in do_exit()