Searched refs:thread_saved_pc (Results 1 – 20 of 20) sorted by relevance
35 #define thread_saved_pc(tsk) ((unsigned long)(tsk->thread.cpu_context.pc)) macro
90 extern unsigned long thread_saved_pc(struct task_struct *tsk);
366 thread_saved_pc(struct task_struct *t) in thread_saved_pc() function397 pc = thread_saved_pc(p); in get_wchan()
46 #define thread_saved_pc(tsk) \ macro
171 #define thread_saved_pc(tsk) (tsk->thread.pc) macro
204 #define thread_saved_pc(tsk) (tsk->thread.pc) macro
98 #define thread_saved_pc(tsk) \ macro
108 frame.pc = thread_saved_pc(tsk); in save_stack_trace_tsk()
284 frame.pc = thread_saved_pc(p); in get_wchan()
30 unsigned long thread_saved_pc(struct task_struct *tsk) in thread_saved_pc() function
94 #define thread_saved_pc(tsk) \ macro
124 frame.pc = thread_saved_pc(tsk); in __save_stack_trace()
309 frame.pc = thread_saved_pc(p); in get_wchan()
486 frame.pc = thread_saved_pc(tsk); in unwind_backtrace()
186 thread_saved_pc(tsk)); in __save_stack_trace()
537 start_backtrace(&frame, thread_saved_fp(p), thread_saved_pc(p)); in get_wchan()
114 thread_saved_pc(tsk)); in dump_backtrace()
218 pc = thread_saved_pc(p); in get_wchan()
442 pc = thread_saved_pc(p); in get_wchan()
493 static unsigned long thread_saved_pc(struct task_struct *tsk) in thread_saved_pc() function636 pc = thread_saved_pc(task); in get_wchan()