Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/
Dhw_breakpoint.h87 extern void flush_ptrace_hw_breakpoint(struct task_struct *tsk);
130 static inline void flush_ptrace_hw_breakpoint(struct task_struct *tsk) { } in flush_ptrace_hw_breakpoint() function
/Linux-v6.1/arch/powerpc/include/asm/
Dhw_breakpoint.h87 extern void flush_ptrace_hw_breakpoint(struct task_struct *tsk);
/Linux-v6.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-v6.1/arch/xtensa/kernel/
Dprocess.c208 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-v6.1/arch/x86/kernel/
Dhw_breakpoint.c469 void flush_ptrace_hw_breakpoint(struct task_struct *tsk) in flush_ptrace_hw_breakpoint() function
Dprocess.c238 flush_ptrace_hw_breakpoint(tsk); in flush_thread()
/Linux-v6.1/arch/arm/kernel/
Dprocess.c224 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-v6.1/arch/arm64/kernel/
Dprocess.c278 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-v6.1/arch/powerpc/kernel/
Dhw_breakpoint.c840 void flush_ptrace_hw_breakpoint(struct task_struct *tsk) in flush_ptrace_hw_breakpoint() function
Dprocess.c1576 flush_ptrace_hw_breakpoint(current); in flush_thread()
/Linux-v6.1/kernel/
Dexit.c837 flush_ptrace_hw_breakpoint(tsk); in do_exit()