Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dhw_breakpoint.h80 extern void flush_ptrace_hw_breakpoint(struct task_struct *tsk);
119 static inline void flush_ptrace_hw_breakpoint(struct task_struct *tsk) { } in flush_ptrace_hw_breakpoint() function
/linux-4.4.14/arch/powerpc/include/asm/
Dhw_breakpoint.h70 extern void flush_ptrace_hw_breakpoint(struct task_struct *tsk);
/linux-4.4.14/arch/sh/kernel/
Dprocess_32.c90 flush_ptrace_hw_breakpoint(tsk); in flush_thread()
Dhw_breakpoint.c270 void flush_ptrace_hw_breakpoint(struct task_struct *tsk) in flush_ptrace_hw_breakpoint() function
/linux-4.4.14/arch/arm64/kernel/
Dprocess.c230 flush_ptrace_hw_breakpoint(current); in flush_thread()
Dptrace.c114 void flush_ptrace_hw_breakpoint(struct task_struct *tsk) in flush_ptrace_hw_breakpoint() function
/linux-4.4.14/arch/powerpc/kernel/
Dhw_breakpoint.c355 void flush_ptrace_hw_breakpoint(struct task_struct *tsk) in flush_ptrace_hw_breakpoint() function
Dprocess.c1072 flush_ptrace_hw_breakpoint(current); in flush_thread()
/linux-4.4.14/arch/x86/kernel/
Dprocess.c127 flush_ptrace_hw_breakpoint(tsk); in flush_thread()
Dhw_breakpoint.c403 void flush_ptrace_hw_breakpoint(struct task_struct *tsk) in flush_ptrace_hw_breakpoint() function
/linux-4.4.14/arch/arm/kernel/
Dprocess.c206 flush_ptrace_hw_breakpoint(tsk); in flush_thread()
Dptrace.c422 void flush_ptrace_hw_breakpoint(struct task_struct *tsk) in flush_ptrace_hw_breakpoint() function
/linux-4.4.14/kernel/
Dexit.c764 flush_ptrace_hw_breakpoint(tsk); in do_exit()