gsindex 181 arch/x86/include/asm/elf.h t->fsindex = t->gsindex = 0; gsindex 453 arch/x86/include/asm/processor.h unsigned short gsindex; gsindex 71 arch/x86/kernel/process_64.c unsigned int fsindex, gsindex; gsindex 106 arch/x86/kernel/process_64.c asm("movl %%gs,%0" : "=r" (gsindex)); gsindex 118 arch/x86/kernel/process_64.c fs, fsindex, gs, gsindex, shadowgs); gsindex 202 arch/x86/kernel/process_64.c savesegment(gs, task->thread.gsindex); gsindex 204 arch/x86/kernel/process_64.c save_base_legacy(task, task->thread.gsindex, GS); gsindex 285 arch/x86/kernel/process_64.c load_seg_legacy(prev->gsindex, prev->gsbase, gsindex 286 arch/x86/kernel/process_64.c next->gsindex, next->gsbase, GS); gsindex 352 arch/x86/kernel/process_64.c else if (task->thread.gsindex == 0) gsindex 355 arch/x86/kernel/process_64.c gsbase = x86_fsgsbase_read_task(task, task->thread.gsindex); gsindex 392 arch/x86/kernel/process_64.c savesegment(gs, p->thread.gsindex); gsindex 393 arch/x86/kernel/process_64.c p->thread.gsbase = p->thread.gsindex ? 0 : me->thread.gsbase; gsindex 730 arch/x86/kernel/process_64.c task->thread.gsindex = 0; gsindex 250 arch/x86/kernel/ptrace.c return task->thread.gsindex; gsindex 287 arch/x86/kernel/ptrace.c task->thread.gsindex = value; gsindex 289 arch/x86/kernel/ptrace.c load_gs_index(task->thread.gsindex); gsindex 183 arch/x86/kernel/tls.c if (p->thread.gsindex == modified_sel) gsindex 1152 arch/x86/kvm/vmx/vmx.c gs_sel = current->thread.gsindex;