Lines Matching defs:fs_sel
1245 void vmx_set_host_fs_gs(struct vmcs_host_state *host, u16 fs_sel, u16 gs_sel,
1248 if (unlikely(fs_sel != host->fs_sel)) {
1249 if (!(fs_sel & 7))
1250 vmcs_write16(HOST_FS_SELECTOR, fs_sel);
1253 host->fs_sel = fs_sel;
1280 u16 fs_sel, gs_sel;
1320 fs_sel = current->thread.fsindex;
1325 savesegment(fs, fs_sel);
1333 savesegment(fs, fs_sel);
1335 fs_base = segment_base(fs_sel);
1339 vmx_set_host_fs_gs(host_state, fs_sel, gs_sel, fs_base, gs_base);
1365 if (host_state->fs_sel & 7)
1366 loadsegment(fs, host_state->fs_sel);