Searched defs:thread_saved_pc (Results 1 – 8 of 8) sorted by relevance
35 #define thread_saved_pc(tsk) ((unsigned long)(tsk->thread.cpu_context.pc)) macro
48 #define thread_saved_pc(tsk) \ macro
222 #define thread_saved_pc(tsk) (tsk->thread.pc) macro
177 #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
101 #define thread_saved_pc(tsk) \ macro
494 static unsigned long thread_saved_pc(struct task_struct *tsk) in thread_saved_pc() function