Searched refs:thread_saved_pc (Results 1 – 10 of 10) sorted by relevance
358 thread_saved_pc(struct task_struct *t) in thread_saved_pc() function388 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()
290 frame.pc = thread_saved_pc(p); in __get_wchan()
533 frame.pc = thread_saved_pc(tsk); in unwind_backtrace()
69 state->pc = thread_saved_pc(task); in unwind_init_from_task()
187 pc = thread_saved_pc(p); in __get_wchan()
528 static unsigned long thread_saved_pc(struct task_struct *tsk) in thread_saved_pc() function669 pc = thread_saved_pc(task); in __get_wchan()
Completed in 14 milliseconds