Home
last modified time | relevance | path

Searched refs:thread_change_pc (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/arch/powerpc/include/asm/
Dhw_breakpoint.h84 extern void thread_change_pc(struct task_struct *tsk, struct pt_regs *regs);
88 static inline void thread_change_pc(struct task_struct *tsk, in thread_change_pc() function
/linux-4.4.14/arch/powerpc/kernel/
Dsignal.c132 thread_change_pc(current, regs); in do_signal()
Dhw_breakpoint.c192 void thread_change_pc(struct task_struct *tsk, struct pt_regs *regs) in thread_change_pc() function