Lines Matching refs:vmcs_write16
1165 vmcs_write16(HOST_FS_SELECTOR, fs_sel); in vmx_set_host_fs_gs()
1167 vmcs_write16(HOST_FS_SELECTOR, 0); in vmx_set_host_fs_gs()
1172 vmcs_write16(HOST_GS_SELECTOR, gs_sel); in vmx_set_host_fs_gs()
1174 vmcs_write16(HOST_GS_SELECTOR, 0); in vmx_set_host_fs_gs()
2930 vmcs_write16(sf->selector, var.selector); in fix_rmode_seg()
3438 vmcs_write16(sf->selector, var->selector); in __vmx_set_segment()
3446 vmcs_write16(sf->selector, var->selector); in __vmx_set_segment()
3765 vmcs_write16(sf->selector, 0); in seg_setup()
4201 vmcs_write16(HOST_CS_SELECTOR, __KERNEL_CS); /* 22.2.4 */ in vmx_set_constant_host_state()
4208 vmcs_write16(HOST_DS_SELECTOR, 0); in vmx_set_constant_host_state()
4209 vmcs_write16(HOST_ES_SELECTOR, 0); in vmx_set_constant_host_state()
4211 vmcs_write16(HOST_DS_SELECTOR, __KERNEL_DS); /* 22.2.4 */ in vmx_set_constant_host_state()
4212 vmcs_write16(HOST_ES_SELECTOR, __KERNEL_DS); /* 22.2.4 */ in vmx_set_constant_host_state()
4214 vmcs_write16(HOST_SS_SELECTOR, __KERNEL_DS); /* 22.2.4 */ in vmx_set_constant_host_state()
4215 vmcs_write16(HOST_TR_SELECTOR, GDT_ENTRY_TSS*8); /* 22.2.4 */ in vmx_set_constant_host_state()
4615 vmcs_write16(GUEST_INTR_STATUS, 0); in init_vmcs()
4617 vmcs_write16(POSTED_INTR_NV, POSTED_INTR_VECTOR); in init_vmcs()
4623 vmcs_write16(LAST_PID_POINTER_INDEX, kvm->arch.max_vcpu_ids - 1); in init_vmcs()
4639 vmcs_write16(HOST_FS_SELECTOR, 0); /* 22.2.4 */ in init_vmcs()
4640 vmcs_write16(HOST_GS_SELECTOR, 0); /* 22.2.4 */ in init_vmcs()
4668 vmcs_write16(VIRTUAL_PROCESSOR_ID, vmx->vpid); in init_vmcs()
4675 vmcs_write16(GUEST_PML_INDEX, PML_ENTITY_NUM - 1); in init_vmcs()
4749 vmcs_write16(GUEST_CS_SELECTOR, 0xf000); in vmx_vcpu_reset()
4758 vmcs_write16(GUEST_TR_SELECTOR, 0); in vmx_vcpu_reset()
4763 vmcs_write16(GUEST_LDTR_SELECTOR, 0); in vmx_vcpu_reset()
6072 vmcs_write16(GUEST_PML_INDEX, PML_ENTITY_NUM - 1); in vmx_flush_pml_buffer()
6658 vmcs_write16(GUEST_INTR_STATUS, status); in vmx_hwapic_isr_update()
6675 vmcs_write16(GUEST_INTR_STATUS, status); in vmx_set_rvi()