Searched refs:fsindex (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/arch/x86/kernel/ |
D | process_64.c | 62 unsigned int fsindex, gsindex; in __show_regs() local 83 asm("movl %%fs,%0" : "=r" (fsindex)); in __show_regs() 99 fs, fsindex, gs, gsindex, shadowgs); in __show_regs() 171 savesegment(fs, p->thread.fsindex); in copy_thread_tls() 172 p->thread.fs = p->thread.fsindex ? 0 : me->thread.fs; in copy_thread_tls() 283 unsigned fsindex, gsindex; in __switch_to() local 293 savesegment(fs, fsindex); in __switch_to() 368 if (unlikely(fsindex | next->fsindex | prev->fs)) { in __switch_to() 369 loadsegment(fs, next->fsindex); in __switch_to() 380 if (fsindex) in __switch_to() [all …]
|
D | ptrace.c | 283 return task->thread.fsindex; in get_segment_reg() 325 if ((value == FS_TLS_SEL && task->thread.fsindex == 0 && in set_segment_reg() 327 (value == 0 && task->thread.fsindex == FS_TLS_SEL && in set_segment_reg() 330 task->thread.fsindex = value; in set_segment_reg() 332 loadsegment(fs, task->thread.fsindex); in set_segment_reg() 475 unsigned int seg = task->thread.fsindex; in getreg()
|
/linux-4.4.14/arch/x86/include/asm/ |
D | elf.h | 180 t->fsindex = t->gsindex = 0; in elf_common_init()
|
D | processor.h | 382 unsigned short fsindex; member
|