Searched refs:thread_struct (Results 1 - 25 of 64) sorted by relevance

123

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/frv/kernel/
H A Dasm-offsets.c96 /* offsets into thread_struct */
97 OFFSET(__THREAD_FRAME, thread_struct, frame);
98 OFFSET(__THREAD_CURR, thread_struct, curr);
99 OFFSET(__THREAD_SP, thread_struct, sp);
100 OFFSET(__THREAD_FP, thread_struct, fp);
101 OFFSET(__THREAD_LR, thread_struct, lr);
102 OFFSET(__THREAD_PC, thread_struct, pc);
103 OFFSET(__THREAD_GR16, thread_struct, gr[0]);
104 OFFSET(__THREAD_SCHED_LR, thread_struct, sched_lr);
105 OFFSET(__THREAD_FRAME0, thread_struct, frame
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/kernel/
H A Dasm-offsets.c34 DEFINE(THREAD_KSP, offsetof(struct thread_struct, ksp));
35 DEFINE(THREAD_USP, offsetof(struct thread_struct, usp));
36 DEFINE(THREAD_SR, offsetof(struct thread_struct, sr));
37 DEFINE(THREAD_FS, offsetof(struct thread_struct, fs));
38 DEFINE(THREAD_CRP, offsetof(struct thread_struct, crp));
39 DEFINE(THREAD_ESP0, offsetof(struct thread_struct, esp0));
40 DEFINE(THREAD_FPREG, offsetof(struct thread_struct, fp));
41 DEFINE(THREAD_FPCNTL, offsetof(struct thread_struct, fpcntl));
42 DEFINE(THREAD_FPSTATE, offsetof(struct thread_struct, fpstate));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68knommu/kernel/
H A Dasm-offsets.c45 DEFINE(THREAD_KSP, offsetof(struct thread_struct, ksp));
46 DEFINE(THREAD_USP, offsetof(struct thread_struct, usp));
47 DEFINE(THREAD_SR, offsetof(struct thread_struct, sr));
48 DEFINE(THREAD_FS, offsetof(struct thread_struct, fs));
49 DEFINE(THREAD_CRP, offsetof(struct thread_struct, crp));
50 DEFINE(THREAD_ESP0, offsetof(struct thread_struct, esp0));
51 DEFINE(THREAD_FPREG, offsetof(struct thread_struct, fp));
52 DEFINE(THREAD_FPCNTL, offsetof(struct thread_struct, fpcntl));
53 DEFINE(THREAD_FPSTATE, offsetof(struct thread_struct, fpstate));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-v850/
H A Dsystem.h25 struct thread_struct;
26 extern void *switch_thread (struct thread_struct *last,
27 struct thread_struct *next);
H A Dprocessor.h53 struct thread_struct { struct
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/kernel/
H A Dasm-offsets.c41 DEFINE(KSP, offsetof(struct thread_struct, ksp));
42 DEFINE(PGDIR, offsetof(struct thread_struct, pgdir));
43 DEFINE(PT_REGS, offsetof(struct thread_struct, regs));
44 DEFINE(THREAD_FPEXC_MODE, offsetof(struct thread_struct, fpexc_mode));
45 DEFINE(THREAD_FPR0, offsetof(struct thread_struct, fpr[0]));
46 DEFINE(THREAD_FPSCR, offsetof(struct thread_struct, fpscr));
48 DEFINE(THREAD_DBCR0, offsetof(struct thread_struct, dbcr0));
52 DEFINE(THREAD_VR0, offsetof(struct thread_struct, vr[0]));
53 DEFINE(THREAD_VRSAVE, offsetof(struct thread_struct, vrsave));
54 DEFINE(THREAD_VSCR, offsetof(struct thread_struct, vsc
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/h8300/kernel/
H A Dasm-offsets.c41 DEFINE(THREAD_KSP, offsetof(struct thread_struct, ksp));
42 DEFINE(THREAD_USP, offsetof(struct thread_struct, usp));
43 DEFINE(THREAD_CCR, offsetof(struct thread_struct, ccr));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-cris/arch-v10/
H A Dprocessor.h13 /* CRIS thread_struct. this really has nothing to do with the processor itself, since
15 * The thread_struct here is used when task-switching using _resume defined in entry.S.
20 struct thread_struct { struct
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-cris/arch-v32/
H A Dprocessor.h16 struct thread_struct { struct
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-ppc/
H A Dsystem.h84 extern void cvt_fd(float *from, double *to, struct thread_struct *thread);
85 extern void cvt_df(double *from, float *to, struct thread_struct *thread);
142 struct thread_struct;
143 extern struct task_struct *_switch(struct thread_struct *prev,
144 struct thread_struct *next);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-frv/
H A Dsystem.h18 struct thread_struct;
26 struct task_struct *__switch_to(struct thread_struct *prev_thread,
27 struct thread_struct *next_thread,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/kernel/
H A Dasm-offsets.c65 DEFINE(KSP, offsetof(struct thread_struct, ksp));
66 DEFINE(PT_REGS, offsetof(struct thread_struct, regs));
67 DEFINE(THREAD_FPEXC_MODE, offsetof(struct thread_struct, fpexc_mode));
68 DEFINE(THREAD_FPR0, offsetof(struct thread_struct, fpr[0]));
69 DEFINE(THREAD_FPSCR, offsetof(struct thread_struct, fpscr));
71 DEFINE(THREAD_VR0, offsetof(struct thread_struct, vr[0]));
72 DEFINE(THREAD_VRSAVE, offsetof(struct thread_struct, vrsave));
73 DEFINE(THREAD_VSCR, offsetof(struct thread_struct, vscr));
74 DEFINE(THREAD_USED_VR, offsetof(struct thread_struct, used_vr));
77 DEFINE(KSP_VSID, offsetof(struct thread_struct, ksp_vsi
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc/kernel/
H A Dasm-offsets.c37 offsetof(struct thread_struct, fork_kpsr));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-alpha/
H A Dprocessor.h34 struct thread_struct { }; struct
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-x86_64/
H A Dia32.h164 int do_get_thread_area(struct thread_struct *t, struct user_desc __user *info);
165 int do_set_thread_area(struct thread_struct *t, struct user_desc __user *info);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/blackfin/kernel/
H A Dasm-offsets.c59 DEFINE(THREAD_KSP, offsetof(struct thread_struct, ksp));
60 DEFINE(THREAD_USP, offsetof(struct thread_struct, usp));
61 DEFINE(THREAD_SR, offsetof(struct thread_struct, seqstat));
62 DEFINE(PT_SR, offsetof(struct thread_struct, seqstat));
63 DEFINE(THREAD_ESP0, offsetof(struct thread_struct, esp0));
64 DEFINE(THREAD_PC, offsetof(struct thread_struct, pc));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/ia32/
H A Dtls32.c18 struct thread_struct *t = &current->thread;
31 int do_set_thread_area(struct thread_struct *t, struct user_desc __user *u_info)
105 int do_get_thread_area(struct thread_struct *t, struct user_desc __user *u_info)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-s390/
H A Dprocessor.h92 struct thread_struct { struct
108 typedef struct thread_struct thread_struct; typedef in typeref:struct:thread_struct
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/kernel/
H A Dioport.c61 struct thread_struct * t = &current->thread;
140 struct thread_struct *t = &current->thread;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-sh64/
H A Dsystem.h29 struct thread_struct *prev_thread,
31 struct thread_struct *next_thread);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/arch-v10/kernel/
H A Dasm-offsets.c35 #define ENTRY(entry) DEFINE(THREAD_ ## entry, offsetof(struct thread_struct, entry))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/arch-v32/kernel/
H A Dasm-offsets.c37 #define ENTRY(entry) DEFINE(THREAD_ ## entry, offsetof(struct thread_struct, entry))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-sparc/
H A Dprocessor.h51 struct thread_struct { struct
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-m32r/
H A Dprocessor.h80 struct thread_struct { struct
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm26/
H A Dprocessor.h78 struct thread_struct { struct

Completed in 230 milliseconds

123