Searched refs:vmcs_host_state (Results 1 – 4 of 4) sorted by relevance
30 * vmcs_host_state tracks registers that are loaded from the VMCS on VMEXIT34 struct vmcs_host_state { struct 74 struct vmcs_host_state host_state;35 cr3vmcs_host_state global() argument 36 cr4vmcs_host_state global() argument 37 gs_basevmcs_host_state global() argument 38 fs_basevmcs_host_state global() argument 39 rspvmcs_host_state global() argument 41 ldt_selvmcs_host_state global() argument 43 es_selvmcs_host_state global() argument
353 void vmx_set_host_fs_gs(struct vmcs_host_state *host, u16 fs_sel, u16 gs_sel,
1207 void vmx_set_host_fs_gs(struct vmcs_host_state *host, u16 fs_sel, u16 gs_sel, in vmx_set_host_fs_gs() 1238 struct vmcs_host_state *host_state; in vmx_prepare_switch_to_guest() 1309 struct vmcs_host_state *host_state; in vmx_prepare_switch_to_host() 2923 memset(&loaded_vmcs->host_state, 0, sizeof(struct vmcs_host_state)); in alloc_loaded_vmcs()
277 struct vmcs_host_state *dest, *src; in vmx_sync_vmcs_host_state()