Searched defs:thread_saved_pc (Results 1 – 9 of 9) sorted by relevance
30 unsigned long thread_saved_pc(struct task_struct *tsk) in thread_saved_pc() function
35 #define thread_saved_pc(tsk) ((unsigned long)(tsk->thread.cpu_context.pc)) macro
46 #define thread_saved_pc(tsk) \ macro
204 #define thread_saved_pc(tsk) (tsk->thread.pc) macro
171 #define thread_saved_pc(tsk) (tsk->thread.pc) macro
366 thread_saved_pc(struct task_struct *t) in thread_saved_pc() function
94 #define thread_saved_pc(tsk) \ macro
98 #define thread_saved_pc(tsk) \ macro
493 static unsigned long thread_saved_pc(struct task_struct *tsk) in thread_saved_pc() function