Searched refs:load_TLS (Results 1 - 10 of 10) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/sys-i386/
H A Dtls.c86 static int load_TLS(int flags, struct task_struct *to) function
177 return load_TLS(O_FORCE, to);
188 return load_TLS(0, to);
246 * flushed. This could be triggered if load_TLS() failed.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/ia32/
H A Dia32_support.c92 load_TLS(&child->thread, smp_processor_id());
94 load_TLS(&current->thread, smp_processor_id());
136 load_TLS(&t->thread, smp_processor_id());
H A Dia32priv.h482 load_TLS (struct thread_struct *t, unsigned int cpu) function
H A Dsys_ia32.c2434 load_TLS(t, cpu);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/ia32/
H A Dtls32.c72 load_TLS(t, cpu);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-x86_64/
H A Ddesc.h138 static inline void load_TLS(struct thread_struct *t, unsigned int cpu) function
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/kernel/
H A Dprocess.c600 load_TLS(next, cpu);
784 load_TLS(&task->thread, cpu);
810 load_TLS(&task->thread, cpu);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-i386/
H A Ddesc.h73 #define load_TLS(t, cpu) native_load_tls(t, cpu) macro
H A Dparavirt.h611 static inline void load_TLS(struct thread_struct *t, unsigned cpu) function
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/kernel/
H A Dprocess.c678 load_TLS(next, cpu);
872 load_TLS(t, cpu);

Completed in 198 milliseconds