Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/kernel/
Dprocess_64.c69 unsigned int fsindex, gsindex; in __show_regs() local
105 asm("movl %%gs,%0" : "=r" (gsindex)); in __show_regs()
117 fs, fsindex, gs, gsindex, shadowgs); in __show_regs()
211 savesegment(gs, task->thread.gsindex); in save_fsgs()
213 save_base_legacy(task, task->thread.gsindex, GS); in save_fsgs()
306 savesegment(gs, p->thread.gsindex); in copy_thread_tls()
307 p->thread.gsbase = p->thread.gsindex ? 0 : me->thread.gsbase; in copy_thread_tls()
478 load_seg_legacy(prev->gsindex, prev->gsbase, in __switch_to()
479 next->gsindex, next->gsbase, GS); in __switch_to()
638 task->thread.gsindex = 0; in do_arch_prctl_64()
Dtls.c182 if (p->thread.gsindex == modified_sel) in do_set_thread_area()
Dptrace.c275 return task->thread.gsindex; in get_segment_reg()
312 task->thread.gsindex = value; in set_segment_reg()
314 load_gs_index(task->thread.gsindex); in set_segment_reg()
/Linux-v4.19/arch/x86/include/asm/
Delf.h181 t->fsindex = t->gsindex = 0; in elf_common_init()
Dprocessor.h468 unsigned short gsindex; member
/Linux-v4.19/arch/x86/kvm/
Dvmx.c2896 gs_sel = current->thread.gsindex; in vmx_prepare_switch_to_guest()