Lines Matching defs:fs_sel
1262 void vmx_set_host_fs_gs(struct vmcs_host_state *host, u16 fs_sel, u16 gs_sel,
1265 if (unlikely(fs_sel != host->fs_sel)) {
1266 if (!(fs_sel & 7))
1267 vmcs_write16(HOST_FS_SELECTOR, fs_sel);
1270 host->fs_sel = fs_sel;
1297 u16 fs_sel, gs_sel;
1340 fs_sel = current->thread.fsindex;
1345 savesegment(fs, fs_sel);
1353 savesegment(fs, fs_sel);
1355 fs_base = segment_base(fs_sel);
1359 vmx_set_host_fs_gs(host_state, fs_sel, gs_sel, fs_base, gs_base);
1385 if (host_state->fs_sel & 7)
1386 loadsegment(fs, host_state->fs_sel);