Searched refs:fsindex (Results 1 – 8 of 8) sorted by relevance
/linux/arch/x86/kernel/ |
H A D | process_64.c | 74 unsigned int fsindex, gsindex; in __show_regs() local 108 asm("movl %%fs,%0" : "=r" (fsindex)); in __show_regs() 121 log_lvl, fs, fsindex, gs, gsindex, shadowgs); in __show_regs() 277 savesegment(fs, task->thread.fsindex); in save_fsgs() 288 save_base_legacy(task, task->thread.fsindex, FS); in save_fsgs() 397 if (unlikely(prev->fsindex || next->fsindex)) in x86_fsgsbase_load() 398 loadseg(FS, next->fsindex); in x86_fsgsbase_load() 406 load_seg_legacy(prev->fsindex, prev->fsbase, in x86_fsgsbase_load() 407 next->fsindex, nex in x86_fsgsbase_load() [all...] |
H A D | tls.c | 175 if (p->thread.fsindex == modified_sel) in do_set_thread_area()
|
H A D | process.c | 185 p->thread.fsindex = current->thread.fsindex; in copy_thread()
|
H A D | ptrace.c | 263 return task->thread.fsindex; in get_segment_reg() 310 task->thread.fsindex = value; in set_segment_reg()
|
/linux/sound/soc/codecs/ |
H A D | cs35l41.c | 868 int fsindex; in cs35l41_dai_set_sysclk() local 870 fsindex = cs35l41_get_fs_mon_config_index(freq); in cs35l41_dai_set_sysclk() 871 if (fsindex < 0) { in cs35l41_dai_set_sysclk() 880 fs1_val = cs35l41_fs_mon[fsindex].fs1; in cs35l41_dai_set_sysclk() 881 fs2_val = cs35l41_fs_mon[fsindex].fs2; in cs35l41_dai_set_sysclk()
|
/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 | 460 unsigned short fsindex; member 470 * 32-bit kernels could be taught to use fsindex instead.
|
/linux/arch/x86/kvm/vmx/ |
H A D | vmx.c | 1284 fs_sel = current->thread.fsindex; in vmx_prepare_switch_to_guest()
|