Home
last modified time | relevance | path

Searched refs:fsindex (Results 1 – 8 of 8) sorted by relevance

/linux-6.15/arch/x86/kernel/
H A Dprocess_64.c73 unsigned int fsindex, gsindex; in __show_regs() local
107 asm("movl %%fs,%0" : "=r" (fsindex)); in __show_regs()
120 log_lvl, fs, fsindex, gs, gsindex, shadowgs); in __show_regs()
276 savesegment(fs, task->thread.fsindex); in save_fsgs()
287 save_base_legacy(task, task->thread.fsindex, FS); in save_fsgs()
396 if (unlikely(prev->fsindex || next->fsindex)) in x86_fsgsbase_load()
397 loadseg(FS, next->fsindex); in x86_fsgsbase_load()
405 load_seg_legacy(prev->fsindex, prev->fsbase, in x86_fsgsbase_load()
406 next->fsindex, next->fsbase, FS); in x86_fsgsbase_load()
492 (task->thread.fsindex == 0)) in x86_fsbase_read_task()
[all …]
H A Dtls.c175 if (p->thread.fsindex == modified_sel) in do_set_thread_area()
H A Dprocess.c189 p->thread.fsindex = current->thread.fsindex; in copy_thread()
H A Dptrace.c263 return task->thread.fsindex; in get_segment_reg()
310 task->thread.fsindex = value; in set_segment_reg()
/linux-6.15/sound/soc/codecs/
H A Dcs35l41.c869 int fsindex; in cs35l41_dai_set_sysclk() local
871 fsindex = cs35l41_get_fs_mon_config_index(freq); in cs35l41_dai_set_sysclk()
872 if (fsindex < 0) { in cs35l41_dai_set_sysclk()
881 fs1_val = cs35l41_fs_mon[fsindex].fs1; in cs35l41_dai_set_sysclk()
882 fs2_val = cs35l41_fs_mon[fsindex].fs2; in cs35l41_dai_set_sysclk()
/linux-6.15/arch/x86/include/asm/
H A Delf.h166 t->fsindex = t->gsindex = 0; in elf_common_init()
H A Dprocessor.h460 unsigned short fsindex; member
/linux-6.15/arch/x86/kvm/vmx/
H A Dvmx.c1330 fs_sel = current->thread.fsindex; in vmx_prepare_switch_to_guest()