thread_saved_pc
thread_saved_pc(struct task_struct *t)
#define thread_saved_pc(tsk) \
#define thread_saved_pc(tsk) \
static unsigned long thread_saved_pc(struct task_struct *tsk)
#define thread_saved_pc(tsk) (tsk->thread.pc)