Searched refs:thread_saved_pc (Results 1 - 10 of 10) sorted by relevance

/linux-master/arch/sh/include/asm/
H A Dprocessor_32.h168 #define thread_saved_pc(tsk) (tsk->thread.pc) macro
/linux-master/arch/arm64/include/asm/
H A Dthread_info.h48 #define thread_saved_pc(tsk) \ macro
/linux-master/arch/arm/include/asm/
H A Dthread_info.h89 #define thread_saved_pc(tsk) \ macro
/linux-master/arch/sh/kernel/
H A Dprocess_32.c187 pc = thread_saved_pc(p);
/linux-master/arch/arm/kernel/
H A Dstacktrace.c181 thread_saved_pc(task));
H A Dprocess.c289 frame.pc = thread_saved_pc(p);
H A Dunwind.c558 frame.pc = thread_saved_pc(tsk);
/linux-master/arch/alpha/kernel/
H A Dprocess.c360 thread_saved_pc(struct task_struct *t) function
390 pc = thread_saved_pc(p);
/linux-master/arch/arm64/kernel/
H A Dstacktrace.c99 state->common.pc = thread_saved_pc(task);
/linux-master/arch/mips/kernel/
H A Dprocess.c516 * thread_saved_pc() and __get_wchan() are not reliable.
529 static unsigned long thread_saved_pc(struct task_struct *tsk) function
670 pc = thread_saved_pc(task);

Completed in 338 milliseconds