Home
last modified time | relevance | path

Searched refs:thread_saved_pc (Results 1 – 25 of 64) 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/nios2/include/asm/
Dprocessor.h79 #define thread_saved_pc(tsk) ((tsk)->thread.kregs->ea) macro
/arch/arm64/include/asm/
Dthread_info.h64 #define thread_saved_pc(tsk) \ macro
/arch/um/include/asm/
Dprocessor-generic.h61 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/score/include/asm/
Dprocessor.h16 extern unsigned long thread_saved_pc(struct task_struct *tsk);
/arch/c6x/include/asm/
Dprocessor.h101 #define thread_saved_pc(tsk) (task_pt_regs(tsk)->pc) macro
/arch/m32r/include/asm/
Dprocessor.h125 extern unsigned long thread_saved_pc(struct task_struct *);
/arch/score/kernel/
Dprocess.c102 unsigned long thread_saved_pc(struct task_struct *tsk) in thread_saved_pc() function
/arch/sparc/include/asm/
Dprocessor_32.h77 unsigned long thread_saved_pc(struct task_struct *t);
/arch/arc/include/asm/
Dprocessor.h92 #define thread_saved_pc(tsk) TSK_K_BLINK(tsk) macro
/arch/h8300/include/asm/
Dprocessor.h116 unsigned long thread_saved_pc(struct task_struct *tsk);
/arch/blackfin/include/asm/
Dprocessor.h81 #define thread_saved_pc(tsk) (tsk->thread.pc) macro
/arch/mn10300/include/asm/
Dprocessor.h139 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/m68k/include/asm/
Dprocessor.h143 extern unsigned long thread_saved_pc(struct task_struct *tsk);
/arch/unicore32/include/asm/
Dthread_info.h104 #define thread_saved_pc(tsk) \ macro
/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/avr32/include/asm/
Dprocessor.h142 #define thread_saved_pc(tsk) ((tsk)->thread.cpu_context.pc) macro
/arch/mn10300/kernel/
Dprocess.c42 unsigned long thread_saved_pc(struct task_struct *tsk) in thread_saved_pc() function

123