Searched refs:gsindex (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/arch/x86/kernel/ |
D | process_64.c | 69 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()
|
D | tls.c | 182 if (p->thread.gsindex == modified_sel) in do_set_thread_area()
|
D | ptrace.c | 275 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/ |
D | elf.h | 181 t->fsindex = t->gsindex = 0; in elf_common_init()
|
D | processor.h | 468 unsigned short gsindex; member
|
/Linux-v4.19/arch/x86/kvm/ |
D | vmx.c | 2896 gs_sel = current->thread.gsindex; in vmx_prepare_switch_to_guest()
|