Home
last modified time | relevance | path

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

1234

/arch/frv/kernel/
Dasm-offsets.c90 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/
Dasm-offsets.c30 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/
Dswitch_to.h7 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/
Dswitch_to.h19 struct thread_struct;
20 asmlinkage void *__switch_to(struct thread_struct *prev,
21 struct thread_struct *next,
/arch/sh/include/asm/
Dswitch_to_64.h13 struct thread_struct;
20 struct thread_struct *prev_thread,
22 struct thread_struct *next_thread);
/arch/mn10300/include/asm/
Dswitch_to.h17 struct thread_struct;
36 struct task_struct *__switch_to(struct thread_struct *prev,
37 struct thread_struct *next,
/arch/mn10300/kernel/
Dasm-offsets.c65 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()
Dswitch_to.S26 # 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/
Dasm-offsets.c89 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/
Dswitch_to.h23 struct task_struct *__switch_to(struct thread_struct *prev_thread,
24 struct thread_struct *next_thread,
/arch/h8300/kernel/
Dasm-offsets.c37 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/
Dasm-offsets.c78 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/
Dasm-offsets.c37 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/
Dioport.c25 struct thread_struct *t = &current->thread; in sys_ioperm()
99 struct thread_struct *t = &current->thread; in sys_iopl()
Dtls.c21 struct thread_struct *t = &current->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/
Dswitch_to.h24 struct thread_struct;
Dprocessor.h46 struct thread_struct { struct
/arch/microblaze/include/asm/
Dprocessor.h65 struct thread_struct { }; struct
117 struct thread_struct { struct
/arch/s390/include/asm/
Dprocessor.h79 struct thread_struct { struct
92 typedef struct thread_struct thread_struct; argument
/arch/sparc/kernel/
Dasm-offsets.c21 offsetof(struct thread_struct, fork_kpsr)); in sparc32_foo()
/arch/cris/include/arch-v32/arch/
Dprocessor.h16 struct thread_struct { struct
/arch/cris/include/arch-v10/arch/
Dprocessor.h20 struct thread_struct { struct
/arch/alpha/include/asm/
Dprocessor.h39 struct thread_struct { }; struct
/arch/openrisc/include/asm/
Dprocessor.h55 struct thread_struct { struct
/arch/x86/um/
Dtls_32.c63 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()

1234