/linux-3.3/arch/score/kernel/ |
D | process.c | 149 unsigned long thread_saved_pc(struct task_struct *tsk) in thread_saved_pc() function
|
/linux-3.3/arch/microblaze/kernel/ |
D | process.c | 198 unsigned long thread_saved_pc(struct task_struct *tsk) in thread_saved_pc() function
|
/linux-3.3/arch/blackfin/include/asm/ |
D | processor.h | 92 #define thread_saved_pc(tsk) (tsk->thread.pc) macro
|
/linux-3.3/arch/hexagon/kernel/ |
D | process.c | 108 unsigned long thread_saved_pc(struct task_struct *tsk) in thread_saved_pc() function
|
/linux-3.3/arch/h8300/kernel/ |
D | process.c | 232 unsigned long thread_saved_pc(struct task_struct *tsk) in thread_saved_pc() function
|
/linux-3.3/arch/c6x/include/asm/ |
D | processor.h | 106 #define thread_saved_pc(tsk) (task_pt_regs(tsk)->pc) macro
|
/linux-3.3/arch/x86/kernel/ |
D | process_32.c | 67 unsigned long thread_saved_pc(struct task_struct *tsk) in thread_saved_pc() function
|
/linux-3.3/arch/parisc/kernel/ |
D | process.c | 332 unsigned long thread_saved_pc(struct task_struct *t) in thread_saved_pc() function
|
/linux-3.3/arch/microblaze/include/asm/ |
D | processor.h | 142 # define thread_saved_pc(tsk) \ macro
|
/linux-3.3/arch/frv/kernel/ |
D | process.c | 295 unsigned long thread_saved_pc(struct task_struct *tsk) in thread_saved_pc() function
|
/linux-3.3/arch/m68k/kernel/ |
D | process_mm.c | 43 unsigned long thread_saved_pc(struct task_struct *tsk) in thread_saved_pc() function
|
D | process_no.c | 396 unsigned long thread_saved_pc(struct task_struct *tsk) in thread_saved_pc() function
|
/linux-3.3/arch/openrisc/kernel/ |
D | process.c | 98 unsigned long thread_saved_pc(struct task_struct *t) in thread_saved_pc() function
|
/linux-3.3/arch/mn10300/kernel/ |
D | process.c | 48 unsigned long thread_saved_pc(struct task_struct *tsk) in thread_saved_pc() function
|
/linux-3.3/arch/cris/arch-v32/kernel/ |
D | process.c | 92 unsigned long thread_saved_pc(struct task_struct *t) in thread_saved_pc() function
|
/linux-3.3/arch/cris/arch-v10/kernel/ |
D | process.c | 78 unsigned long thread_saved_pc(struct task_struct *t) in thread_saved_pc() function
|
/linux-3.3/arch/sh/include/asm/ |
D | processor_64.h | 225 #define thread_saved_pc(tsk) (tsk->thread.pc) macro
|
D | processor_32.h | 178 #define thread_saved_pc(tsk) (tsk->thread.pc) macro
|
/linux-3.3/arch/xtensa/include/asm/ |
D | processor.h | 182 #define thread_saved_pc(tsk) (task_pt_regs(tsk)->pc) macro
|
/linux-3.3/arch/s390/kernel/ |
D | process.c | 45 unsigned long thread_saved_pc(struct task_struct *tsk) in thread_saved_pc() function
|
/linux-3.3/arch/alpha/kernel/ |
D | process.c | 421 thread_saved_pc(struct task_struct *t) in thread_saved_pc() function
|
/linux-3.3/arch/mips/kernel/ |
D | process.c | 363 unsigned long thread_saved_pc(struct task_struct *tsk) in thread_saved_pc() function
|
/linux-3.3/arch/sparc/kernel/ |
D | process_32.c | 336 unsigned long thread_saved_pc(struct task_struct *tsk) in thread_saved_pc() function
|
/linux-3.3/arch/um/kernel/ |
D | um_arch.c | 50 unsigned long thread_saved_pc(struct task_struct *task) in thread_saved_pc() function
|
/linux-3.3/arch/arm/include/asm/ |
D | thread_info.h | 100 #define thread_saved_pc(tsk) \ macro
|