Lines Matching refs:vmcs_write16
1108 vmcs_write16(HOST_FS_SELECTOR, fs_sel); in vmx_set_host_fs_gs()
1110 vmcs_write16(HOST_FS_SELECTOR, 0); in vmx_set_host_fs_gs()
1115 vmcs_write16(HOST_GS_SELECTOR, gs_sel); in vmx_set_host_fs_gs()
1117 vmcs_write16(HOST_GS_SELECTOR, 0); in vmx_set_host_fs_gs()
2738 vmcs_write16(sf->selector, var.selector); in fix_rmode_seg()
3193 vmcs_write16(sf->selector, var->selector); in vmx_set_segment()
3201 vmcs_write16(sf->selector, var->selector); in vmx_set_segment()
3532 vmcs_write16(sf->selector, 0); in seg_setup()
3900 vmcs_write16(HOST_CS_SELECTOR, __KERNEL_CS); /* 22.2.4 */ in vmx_set_constant_host_state()
3907 vmcs_write16(HOST_DS_SELECTOR, 0); in vmx_set_constant_host_state()
3908 vmcs_write16(HOST_ES_SELECTOR, 0); in vmx_set_constant_host_state()
3910 vmcs_write16(HOST_DS_SELECTOR, __KERNEL_DS); /* 22.2.4 */ in vmx_set_constant_host_state()
3911 vmcs_write16(HOST_ES_SELECTOR, __KERNEL_DS); /* 22.2.4 */ in vmx_set_constant_host_state()
3913 vmcs_write16(HOST_SS_SELECTOR, __KERNEL_DS); /* 22.2.4 */ in vmx_set_constant_host_state()
3914 vmcs_write16(HOST_TR_SELECTOR, GDT_ENTRY_TSS*8); /* 22.2.4 */ in vmx_set_constant_host_state()
4196 vmcs_write16(GUEST_INTR_STATUS, 0); in vmx_vcpu_setup()
4198 vmcs_write16(POSTED_INTR_NV, POSTED_INTR_VECTOR); in vmx_vcpu_setup()
4212 vmcs_write16(HOST_FS_SELECTOR, 0); /* 22.2.4 */ in vmx_vcpu_setup()
4213 vmcs_write16(HOST_GS_SELECTOR, 0); /* 22.2.4 */ in vmx_vcpu_setup()
4260 vmcs_write16(GUEST_PML_INDEX, PML_ENTITY_NUM - 1); in vmx_vcpu_setup()
4302 vmcs_write16(GUEST_CS_SELECTOR, 0xf000); in vmx_vcpu_reset()
4311 vmcs_write16(GUEST_TR_SELECTOR, 0); in vmx_vcpu_reset()
4316 vmcs_write16(GUEST_LDTR_SELECTOR, 0); in vmx_vcpu_reset()
4358 vmcs_write16(VIRTUAL_PROCESSOR_ID, vmx->vpid); in vmx_vcpu_reset()
5659 vmcs_write16(GUEST_PML_INDEX, PML_ENTITY_NUM - 1); in vmx_flush_pml_buffer()
6113 vmcs_write16(GUEST_INTR_STATUS, status); in vmx_hwapic_isr_update()
6130 vmcs_write16(GUEST_INTR_STATUS, status); in vmx_set_rvi()