Searched refs:gsindex (Results 1 - 7 of 7) sorted by relevance

/linux-master/arch/x86/kernel/
H A Dprocess_64.c73 unsigned int fsindex, gsindex; local
108 asm("movl %%gs,%0" : "=r" (gsindex));
120 log_lvl, fs, fsindex, gs, gsindex, shadowgs);
277 savesegment(gs, task->thread.gsindex);
288 save_base_legacy(task, task->thread.gsindex, GS);
398 if (unlikely(prev->gsindex || next->gsindex))
399 loadseg(GS, next->gsindex);
407 load_seg_legacy(prev->gsindex, prev->gsbase,
408 next->gsindex, nex
[all...]
H A Dtls.c178 if (p->thread.gsindex == modified_sel)
H A Dprocess.c185 p->thread.gsindex = current->thread.gsindex;
H A Dptrace.c269 return task->thread.gsindex;
313 task->thread.gsindex = value;
/linux-master/arch/x86/include/asm/
H A Delf.h165 t->fsindex = t->gsindex = 0;
H A Dprocessor.h435 unsigned short gsindex; member in struct:thread_struct
/linux-master/arch/x86/kvm/vmx/
H A Dvmx.c1328 gs_sel = current->thread.gsindex;

Completed in 279 milliseconds