Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/
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
/linux-6.12.1/arch/powerpc/include/asm/
Dhw_breakpoint.h88 extern void flush_ptrace_hw_breakpoint(struct task_struct *tsk);
/linux-6.12.1/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-6.12.1/arch/xtensa/kernel/
Dprocess.c210 flush_ptrace_hw_breakpoint(current); in flush_thread()
Dhw_breakpoint.c234 void flush_ptrace_hw_breakpoint(struct task_struct *tsk) in flush_ptrace_hw_breakpoint() function
/linux-6.12.1/arch/loongarch/kernel/
Dprocess.c100 flush_ptrace_hw_breakpoint(current); in flush_thread()
Dhw_breakpoint.c154 void flush_ptrace_hw_breakpoint(struct task_struct *tsk) in flush_ptrace_hw_breakpoint() function
/linux-6.12.1/arch/arm/kernel/
Dprocess.c223 flush_ptrace_hw_breakpoint(tsk); in flush_thread()
Dptrace.c381 void flush_ptrace_hw_breakpoint(struct task_struct *tsk) in flush_ptrace_hw_breakpoint() function
/linux-6.12.1/arch/x86/kernel/
Dhw_breakpoint.c469 void flush_ptrace_hw_breakpoint(struct task_struct *tsk) in flush_ptrace_hw_breakpoint() function
Dprocess.c276 flush_ptrace_hw_breakpoint(tsk); in flush_thread()
/linux-6.12.1/arch/powerpc/kernel/
Dhw_breakpoint.c580 void flush_ptrace_hw_breakpoint(struct task_struct *tsk) in flush_ptrace_hw_breakpoint() function
Dprocess.c1616 flush_ptrace_hw_breakpoint(current); in flush_thread()
/linux-6.12.1/arch/arm64/kernel/
Dprocess.c287 flush_ptrace_hw_breakpoint(current); in flush_thread()
Dptrace.c206 void flush_ptrace_hw_breakpoint(struct task_struct *tsk) in flush_ptrace_hw_breakpoint() function
/linux-6.12.1/kernel/
Dexit.c956 flush_ptrace_hw_breakpoint(tsk); in do_exit()