Home
last modified time | relevance | path

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

/linux-3.4.99/include/linux/
Dhw_breakpoint.h107 extern void flush_ptrace_hw_breakpoint(struct task_struct *tsk);
146 static inline void flush_ptrace_hw_breakpoint(struct task_struct *tsk) { } in flush_ptrace_hw_breakpoint() function
/linux-3.4.99/arch/powerpc/include/asm/
Dhw_breakpoint.h57 extern void flush_ptrace_hw_breakpoint(struct task_struct *tsk);
/linux-3.4.99/arch/powerpc/kernel/
Dhw_breakpoint.c352 void flush_ptrace_hw_breakpoint(struct task_struct *tsk) in flush_ptrace_hw_breakpoint() function
Dprocess.c702 flush_ptrace_hw_breakpoint(current); in flush_thread()
724 flush_ptrace_hw_breakpoint(tsk); in prepare_to_copy()
/linux-3.4.99/arch/sh/kernel/
Dhw_breakpoint.c270 void flush_ptrace_hw_breakpoint(struct task_struct *tsk) in flush_ptrace_hw_breakpoint() function
Dprocess_32.c125 flush_ptrace_hw_breakpoint(tsk); in flush_thread()
/linux-3.4.99/arch/x86/kernel/
Dhw_breakpoint.c387 void flush_ptrace_hw_breakpoint(struct task_struct *tsk) in flush_ptrace_hw_breakpoint() function
Dprocess.c144 flush_ptrace_hw_breakpoint(tsk); in flush_thread()
/linux-3.4.99/arch/arm/kernel/
Dprocess.c382 flush_ptrace_hw_breakpoint(tsk); in flush_thread()
Dptrace.c417 void flush_ptrace_hw_breakpoint(struct task_struct *tsk) in flush_ptrace_hw_breakpoint() function
/linux-3.4.99/kernel/
Dptrace.c1100 flush_ptrace_hw_breakpoint(tsk); in ptrace_put_breakpoints()