/linux-4.1.27/arch/microblaze/include/asm/ |
D | processor.h | 78 extern unsigned long thread_saved_pc(struct task_struct *t); 136 # define thread_saved_pc(tsk) \ macro
|
/linux-4.1.27/arch/cris/include/asm/ |
D | processor.h | 55 extern unsigned long thread_saved_pc(struct task_struct *tsk);
|
/linux-4.1.27/arch/hexagon/include/asm/ |
D | processor.h | 37 extern unsigned long thread_saved_pc(struct task_struct *tsk);
|
/linux-4.1.27/arch/alpha/include/asm/ |
D | processor.h | 44 extern unsigned long thread_saved_pc(struct task_struct *);
|
/linux-4.1.27/arch/openrisc/include/asm/ |
D | processor.h | 99 extern unsigned long thread_saved_pc(struct task_struct *t);
|
/linux-4.1.27/arch/nios2/include/asm/ |
D | processor.h | 84 #define thread_saved_pc(tsk) ((tsk)->thread.kregs->ea) macro
|
/linux-4.1.27/arch/frv/include/asm/ |
D | processor.h | 109 extern unsigned long thread_saved_pc(struct task_struct *tsk);
|
/linux-4.1.27/arch/um/include/asm/ |
D | processor-generic.h | 61 extern unsigned long thread_saved_pc(struct task_struct *t);
|
/linux-4.1.27/arch/c6x/include/asm/ |
D | processor.h | 101 #define thread_saved_pc(tsk) (task_pt_regs(tsk)->pc) macro
|
/linux-4.1.27/arch/arm64/include/asm/ |
D | thread_info.h | 80 #define thread_saved_pc(tsk) \ macro
|
/linux-4.1.27/arch/arc/include/asm/ |
D | processor.h | 86 #define thread_saved_pc(tsk) TSK_K_BLINK(tsk) macro
|
/linux-4.1.27/arch/score/include/asm/ |
D | processor.h | 16 extern unsigned long thread_saved_pc(struct task_struct *tsk);
|
/linux-4.1.27/arch/alpha/kernel/ |
D | process.c | 369 thread_saved_pc(struct task_struct *t) in thread_saved_pc() function 400 pc = thread_saved_pc(p); in get_wchan()
|
/linux-4.1.27/arch/sparc/include/asm/ |
D | processor_32.h | 77 unsigned long thread_saved_pc(struct task_struct *t);
|
D | processor_64.h | 98 unsigned long thread_saved_pc(struct task_struct *);
|
/linux-4.1.27/arch/m32r/include/asm/ |
D | processor.h | 125 extern unsigned long thread_saved_pc(struct task_struct *);
|
/linux-4.1.27/arch/score/kernel/ |
D | process.c | 104 unsigned long thread_saved_pc(struct task_struct *tsk) in thread_saved_pc() function
|
/linux-4.1.27/arch/blackfin/include/asm/ |
D | processor.h | 88 #define thread_saved_pc(tsk) (tsk->thread.pc) macro
|
/linux-4.1.27/arch/mn10300/include/asm/ |
D | processor.h | 140 extern unsigned long thread_saved_pc(struct task_struct *tsk);
|
/linux-4.1.27/arch/sh/include/asm/ |
D | processor_32.h | 180 #define thread_saved_pc(tsk) (tsk->thread.pc) macro
|
D | processor_64.h | 226 #define thread_saved_pc(tsk) (tsk->thread.pc) macro
|
/linux-4.1.27/arch/arm64/kernel/ |
D | stacktrace.c | 108 frame.pc = thread_saved_pc(tsk); in save_stack_trace_tsk()
|
D | process.c | 359 frame.pc = thread_saved_pc(p); in get_wchan()
|
D | traps.c | 156 frame.pc = thread_saved_pc(tsk); in dump_backtrace()
|
/linux-4.1.27/arch/unicore32/include/asm/ |
D | thread_info.h | 104 #define thread_saved_pc(tsk) \ macro
|
/linux-4.1.27/arch/unicore32/kernel/ |
D | stacktrace.c | 110 frame.pc = thread_saved_pc(tsk); in save_stack_trace_tsk()
|
D | process.c | 292 frame.pc = thread_saved_pc(p); in get_wchan()
|
/linux-4.1.27/arch/avr32/include/asm/ |
D | processor.h | 142 #define thread_saved_pc(tsk) ((tsk)->thread.cpu_context.pc) macro
|
/linux-4.1.27/arch/hexagon/kernel/ |
D | process.c | 63 unsigned long thread_saved_pc(struct task_struct *tsk) in thread_saved_pc() function
|
/linux-4.1.27/arch/mn10300/kernel/ |
D | process.c | 42 unsigned long thread_saved_pc(struct task_struct *tsk) in thread_saved_pc() function
|
/linux-4.1.27/arch/m68k/include/asm/ |
D | processor.h | 163 extern unsigned long thread_saved_pc(struct task_struct *tsk);
|
/linux-4.1.27/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.1.27/arch/arm/include/asm/ |
D | thread_info.h | 101 #define thread_saved_pc(tsk) \ macro
|
/linux-4.1.27/arch/m32r/kernel/ |
D | process.c | 42 unsigned long thread_saved_pc(struct task_struct *tsk) in thread_saved_pc() function
|
/linux-4.1.27/arch/parisc/kernel/ |
D | process.c | 242 unsigned long thread_saved_pc(struct task_struct *t) in thread_saved_pc() function
|
/linux-4.1.27/arch/openrisc/kernel/ |
D | process.c | 98 unsigned long thread_saved_pc(struct task_struct *t) in thread_saved_pc() function
|
/linux-4.1.27/arch/xtensa/include/asm/ |
D | processor.h | 177 #define thread_saved_pc(tsk) (task_pt_regs(tsk)->pc) macro
|
/linux-4.1.27/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.1.27/arch/metag/include/asm/ |
D | processor.h | 142 #define thread_saved_pc(tsk) \ macro
|
/linux-4.1.27/arch/metag/kernel/ |
D | stacktrace.c | 165 frame.pc = thread_saved_pc(tsk); in save_stack_trace_tsk()
|
/linux-4.1.27/arch/microblaze/kernel/ |
D | process.c | 123 unsigned long thread_saved_pc(struct task_struct *tsk) in thread_saved_pc() function
|
/linux-4.1.27/arch/frv/kernel/ |
D | process.c | 198 unsigned long thread_saved_pc(struct task_struct *tsk) in thread_saved_pc() function
|
/linux-4.1.27/arch/arm/kernel/ |
D | stacktrace.c | 134 frame.pc = thread_saved_pc(tsk); in __save_stack_trace()
|
D | process.c | 273 frame.pc = thread_saved_pc(p); in get_wchan()
|
D | unwind.c | 499 frame.pc = thread_saved_pc(tsk); in unwind_backtrace()
|
/linux-4.1.27/arch/s390/include/asm/ |
D | processor.h | 175 extern unsigned long thread_saved_pc(struct task_struct *t);
|
/linux-4.1.27/arch/sh/kernel/ |
D | process_32.c | 226 pc = thread_saved_pc(p); in get_wchan()
|
D | process_64.c | 443 pc = thread_saved_pc(p); in get_wchan()
|
/linux-4.1.27/arch/m68k/kernel/ |
D | process.c | 44 unsigned long thread_saved_pc(struct task_struct *tsk) in thread_saved_pc() function
|
/linux-4.1.27/arch/mips/kernel/ |
D | process.c | 420 unsigned long thread_saved_pc(struct task_struct *tsk) in thread_saved_pc() function 531 pc = thread_saved_pc(task); in get_wchan()
|
/linux-4.1.27/arch/s390/kernel/ |
D | process.c | 47 unsigned long thread_saved_pc(struct task_struct *tsk) in thread_saved_pc() function
|
/linux-4.1.27/arch/mips/include/asm/ |
D | processor.h | 355 extern unsigned long thread_saved_pc(struct task_struct *tsk);
|
/linux-4.1.27/arch/parisc/include/asm/ |
D | processor.h | 175 unsigned long thread_saved_pc(struct task_struct *t);
|
/linux-4.1.27/arch/um/kernel/ |
D | um_arch.c | 57 unsigned long thread_saved_pc(struct task_struct *task) in thread_saved_pc() function
|
/linux-4.1.27/arch/tile/include/asm/ |
D | processor.h | 224 #define thread_saved_pc(t) ((t)->thread.pc) macro
|
/linux-4.1.27/arch/x86/include/asm/ |
D | processor.h | 850 extern unsigned long thread_saved_pc(struct task_struct *tsk); 905 #define thread_saved_pc(t) (*(unsigned long *)((t)->thread.sp - 8)) macro
|
/linux-4.1.27/arch/avr32/kernel/ |
D | process.c | 332 pc = thread_saved_pc(p); in get_wchan()
|
/linux-4.1.27/arch/x86/kernel/ |
D | process_32.c | 64 unsigned long thread_saved_pc(struct task_struct *tsk) in thread_saved_pc() function
|
/linux-4.1.27/arch/powerpc/include/asm/ |
D | processor.h | 351 #define thread_saved_pc(tsk) \ macro
|
/linux-4.1.27/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.1.27/arch/ia64/include/asm/ |
D | processor.h | 612 thread_saved_pc (struct task_struct *t) in thread_saved_pc() function
|
/linux-4.1.27/kernel/sched/ |
D | core.c | 4532 printk(KERN_CONT " %08lx ", thread_saved_pc(p)); in sched_show_task() 4537 printk(KERN_CONT " %016lx ", thread_saved_pc(p)); in sched_show_task()
|