Home
last modified time | relevance | path

Searched refs:gsindex (Results 1 – 5 of 5) sorted by relevance

/arch/x86/kernel/
Dprocess_64.c71 unsigned int fsindex, gsindex; in __show_regs() local
99 asm("movl %%gs,%0" : "=r" (gsindex)); in __show_regs()
111 fs, fsindex, gs, gsindex, shadowgs); in __show_regs()
205 savesegment(gs, task->thread.gsindex); in save_fsgs()
207 save_base_legacy(task, task->thread.gsindex, GS); in save_fsgs()
294 savesegment(gs, p->thread.gsindex); in copy_thread_tls()
295 p->thread.gsbase = p->thread.gsindex ? 0 : me->thread.gsbase; in copy_thread_tls()
465 load_seg_legacy(prev->gsindex, prev->gsbase, in __switch_to()
466 next->gsindex, next->gsbase, GS); in __switch_to()
620 task->thread.gsindex = 0; in do_arch_prctl_64()
Dptrace.c277 return task->thread.gsindex; in get_segment_reg()
314 task->thread.gsindex = value; in set_segment_reg()
316 load_gs_index(task->thread.gsindex); in set_segment_reg()
489 if (task->thread.gsindex == 0) in getreg()
492 return task_seg_base(task, task->thread.gsindex); in getreg()
Dtls.c183 if (p->thread.gsindex == modified_sel) in do_set_thread_area()
/arch/x86/include/asm/
Delf.h181 t->fsindex = t->gsindex = 0; in elf_common_init()
Dprocessor.h466 unsigned short gsindex; member