Searched defs:thread_saved_pc (Results 1 – 6 of 6) sorted by relevance
35 #define thread_saved_pc(tsk) ((unsigned long)(tsk->thread.cpu_context.pc)) macro
47 #define thread_saved_pc(tsk) \ macro
364 thread_saved_pc(struct task_struct *t) in thread_saved_pc() function
171 #define thread_saved_pc(tsk) (tsk->thread.pc) macro
90 #define thread_saved_pc(tsk) \ macro
527 static unsigned long thread_saved_pc(struct task_struct *tsk) in thread_saved_pc() function