Searched refs:fsindex (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Dprocess_64.c164 unsigned int fsindex, gsindex; local
186 asm("movl %%fs,%0" : "=r" (fsindex));
202 fs, fsindex, gs, gsindex, shadowgs);
287 savesegment(fs, p->thread.fsindex);
288 p->thread.fs = p->thread.fsindex ? 0 : me->thread.fs;
384 unsigned fsindex, gsindex; local
421 savesegment(fs, fsindex);
449 if (unlikely(fsindex | next->fsindex | prev->fs)) {
450 loadsegment(fs, next->fsindex);
[all...]
H A Dptrace.c252 return task->thread.fsindex;
294 if ((value == FS_TLS_SEL && task->thread.fsindex == 0 &&
296 (value == 0 && task->thread.fsindex == FS_TLS_SEL &&
299 task->thread.fsindex = value;
301 loadsegment(fs, task->thread.fsindex);
407 * to set either thread.fs or thread.fsindex and the
450 unsigned int seg = task->thread.fsindex;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Delf.h168 t->fsindex = t->gsindex = 0;
H A Dprocessor.h439 unsigned short fsindex; member in struct:thread_struct

Completed in 110 milliseconds