Searched refs:thread_saved_pc (Results 1 – 12 of 12) sorted by relevance
360 thread_saved_pc(struct task_struct *t) in thread_saved_pc() function390 pc = thread_saved_pc(p); in __get_wchan()
89 static inline unsigned long thread_saved_pc(struct thread_struct *t) in thread_saved_pc() function
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()
556 frame.pc = thread_saved_pc(tsk); in unwind_backtrace()
72 state->pc = thread_saved_pc(task); in unwind_init_from_task()
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()
1295 static inline unsigned long thread_saved_pc(struct thread_struct *t) in thread_saved_pc() function