Home
last modified time | relevance | path

Searched refs:fsindex (Results 1 – 5 of 5) sorted by relevance

/linux-2.4.37.9/arch/x86_64/kernel/
Dprocess.c374 unsigned int fsindex,gsindex; in __show_regs() local
396 asm("movl %%fs,%0" : "=r" (fsindex)); in __show_regs()
409 fs,fsindex,gs,gsindex,shadowgs); in __show_regs()
530 asm("mov %%fs,%0" : "=m" (p->thread.fsindex)); in copy_thread()
592 unsigned fsindex; in __switch_to() local
593 asm volatile("movl %%fs,%0" : "=r" (fsindex)); in __switch_to()
598 if (unlikely((fsindex | next->fsindex) || prev->fs)) { in __switch_to()
599 loadsegment(fs, next->fsindex); in __switch_to()
604 if (fsindex) in __switch_to()
610 prev->fsindex = fsindex; in __switch_to()
[all …]
Dptrace.c99 child->thread.fsindex = value & 0xffff; in putreg()
157 return child->thread.fsindex; in getreg()
/linux-2.4.37.9/include/asm-x86_64/
Delf.h56 cur->thread.fsindex = 0; cur->thread.gsindex = 0; \
Dprocessor.h311 unsigned short es, ds, fsindex, gsindex; member
/linux-2.4.37.9/arch/x86_64/ia32/
Dia32_binfmt.c214 me->thread.fsindex = 0; in elf32_init()