/linux-4.4.14/arch/cris/arch-v10/kernel/ |
D | process.c | 81 unsigned long thread_saved_pc(struct task_struct *t) in thread_saved_pc() function
|
/linux-4.4.14/arch/cris/arch-v32/kernel/ |
D | process.c | 87 unsigned long thread_saved_pc(struct task_struct *t) in thread_saved_pc() function
|
/linux-4.4.14/arch/microblaze/kernel/ |
D | process.c | 123 unsigned long thread_saved_pc(struct task_struct *tsk) in thread_saved_pc() function
|
/linux-4.4.14/arch/score/kernel/ |
D | process.c | 104 unsigned long thread_saved_pc(struct task_struct *tsk) in thread_saved_pc() function
|
/linux-4.4.14/arch/h8300/kernel/ |
D | process.c | 129 unsigned long thread_saved_pc(struct task_struct *tsk) in thread_saved_pc() function
|
/linux-4.4.14/arch/nios2/include/asm/ |
D | processor.h | 84 #define thread_saved_pc(tsk) ((tsk)->thread.kregs->ea) macro
|
/linux-4.4.14/arch/hexagon/kernel/ |
D | process.c | 63 unsigned long thread_saved_pc(struct task_struct *tsk) in thread_saved_pc() function
|
/linux-4.4.14/arch/m32r/kernel/ |
D | process.c | 42 unsigned long thread_saved_pc(struct task_struct *tsk) in thread_saved_pc() function
|
/linux-4.4.14/arch/mn10300/kernel/ |
D | process.c | 42 unsigned long thread_saved_pc(struct task_struct *tsk) in thread_saved_pc() function
|
/linux-4.4.14/arch/frv/kernel/ |
D | process.c | 198 unsigned long thread_saved_pc(struct task_struct *tsk) in thread_saved_pc() function
|
/linux-4.4.14/arch/m68k/kernel/ |
D | process.c | 44 unsigned long thread_saved_pc(struct task_struct *tsk) in thread_saved_pc() function
|
/linux-4.4.14/arch/x86/kernel/ |
D | process_32.c | 64 unsigned long thread_saved_pc(struct task_struct *tsk) in thread_saved_pc() function
|
/linux-4.4.14/arch/parisc/kernel/ |
D | process.c | 242 unsigned long thread_saved_pc(struct task_struct *t) in thread_saved_pc() function
|
/linux-4.4.14/arch/openrisc/kernel/ |
D | process.c | 98 unsigned long thread_saved_pc(struct task_struct *t) in thread_saved_pc() function
|
/linux-4.4.14/arch/blackfin/include/asm/ |
D | processor.h | 88 #define thread_saved_pc(tsk) (tsk->thread.pc) macro
|
/linux-4.4.14/arch/s390/kernel/ |
D | process.c | 51 unsigned long thread_saved_pc(struct task_struct *tsk) in thread_saved_pc() function
|
/linux-4.4.14/arch/arm64/include/asm/ |
D | thread_info.h | 82 #define thread_saved_pc(tsk) \ macro
|
/linux-4.4.14/arch/arc/include/asm/ |
D | processor.h | 82 #define thread_saved_pc(tsk) TSK_K_BLINK(tsk) macro
|
/linux-4.4.14/arch/c6x/include/asm/ |
D | processor.h | 101 #define thread_saved_pc(tsk) (task_pt_regs(tsk)->pc) macro
|
/linux-4.4.14/arch/microblaze/include/asm/ |
D | processor.h | 136 # define thread_saved_pc(tsk) \ macro
|
/linux-4.4.14/arch/alpha/kernel/ |
D | process.c | 369 thread_saved_pc(struct task_struct *t) in thread_saved_pc() function
|
/linux-4.4.14/arch/sparc/kernel/ |
D | process_32.c | 179 unsigned long thread_saved_pc(struct task_struct *tsk) in thread_saved_pc() function
|
D | process_64.c | 400 unsigned long thread_saved_pc(struct task_struct *tsk) in thread_saved_pc() function
|
/linux-4.4.14/arch/sh/include/asm/ |
D | processor_64.h | 226 #define thread_saved_pc(tsk) (tsk->thread.pc) macro
|
D | processor_32.h | 180 #define thread_saved_pc(tsk) (tsk->thread.pc) macro
|
/linux-4.4.14/arch/um/kernel/ |
D | um_arch.c | 57 unsigned long thread_saved_pc(struct task_struct *task) in thread_saved_pc() function
|
/linux-4.4.14/arch/arm/include/asm/ |
D | thread_info.h | 97 #define thread_saved_pc(tsk) \ macro
|
/linux-4.4.14/arch/unicore32/include/asm/ |
D | thread_info.h | 104 #define thread_saved_pc(tsk) \ macro
|
/linux-4.4.14/arch/xtensa/include/asm/ |
D | processor.h | 204 #define thread_saved_pc(tsk) (task_pt_regs(tsk)->pc) macro
|
/linux-4.4.14/arch/metag/include/asm/ |
D | processor.h | 142 #define thread_saved_pc(tsk) \ macro
|
/linux-4.4.14/arch/mips/kernel/ |
D | process.c | 420 unsigned long thread_saved_pc(struct task_struct *tsk) in thread_saved_pc() function
|
/linux-4.4.14/arch/avr32/include/asm/ |
D | processor.h | 142 #define thread_saved_pc(tsk) ((tsk)->thread.cpu_context.pc) macro
|
/linux-4.4.14/arch/tile/include/asm/ |
D | processor.h | 222 #define thread_saved_pc(t) ((t)->thread.pc) macro
|
/linux-4.4.14/arch/powerpc/include/asm/ |
D | processor.h | 359 #define thread_saved_pc(tsk) \ macro
|
/linux-4.4.14/arch/ia64/include/asm/ |
D | processor.h | 612 thread_saved_pc (struct task_struct *t) in thread_saved_pc() function
|
/linux-4.4.14/arch/x86/include/asm/ |
D | processor.h | 769 #define thread_saved_pc(t) (*(unsigned long *)((t)->thread.sp - 8)) macro
|