Lines Matching refs:FS
151 FS,
206 * Saves the FS or GS base for an outgoing thread if FSGSBASE extensions are
243 if (which == FS)
263 save_base_legacy(task, task->thread.fsindex, FS);
288 if (which == FS)
332 wrmsrl(which == FS ? MSR_FS_BASE : MSR_KERNEL_GS_BASE,
371 /* Update the FS and GS selectors if they could have changed. */
373 loadseg(FS, next->fsindex);
382 next->fsindex, next->fsbase, FS);
842 loadseg(FS, 0);