Home
last modified time | relevance | path

Searched refs:thread_saved_pc (Results 1 – 12 of 12) sorted by relevance

/openbmc/linux/arch/alpha/kernel/
H A Dprocess.c360 thread_saved_pc(struct task_struct *t) in thread_saved_pc() function
390 pc = thread_saved_pc(p); in __get_wchan()
/openbmc/u-boot/arch/arm/include/asm/
H A Dprocessor.h89 static inline unsigned long thread_saved_pc(struct thread_struct *t) in thread_saved_pc() function
/openbmc/linux/arch/sh/include/asm/
H A Dprocessor_32.h168 #define thread_saved_pc(tsk) (tsk->thread.pc) macro
/openbmc/linux/arch/arm64/include/asm/
H A Dthread_info.h48 #define thread_saved_pc(tsk) \ macro
/openbmc/linux/arch/arm/include/asm/
H A Dthread_info.h89 #define thread_saved_pc(tsk) \ macro
/openbmc/linux/arch/arm/kernel/
H A Dstacktrace.c181 thread_saved_pc(task)); in arch_stack_walk()
H A Dprocess.c289 frame.pc = thread_saved_pc(p); in __get_wchan()
H A Dunwind.c556 frame.pc = thread_saved_pc(tsk); in unwind_backtrace()
/openbmc/linux/arch/sh/kernel/
H A Dprocess_32.c187 pc = thread_saved_pc(p); in __get_wchan()
/openbmc/linux/arch/arm64/kernel/
H A Dstacktrace.c72 state->pc = thread_saved_pc(task); in unwind_init_from_task()
/openbmc/linux/arch/mips/kernel/
H A Dprocess.c529 static unsigned long thread_saved_pc(struct task_struct *tsk) in thread_saved_pc() function
670 pc = thread_saved_pc(task); in __get_wchan()
/openbmc/u-boot/arch/powerpc/include/asm/
H A Dprocessor.h1295 static inline unsigned long thread_saved_pc(struct thread_struct *t) in thread_saved_pc() function