Searched defs:gsindex (Results 1 - 2 of 2) sorted by relevance

/arch/x86/kernel/
H A Dprocess_64.c62 unsigned int fsindex, gsindex; local
85 asm("movl %%gs,%0" : "=r" (gsindex));
100 fs, fsindex, gs, gsindex, shadowgs);
184 savesegment(gs, p->thread.gsindex);
185 p->thread.gs = p->thread.gsindex ? 0 : me->thread.gs;
284 unsigned fsindex, gsindex; local
313 savesegment(gs, gsindex);
348 if (unlikely(gsindex | next->gsindex | prev->gs)) {
349 load_gs_index(next->gsindex);
524 unsigned gsindex; local
[all...]
/arch/x86/include/asm/
H A Dprocessor.h449 unsigned short gsindex; member in struct:thread_struct

Completed in 104 milliseconds