Searched refs:thread_saved_pc (Results 1 – 10 of 10) sorted by relevance
360 thread_saved_pc(struct task_struct *t) in thread_saved_pc() function390 pc = thread_saved_pc(p); in __get_wchan()
168 #define thread_saved_pc(tsk) (tsk->thread.pc) macro
48 #define thread_saved_pc(tsk) \ macro
89 #define thread_saved_pc(tsk) \ macro
181 thread_saved_pc(task)); in arch_stack_walk()
289 frame.pc = thread_saved_pc(p); in __get_wchan()
558 frame.pc = thread_saved_pc(tsk); in unwind_backtrace()
187 pc = thread_saved_pc(p); in __get_wchan()
529 static unsigned long thread_saved_pc(struct task_struct *tsk) in thread_saved_pc() function670 pc = thread_saved_pc(task); in __get_wchan()
101 state->common.pc = thread_saved_pc(task); in kunwind_init_from_task()