Home
last modified time | relevance | path

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

/linux-4.1.27/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.1.27/arch/powerpc/include/asm/
Dhw_breakpoint.h70 extern void flush_ptrace_hw_breakpoint(struct task_struct *tsk);
/linux-4.1.27/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.1.27/arch/arm64/kernel/
Dprocess.c237 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.1.27/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.1.27/arch/x86/kernel/
Dprocess.c152 flush_ptrace_hw_breakpoint(tsk); in flush_thread()
Dhw_breakpoint.c374 void flush_ptrace_hw_breakpoint(struct task_struct *tsk) in flush_ptrace_hw_breakpoint() function
/linux-4.1.27/arch/arm/kernel/
Dprocess.c187 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.1.27/kernel/
Dexit.c762 flush_ptrace_hw_breakpoint(tsk); in do_exit()