Home
last modified time | relevance | path

Searched refs:gsindex (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
397 asm("movl %%gs,%0" : "=r" (gsindex)); in __show_regs()
409 fs,fsindex,gs,gsindex,shadowgs); in __show_regs()
529 asm("mov %%gs,%0" : "=m" (p->thread.gsindex)); in copy_thread()
613 unsigned gsindex; in __switch_to() local
614 asm volatile("movl %%gs,%0" : "=r" (gsindex)); in __switch_to()
615 if (unlikely((gsindex | next->gsindex) || prev->gs)) { in __switch_to()
616 load_gs_index(next->gsindex); in __switch_to()
617 if (gsindex) in __switch_to()
622 prev->gsindex = gsindex; in __switch_to()
[all …]
Dptrace.c104 child->thread.gsindex = value & 0xffff; in putreg()
159 return child->thread.gsindex; 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.c215 me->thread.gsindex = 0; in elf32_init()