Searched refs:gsindex (Results 1 – 7 of 7) sorted by relevance
/linux/arch/x86/kernel/ |
H A D | process_64.c | 74 unsigned int fsindex, gsindex; in __show_regs() local 109 asm("movl %%gs,%0" : "=r" (gsindex)); in __show_regs() 121 log_lvl, fs, fsindex, gs, gsindex, shadowgs); in __show_regs() 278 savesegment(gs, task->thread.gsindex); in save_fsgs() 289 save_base_legacy(task, task->thread.gsindex, GS); in save_fsgs() 399 if (unlikely(prev->gsindex || next->gsindex)) in x86_fsgsbase_load() 400 loadseg(GS, next->gsindex); in x86_fsgsbase_load() 408 load_seg_legacy(prev->gsindex, prev->gsbase, in x86_fsgsbase_load() 409 next->gsindex, nex in x86_fsgsbase_load() [all...] |
H A D | tls.c | 178 if (p->thread.gsindex == modified_sel) in do_set_thread_area()
|
H A D | process.c | 187 p->thread.gsindex = current->thread.gsindex; in copy_thread()
|
H A D | ptrace.c | 269 return task->thread.gsindex; in get_segment_reg() 313 task->thread.gsindex = value; in set_segment_reg()
|
/linux/arch/x86/include/asm/ |
H A D | elf.h | 162 t->fsindex = t->gsindex = 0; in elf_common_init()
|
H A D | processor.h | 461 unsigned short gsindex; member
|
/linux/arch/x86/kvm/vmx/ |
H A D | vmx.c | 1285 gs_sel = current->thread.gsindex; in vmx_prepare_switch_to_guest()
|