/arch/frv/kernel/ |
D | asm-offsets.c | 90 OFFSET(__THREAD_FRAME, thread_struct, frame); in foo() 91 OFFSET(__THREAD_CURR, thread_struct, curr); in foo() 92 OFFSET(__THREAD_SP, thread_struct, sp); in foo() 93 OFFSET(__THREAD_FP, thread_struct, fp); in foo() 94 OFFSET(__THREAD_LR, thread_struct, lr); in foo() 95 OFFSET(__THREAD_PC, thread_struct, pc); in foo() 96 OFFSET(__THREAD_GR16, thread_struct, gr[0]); in foo() 97 OFFSET(__THREAD_SCHED_LR, thread_struct, sched_lr); in foo() 98 OFFSET(__THREAD_FRAME0, thread_struct, frame0); in foo() 99 OFFSET(__THREAD_USER, thread_struct, user); in foo()
|
/arch/m68k/kernel/ |
D | asm-offsets.c | 30 DEFINE(THREAD_KSP, offsetof(struct thread_struct, ksp)); in main() 31 DEFINE(THREAD_USP, offsetof(struct thread_struct, usp)); in main() 32 DEFINE(THREAD_SR, offsetof(struct thread_struct, sr)); in main() 33 DEFINE(THREAD_FS, offsetof(struct thread_struct, fs)); in main() 34 DEFINE(THREAD_CRP, offsetof(struct thread_struct, crp)); in main() 35 DEFINE(THREAD_ESP0, offsetof(struct thread_struct, esp0)); in main() 36 DEFINE(THREAD_FPREG, offsetof(struct thread_struct, fp)); in main() 37 DEFINE(THREAD_FPCNTL, offsetof(struct thread_struct, fpcntl)); in main() 38 DEFINE(THREAD_FPSTATE, offsetof(struct thread_struct, fpstate)); in main()
|
/arch/powerpc/include/asm/ |
D | switch_to.h | 7 struct thread_struct; 15 struct thread_struct; 16 extern struct task_struct *_switch(struct thread_struct *prev, 17 struct thread_struct *next);
|
/arch/c6x/include/asm/ |
D | switch_to.h | 19 struct thread_struct; 20 asmlinkage void *__switch_to(struct thread_struct *prev, 21 struct thread_struct *next,
|
/arch/sh/include/asm/ |
D | switch_to_64.h | 13 struct thread_struct; 20 struct thread_struct *prev_thread, 22 struct thread_struct *next_thread);
|
/arch/mn10300/include/asm/ |
D | switch_to.h | 17 struct thread_struct; 36 struct task_struct *__switch_to(struct thread_struct *prev, 37 struct thread_struct *next,
|
/arch/mn10300/kernel/ |
D | asm-offsets.c | 65 OFFSET(THREAD_UREGS, thread_struct, uregs); in foo() 66 OFFSET(THREAD_PC, thread_struct, pc); in foo() 67 OFFSET(THREAD_SP, thread_struct, sp); in foo() 68 OFFSET(THREAD_A3, thread_struct, a3); in foo() 69 OFFSET(THREAD_USP, thread_struct, usp); in foo() 71 OFFSET(THREAD_FPU_FLAGS, thread_struct, fpu_flags); in foo() 72 OFFSET(THREAD_FPU_STATE, thread_struct, fpu_state); in foo()
|
D | switch_to.S | 26 # struct task_struct *__switch_to(struct thread_struct *prev, 27 # struct thread_struct *next, 133 # back in (A1 points to the new thread_struct). 173 # Restore the return value (the previous thread_struct pointer)
|
/arch/c6x/kernel/ |
D | asm-offsets.c | 89 OFFSET(THREAD_PC, thread_struct, pc); in foo() 90 OFFSET(THREAD_B15_14, thread_struct, b15_14); in foo() 91 OFFSET(THREAD_A15_14, thread_struct, a15_14); in foo() 92 OFFSET(THREAD_B13_12, thread_struct, b13_12); in foo() 93 OFFSET(THREAD_A13_12, thread_struct, a13_12); in foo() 94 OFFSET(THREAD_B11_10, thread_struct, b11_10); in foo() 95 OFFSET(THREAD_A11_10, thread_struct, a11_10); in foo() 96 OFFSET(THREAD_RICL_ICL, thread_struct, ricl_icl); in foo()
|
/arch/frv/include/asm/ |
D | switch_to.h | 23 struct task_struct *__switch_to(struct thread_struct *prev_thread, 24 struct thread_struct *next_thread,
|
/arch/h8300/kernel/ |
D | asm-offsets.c | 37 DEFINE(THREAD_KSP, offsetof(struct thread_struct, ksp)); in main() 38 DEFINE(THREAD_USP, offsetof(struct thread_struct, usp)); in main() 39 DEFINE(THREAD_CCR, offsetof(struct thread_struct, ccr)); in main()
|
/arch/powerpc/kernel/ |
D | asm-offsets.c | 78 DEFINE(THREAD_DSCR, offsetof(struct thread_struct, dscr)); in main() 79 DEFINE(THREAD_DSCR_INHERIT, offsetof(struct thread_struct, dscr_inherit)); in main() 84 DEFINE(KSP, offsetof(struct thread_struct, ksp)); in main() 85 DEFINE(KSP_LIMIT, offsetof(struct thread_struct, ksp_limit)); in main() 86 DEFINE(PT_REGS, offsetof(struct thread_struct, regs)); in main() 88 DEFINE(THREAD_NORMSAVES, offsetof(struct thread_struct, normsave[0])); in main() 90 DEFINE(THREAD_FPEXC_MODE, offsetof(struct thread_struct, fpexc_mode)); in main() 91 DEFINE(THREAD_FPR0, offsetof(struct thread_struct, fpr[0])); in main() 92 DEFINE(THREAD_FPSCR, offsetof(struct thread_struct, fpscr)); in main() 94 DEFINE(THREAD_VR0, offsetof(struct thread_struct, vr[0])); in main() [all …]
|
/arch/blackfin/kernel/ |
D | asm-offsets.c | 37 DEFINE(THREAD_KSP, offsetof(struct thread_struct, ksp)); in main() 38 DEFINE(THREAD_USP, offsetof(struct thread_struct, usp)); in main() 39 DEFINE(THREAD_SR, offsetof(struct thread_struct, seqstat)); in main() 40 DEFINE(PT_SR, offsetof(struct thread_struct, seqstat)); in main() 41 DEFINE(THREAD_ESP0, offsetof(struct thread_struct, esp0)); in main() 42 DEFINE(THREAD_PC, offsetof(struct thread_struct, pc)); in main()
|
/arch/x86/kernel/ |
D | ioport.c | 25 struct thread_struct *t = ¤t->thread; in sys_ioperm() 99 struct thread_struct *t = ¤t->thread; in sys_iopl()
|
D | tls.c | 21 struct thread_struct *t = ¤t->thread; in get_free_idx() 33 struct thread_struct *t = &p->thread; in set_tls_desc() 152 struct thread_struct *t = &target->thread; in regset_tls_active()
|
/arch/hexagon/include/asm/ |
D | switch_to.h | 24 struct thread_struct;
|
D | processor.h | 46 struct thread_struct { struct
|
/arch/microblaze/include/asm/ |
D | processor.h | 65 struct thread_struct { }; struct 117 struct thread_struct { struct
|
/arch/s390/include/asm/ |
D | processor.h | 79 struct thread_struct { struct 92 typedef struct thread_struct thread_struct; argument
|
/arch/sparc/kernel/ |
D | asm-offsets.c | 21 offsetof(struct thread_struct, fork_kpsr)); in sparc32_foo()
|
/arch/cris/include/arch-v32/arch/ |
D | processor.h | 16 struct thread_struct { struct
|
/arch/cris/include/arch-v10/arch/ |
D | processor.h | 20 struct thread_struct { struct
|
/arch/alpha/include/asm/ |
D | processor.h | 39 struct thread_struct { }; struct
|
/arch/openrisc/include/asm/ |
D | processor.h | 55 struct thread_struct { struct
|
/arch/x86/um/ |
D | tls_32.c | 63 struct thread_struct *t = &task->thread; in get_free_idx() 204 struct thread_struct *t = &task->thread; in set_tls_entry() 241 struct thread_struct *t = &task->thread; in get_tls_entry()
|