Home
last modified time | relevance | path

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

123

/arch/microblaze/include/asm/
Dprocessor.h73 extern unsigned long thread_saved_pc(struct task_struct *t);
126 # define thread_saved_pc(tsk) \ macro
/arch/cris/include/asm/
Dprocessor.h55 extern unsigned long thread_saved_pc(struct task_struct *tsk);
/arch/hexagon/include/asm/
Dprocessor.h37 extern unsigned long thread_saved_pc(struct task_struct *tsk);
/arch/alpha/include/asm/
Dprocessor.h44 extern unsigned long thread_saved_pc(struct task_struct *);
/arch/openrisc/include/asm/
Dprocessor.h90 extern unsigned long thread_saved_pc(struct task_struct *t);
/arch/frv/include/asm/
Dprocessor.h102 extern unsigned long thread_saved_pc(struct task_struct *tsk);
/arch/arc/include/asm/
Dprocessor.h51 unsigned long thread_saved_pc(struct task_struct *t);
/arch/c6x/include/asm/
Dprocessor.h101 #define thread_saved_pc(tsk) (task_pt_regs(tsk)->pc) macro
/arch/score/include/asm/
Dprocessor.h16 extern unsigned long thread_saved_pc(struct task_struct *tsk);
/arch/um/include/asm/
Dprocessor-generic.h61 extern unsigned long thread_saved_pc(struct task_struct *t);
/arch/m32r/include/asm/
Dprocessor.h125 extern unsigned long thread_saved_pc(struct task_struct *);
/arch/sparc/include/asm/
Dprocessor_32.h77 unsigned long thread_saved_pc(struct task_struct *t);
/arch/score/kernel/
Dprocess.c102 unsigned long thread_saved_pc(struct task_struct *tsk) in thread_saved_pc() function
/arch/arm64/include/asm/
Dthread_info.h92 #define thread_saved_pc(tsk) \ macro
/arch/blackfin/include/asm/
Dprocessor.h81 #define thread_saved_pc(tsk) (tsk->thread.pc) macro
/arch/mn10300/include/asm/
Dprocessor.h140 extern unsigned long thread_saved_pc(struct task_struct *tsk);
/arch/sh/include/asm/
Dprocessor_32.h180 #define thread_saved_pc(tsk) (tsk->thread.pc) macro
Dprocessor_64.h226 #define thread_saved_pc(tsk) (tsk->thread.pc) macro
/arch/unicore32/include/asm/
Dthread_info.h107 #define thread_saved_pc(tsk) \ macro
/arch/arm64/kernel/
Dstacktrace.c108 frame.pc = thread_saved_pc(tsk); in save_stack_trace_tsk()
/arch/alpha/kernel/
Dprocess.c362 thread_saved_pc(struct task_struct *t) in thread_saved_pc() function
393 pc = thread_saved_pc(p); in get_wchan()
/arch/arc/kernel/
Dprocess.c193 unsigned long thread_saved_pc(struct task_struct *t) in thread_saved_pc() function
/arch/avr32/include/asm/
Dprocessor.h142 #define thread_saved_pc(tsk) ((tsk)->thread.cpu_context.pc) macro
/arch/hexagon/kernel/
Dprocess.c65 unsigned long thread_saved_pc(struct task_struct *tsk) in thread_saved_pc() function
/arch/unicore32/kernel/
Dstacktrace.c110 frame.pc = thread_saved_pc(tsk); in save_stack_trace_tsk()

123