Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kernel/
H A Dprocess_64.c72 unsigned int fsindex, gsindex; in __show_regs() local
106 asm("movl %%fs,%0" : "=r" (fsindex)); in __show_regs()
119 log_lvl, fs, fsindex, gs, gsindex, shadowgs); in __show_regs()
252 savesegment(fs, task->thread.fsindex); in save_fsgs()
263 save_base_legacy(task, task->thread.fsindex, FS); in save_fsgs()
372 if (unlikely(prev->fsindex || next->fsindex)) in x86_fsgsbase_load()
373 loadseg(FS, next->fsindex); in x86_fsgsbase_load()
381 load_seg_legacy(prev->fsindex, prev->fsbase, in x86_fsgsbase_load()
382 next->fsindex, next->fsbase, FS); in x86_fsgsbase_load()
468 (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.c183 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()
/openbmc/linux/sound/soc/codecs/
H A Dcs35l41.c890 int fsindex; in cs35l41_dai_set_sysclk() local
892 fsindex = cs35l41_get_fs_mon_config_index(freq); in cs35l41_dai_set_sysclk()
893 if (fsindex < 0) { in cs35l41_dai_set_sysclk()
902 fs1_val = cs35l41_fs_mon[fsindex].fs1; in cs35l41_dai_set_sysclk()
903 fs2_val = cs35l41_fs_mon[fsindex].fs2; in cs35l41_dai_set_sysclk()
/openbmc/linux/arch/x86/include/asm/
H A Delf.h164 t->fsindex = t->gsindex = 0; in elf_common_init()
H A Dprocessor.h426 unsigned short fsindex; member
/openbmc/linux/arch/x86/kvm/vmx/
H A Dvmx.c1344 fs_sel = current->thread.fsindex; in vmx_prepare_switch_to_guest()