Home
last modified time | relevance | path

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

/Linux-v5.15/arch/arm64/kernel/
Dstacktrace.c189 thread_saved_pc(tsk)); in dump_backtrace()
235 thread_saved_pc(task)); in arch_stack_walk()
Dprocess.c543 start_backtrace(&frame, thread_saved_fp(p), thread_saved_pc(p)); in get_wchan()
/Linux-v5.15/arch/nds32/include/asm/
Dthread_info.h35 #define thread_saved_pc(tsk) ((unsigned long)(tsk->thread.cpu_context.pc)) macro
/Linux-v5.15/arch/alpha/kernel/
Dprocess.c364 thread_saved_pc(struct task_struct *t) in thread_saved_pc() function
395 pc = thread_saved_pc(p); in get_wchan()
/Linux-v5.15/arch/sh/include/asm/
Dprocessor_32.h170 #define thread_saved_pc(tsk) (tsk->thread.pc) macro
/Linux-v5.15/arch/arm64/include/asm/
Dthread_info.h47 #define thread_saved_pc(tsk) \ macro
/Linux-v5.15/arch/arm/include/asm/
Dthread_info.h90 #define thread_saved_pc(tsk) \ macro
/Linux-v5.15/arch/arm/kernel/
Dstacktrace.c150 frame.pc = thread_saved_pc(tsk); in __save_stack_trace()
Dprocess.c290 frame.pc = thread_saved_pc(p); in get_wchan()
Dunwind.c488 frame.pc = thread_saved_pc(tsk); in unwind_backtrace()
/Linux-v5.15/arch/sh/kernel/
Dprocess_32.c195 pc = thread_saved_pc(p); in get_wchan()
/Linux-v5.15/arch/mips/kernel/
Dprocess.c527 static unsigned long thread_saved_pc(struct task_struct *tsk) in thread_saved_pc() function
670 pc = thread_saved_pc(task); in get_wchan()