Home
last modified time | relevance | path

Searched refs:thread_struct (Results 1 – 25 of 48) sorted by relevance

12

/linux-2.4.37.9/arch/ppc/kernel/
Dmk_defs.c44 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 …]
Dchecks.c27 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/
Dm68k_defs.c35 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/
Dchecks.c39 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()
Dmk_defs.c52 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()
Dptrace32.c41 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()
Dptrace.c77 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/
Dprocessor.h77 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/
Dentryoffsets.c54 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/
Dprocessor.h84 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/
Dwindows.c39 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/
Dprocessor.h64 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/
Dprocessor.h59 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/
Dsystem.h82 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/
Dsystem.h89 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/
Dprocessor.h41 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/
Dprocessor.h69 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/
Dprocessor.h103 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/
Dprocess.c391 void show_thread(struct thread_struct *thread) in show_thread()
418 struct thread_struct *t = &current->thread; in exit_thread()
438 struct thread_struct *t = &current->thread; in flush_thread()
524 struct thread_struct *t) in shift_window_buffer()
537 struct thread_struct *t = &current->thread; in synchronize_user_stack()
565 struct thread_struct *t = &current->thread; in fault_in_user_windows()
605 struct thread_struct *t = &p->thread; in copy_thread()
/linux-2.4.37.9/include/asm-sh64/
Dprocessor.h144 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/
Dprocessor.h57 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/
Dinit.c43 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/
Dprocessor.h118 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/
Dprocessor.h186 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/
Dprocessor.h70 struct thread_struct { struct
168 extern __inline__ unsigned long thread_saved_pc(struct thread_struct *t) in thread_saved_pc()

12