Home
last modified time | relevance | path

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

/linux/arch/x86/kvm/vmx/
H A Dvmx.c1340 struct vmcs_host_state *host_state; in vmx_prepare_switch_to_guest() local
1371 host_state = &vmx->loaded_vmcs->host_state; in vmx_prepare_switch_to_guest()
1377 host_state->ldt_sel = vmx_store_ldt(); in vmx_prepare_switch_to_guest()
1380 savesegment(ds, host_state->ds_sel); in vmx_prepare_switch_to_guest()
1381 savesegment(es, host_state->es_sel); in vmx_prepare_switch_to_guest()
1405 vmx_set_host_fs_gs(host_state, fs_sel, gs_sel, fs_base, gs_base); in vmx_prepare_switch_to_guest()
1411 struct vmcs_host_state *host_state; in vmx_prepare_switch_to_host() local
1416 host_state = &vmx->loaded_vmcs->host_state; in vmx_prepare_switch_to_host()
1423 if (host_state->ldt_sel || (host_state->gs_sel & 7)) { in vmx_prepare_switch_to_host()
1424 vmx_load_ldt(host_state->ldt_sel); in vmx_prepare_switch_to_host()
[all …]