Searched refs:gsindex (Results 1 – 5 of 5) sorted by relevance
/linux-2.4.37.9/arch/x86_64/kernel/ |
D | process.c | 374 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 …]
|
D | ptrace.c | 104 child->thread.gsindex = value & 0xffff; in putreg() 159 return child->thread.gsindex; in getreg()
|
/linux-2.4.37.9/include/asm-x86_64/ |
D | elf.h | 56 cur->thread.fsindex = 0; cur->thread.gsindex = 0; \
|
D | processor.h | 311 unsigned short es, ds, fsindex, gsindex; member
|
/linux-2.4.37.9/arch/x86_64/ia32/ |
D | ia32_binfmt.c | 215 me->thread.gsindex = 0; in elf32_init()
|