Lines Matching refs:vmcs_write16

1251 			vmcs_write16(HOST_FS_SELECTOR, fs_sel);  in vmx_set_host_fs_gs()
1253 vmcs_write16(HOST_FS_SELECTOR, 0); in vmx_set_host_fs_gs()
1258 vmcs_write16(HOST_GS_SELECTOR, gs_sel); in vmx_set_host_fs_gs()
1260 vmcs_write16(HOST_GS_SELECTOR, 0); in vmx_set_host_fs_gs()
2873 vmcs_write16(sf->selector, var.selector); in fix_rmode_seg()
3361 vmcs_write16(sf->selector, var->selector); in vmx_set_segment()
3369 vmcs_write16(sf->selector, var->selector); in vmx_set_segment()
3693 vmcs_write16(sf->selector, 0); in seg_setup()
4134 vmcs_write16(HOST_CS_SELECTOR, __KERNEL_CS); /* 22.2.4 */ in vmx_set_constant_host_state()
4141 vmcs_write16(HOST_DS_SELECTOR, 0); in vmx_set_constant_host_state()
4142 vmcs_write16(HOST_ES_SELECTOR, 0); in vmx_set_constant_host_state()
4144 vmcs_write16(HOST_DS_SELECTOR, __KERNEL_DS); /* 22.2.4 */ in vmx_set_constant_host_state()
4145 vmcs_write16(HOST_ES_SELECTOR, __KERNEL_DS); /* 22.2.4 */ in vmx_set_constant_host_state()
4147 vmcs_write16(HOST_SS_SELECTOR, __KERNEL_DS); /* 22.2.4 */ in vmx_set_constant_host_state()
4148 vmcs_write16(HOST_TR_SELECTOR, GDT_ENTRY_TSS*8); /* 22.2.4 */ in vmx_set_constant_host_state()
4416 vmcs_write16(GUEST_INTR_STATUS, 0); in init_vmcs()
4418 vmcs_write16(POSTED_INTR_NV, POSTED_INTR_VECTOR); in init_vmcs()
4432 vmcs_write16(HOST_FS_SELECTOR, 0); /* 22.2.4 */ in init_vmcs()
4433 vmcs_write16(HOST_GS_SELECTOR, 0); /* 22.2.4 */ in init_vmcs()
4461 vmcs_write16(VIRTUAL_PROCESSOR_ID, vmx->vpid); in init_vmcs()
4468 vmcs_write16(GUEST_PML_INDEX, PML_ENTITY_NUM - 1); in init_vmcs()
4509 vmcs_write16(GUEST_CS_SELECTOR, 0xf000); in vmx_vcpu_reset()
4518 vmcs_write16(GUEST_TR_SELECTOR, 0); in vmx_vcpu_reset()
4523 vmcs_write16(GUEST_LDTR_SELECTOR, 0); in vmx_vcpu_reset()
5864 vmcs_write16(GUEST_PML_INDEX, PML_ENTITY_NUM - 1); in vmx_flush_pml_buffer()
6385 vmcs_write16(GUEST_INTR_STATUS, status); in vmx_hwapic_isr_update()
6402 vmcs_write16(GUEST_INTR_STATUS, status); in vmx_set_rvi()