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()
167 #define thread_saved_pc(tsk) (tsk->thread.pc) macro
48 #define thread_saved_pc(tsk) \ macro
89 #define thread_saved_pc(tsk) \ macro
67 state->pc = thread_saved_pc(task); in unwind_init_from_task()
187 pc = thread_saved_pc(p); in __get_wchan()
191 frame.pc = thread_saved_pc(tsk); in __save_stack_trace()
291 frame.pc = thread_saved_pc(p); in __get_wchan()
522 frame.pc = thread_saved_pc(tsk); in unwind_backtrace()
528 static unsigned long thread_saved_pc(struct task_struct *tsk) in thread_saved_pc() function669 pc = thread_saved_pc(task); in __get_wchan()