Searched refs:gsindex (Results 1 – 7 of 7) sorted by relevance
/linux-5.19.10/arch/x86/kernel/ |
D | process_64.c | 71 unsigned int fsindex, gsindex; in __show_regs() local 106 asm("movl %%gs,%0" : "=r" (gsindex)); in __show_regs() 118 log_lvl, fs, fsindex, gs, gsindex, shadowgs); in __show_regs() 252 savesegment(gs, task->thread.gsindex); in save_fsgs() 263 save_base_legacy(task, task->thread.gsindex, GS); in save_fsgs() 373 if (unlikely(prev->gsindex || next->gsindex)) in x86_fsgsbase_load() 374 loadseg(GS, next->gsindex); in x86_fsgsbase_load() 382 load_seg_legacy(prev->gsindex, prev->gsbase, in x86_fsgsbase_load() 383 next->gsindex, next->gsbase, GS); in x86_fsgsbase_load() 482 (task->thread.gsindex == 0)) in x86_gsbase_read_task() [all …]
|
D | tls.c | 177 if (p->thread.gsindex == modified_sel) in do_set_thread_area()
|
D | process.c | 159 p->thread.gsindex = current->thread.gsindex; in copy_thread()
|
D | ptrace.c | 249 return task->thread.gsindex; in get_segment_reg() 293 task->thread.gsindex = value; in set_segment_reg()
|
/linux-5.19.10/arch/x86/include/asm/ |
D | elf.h | 168 t->fsindex = t->gsindex = 0; in elf_common_init()
|
D | processor.h | 482 unsigned short gsindex; member
|
/linux-5.19.10/arch/x86/kvm/vmx/ |
D | vmx.c | 1231 gs_sel = current->thread.gsindex; in vmx_prepare_switch_to_guest()
|