/linux-2.4.37.9/arch/ppc/kernel/ |
D | mk_defs.c | 44 DEFINE(KSP, offsetof(struct thread_struct, ksp)); in main() 45 DEFINE(PGDIR, offsetof(struct thread_struct, pgdir)); in main() 46 DEFINE(LAST_SYSCALL, offsetof(struct thread_struct, last_syscall)); in main() 47 DEFINE(PT_REGS, offsetof(struct thread_struct, regs)); in main() 52 DEFINE(THREAD_FPEXC_MODE, offsetof(struct thread_struct, fpexc_mode)); in main() 53 DEFINE(THREAD_FPR0, offsetof(struct thread_struct, fpr[0])); in main() 54 DEFINE(THREAD_FPSCR, offsetof(struct thread_struct, fpscr)); in main() 56 DEFINE(THREAD_VR0, offsetof(struct thread_struct, vr[0])); in main() 57 DEFINE(THREAD_VRSAVE, offsetof(struct thread_struct, vrsave)); in main() 58 DEFINE(THREAD_VSCR, offsetof(struct thread_struct, vscr)); in main() [all …]
|
D | checks.c | 27 if ( sizeof(struct thread_struct) % 16 ) in main() 31 sizeof(struct thread_struct), in main() 32 sizeof(struct thread_struct)%16); in main() 51 sizeof(struct task_struct), sizeof(struct thread_struct), in main()
|
/linux-2.4.37.9/arch/m68k/kernel/ |
D | m68k_defs.c | 35 DEFINE(THREAD_KSP, offsetof(struct thread_struct, ksp)); in main() 36 DEFINE(THREAD_USP, offsetof(struct thread_struct, usp)); in main() 37 DEFINE(THREAD_SR, offsetof(struct thread_struct, sr)); in main() 38 DEFINE(THREAD_FS, offsetof(struct thread_struct, fs)); in main() 39 DEFINE(THREAD_CRP, offsetof(struct thread_struct, crp)); in main() 40 DEFINE(THREAD_ESP0, offsetof(struct thread_struct, esp0)); in main() 41 DEFINE(THREAD_FPREG, offsetof(struct thread_struct, fp)); in main() 42 DEFINE(THREAD_FPCNTL, offsetof(struct thread_struct, fpcntl)); in main() 43 DEFINE(THREAD_FPSTATE, offsetof(struct thread_struct, fpstate)); in main()
|
/linux-2.4.37.9/arch/ppc64/kernel/ |
D | checks.c | 39 if ( sizeof(struct thread_struct) % 16 ) in main() 43 sizeof(struct thread_struct), in main() 44 sizeof(struct thread_struct)%16); in main() 63 sizeof(struct task_struct), sizeof(struct thread_struct), in main()
|
D | mk_defs.c | 52 DEFINE(KSP, offsetof(struct thread_struct, ksp)); in main() 128 DEFINE(LAST_SYSCALL, offsetof(struct thread_struct, last_syscall)); in main() 129 DEFINE(PT_REGS, offsetof(struct thread_struct, regs)); in main() 133 DEFINE(THREAD_FPR0, offsetof(struct thread_struct, fpr[0])); in main() 134 DEFINE(THREAD_FPEXC_MODE, offsetof(struct thread_struct, fpexc_mode)); in main() 135 DEFINE(THREAD_FPSCR, offsetof(struct thread_struct, fpscr)); in main() 137 DEFINE(THREAD_VR0, offsetof(struct thread_struct, vr[0])); in main() 138 DEFINE(THREAD_VRSAVE, offsetof(struct thread_struct, vrsave)); in main() 139 DEFINE(THREAD_VSCR, offsetof(struct thread_struct, vscr)); in main() 141 DEFINE(THREAD_FLAGS, offsetof(struct thread_struct, flags)); in main()
|
D | ptrace32.c | 41 offsetof(struct thread_struct,vrsave)- in get_vrregs32() 42 offsetof(struct thread_struct,vr[0]))) in get_vrregs32() 44 data+=offsetof(struct thread_struct,vrsave[1])- in get_vrregs32() 45 offsetof(struct thread_struct,vr[0]); in get_vrregs32() 57 offsetof(struct thread_struct,vrsave)- in set_vrregs32() 58 offsetof(struct thread_struct,vr[0]))) in set_vrregs32() 60 data+=offsetof(struct thread_struct,vrsave[1])- in set_vrregs32() 61 offsetof(struct thread_struct,vr[0]); in set_vrregs32()
|
D | ptrace.c | 77 offsetof(struct thread_struct,vrsave[2])- in get_vrregs() 78 offsetof(struct thread_struct,vr[0])) ? -EFAULT : 0 ); in get_vrregs() 87 offsetof(struct thread_struct,vrsave[2])- in set_vrregs() 88 offsetof(struct thread_struct,vr[0])) ? -EFAULT : 0 ); in set_vrregs()
|
/linux-2.4.37.9/include/asm-s390/ |
D | processor.h | 77 struct thread_struct struct 94 typedef struct thread_struct thread_struct; argument 132 extern inline unsigned long thread_saved_pc(struct thread_struct *t) in thread_saved_pc()
|
/linux-2.4.37.9/arch/cris/kernel/ |
D | entryoffsets.c | 54 OF (LTHREAD_KSP, struct thread_struct, ksp) 55 OF (LTHREAD_USP, struct thread_struct, usp) 56 OF (LTHREAD_DCCR, struct thread_struct, dccr)
|
/linux-2.4.37.9/include/asm-s390x/ |
D | processor.h | 84 struct thread_struct struct 102 typedef struct thread_struct thread_struct; argument 147 extern inline unsigned long thread_saved_pc(struct thread_struct *t) in thread_saved_pc()
|
/linux-2.4.37.9/arch/sparc/kernel/ |
D | windows.c | 39 static inline void shift_window_buffer(int first_win, int last_win, struct thread_struct *tp) in shift_window_buffer() 60 struct thread_struct *tp; in synchronize_user_stack() 113 struct thread_struct *tp; in try_to_clear_window_buffer()
|
/linux-2.4.37.9/include/asm-arm/ |
D | processor.h | 64 struct thread_struct { struct 87 static inline unsigned long thread_saved_pc(struct thread_struct *t) in thread_saved_pc() argument 92 static inline unsigned long thread_saved_fp(struct thread_struct *t) in thread_saved_fp()
|
/linux-2.4.37.9/include/asm-cris/ |
D | processor.h | 59 struct thread_struct { struct 133 extern inline unsigned long thread_saved_pc(struct thread_struct *t) in thread_saved_pc()
|
/linux-2.4.37.9/include/asm-ppc64/ |
D | system.h | 82 struct thread_struct; 83 extern struct task_struct *_switch(struct thread_struct *prev, 84 struct thread_struct *next);
|
/linux-2.4.37.9/include/asm-ppc/ |
D | system.h | 89 struct thread_struct; 90 extern struct task_struct *_switch(struct thread_struct *prev, 91 struct thread_struct *next);
|
/linux-2.4.37.9/include/asm-alpha/ |
D | processor.h | 41 struct thread_struct { struct 100 extern inline unsigned long thread_saved_pc(struct thread_struct *t) in thread_saved_pc()
|
/linux-2.4.37.9/include/asm-m68k/ |
D | processor.h | 69 struct thread_struct { struct 125 static inline unsigned long thread_saved_pc(struct thread_struct *t) in thread_saved_pc()
|
/linux-2.4.37.9/include/asm-sh/ |
D | processor.h | 103 struct thread_struct { struct 215 static __inline__ unsigned long thread_saved_pc(struct thread_struct *t) in thread_saved_pc()
|
/linux-2.4.37.9/arch/sparc64/kernel/ |
D | process.c | 391 void show_thread(struct thread_struct *thread) in show_thread() 418 struct thread_struct *t = ¤t->thread; in exit_thread() 438 struct thread_struct *t = ¤t->thread; in flush_thread() 524 struct thread_struct *t) in shift_window_buffer() 537 struct thread_struct *t = ¤t->thread; in synchronize_user_stack() 565 struct thread_struct *t = ¤t->thread; in fault_in_user_windows() 605 struct thread_struct *t = &p->thread; in copy_thread()
|
/linux-2.4.37.9/include/asm-sh64/ |
D | processor.h | 144 struct thread_struct { struct 255 extern __inline__ unsigned long thread_saved_pc(struct thread_struct *t) in thread_saved_pc()
|
/linux-2.4.37.9/include/asm-sparc/ |
D | processor.h | 57 struct thread_struct { struct 118 extern __inline__ unsigned long thread_saved_pc(struct thread_struct *t) in thread_saved_pc()
|
/linux-2.4.37.9/arch/alpha/mm/ |
D | init.c | 43 struct thread_struct original_pcb; 154 load_PCB(struct thread_struct * pcb) in load_PCB() 202 original_pcb = *(struct thread_struct *) original_pcb_ptr; in switch_to_system_map()
|
/linux-2.4.37.9/include/asm-parisc/ |
D | processor.h | 118 struct thread_struct { struct 145 static inline unsigned long thread_saved_pc(struct thread_struct *t) in thread_saved_pc() argument
|
/linux-2.4.37.9/include/asm-mips/ |
D | processor.h | 186 struct thread_struct { struct 260 static inline unsigned long thread_saved_pc(struct thread_struct *t) in thread_saved_pc()
|
/linux-2.4.37.9/include/asm-sparc64/ |
D | processor.h | 70 struct thread_struct { struct 168 extern __inline__ unsigned long thread_saved_pc(struct thread_struct *t) in thread_saved_pc()
|