vmcs_write32 2022 arch/x86/kvm/vmx/nested.c vmcs_write32(VM_EXIT_MSR_STORE_COUNT, 0); vmcs_write32 2078 arch/x86/kvm/vmx/nested.c vmcs_write32(TPR_THRESHOLD, vmcs12->tpr_threshold); vmcs_write32 2177 arch/x86/kvm/vmx/nested.c vmcs_write32(VM_ENTRY_INTR_INFO_FIELD, vmcs_write32 2179 arch/x86/kvm/vmx/nested.c vmcs_write32(VM_ENTRY_EXCEPTION_ERROR_CODE, vmcs_write32 2181 arch/x86/kvm/vmx/nested.c vmcs_write32(VM_ENTRY_INSTRUCTION_LEN, vmcs_write32 2183 arch/x86/kvm/vmx/nested.c vmcs_write32(GUEST_INTERRUPTIBILITY_INFO, vmcs_write32 2188 arch/x86/kvm/vmx/nested.c vmcs_write32(VM_ENTRY_INTR_INFO_FIELD, 0); vmcs_write32 2206 arch/x86/kvm/vmx/nested.c vmcs_write32(GUEST_ES_LIMIT, vmcs12->guest_es_limit); vmcs_write32 2207 arch/x86/kvm/vmx/nested.c vmcs_write32(GUEST_CS_LIMIT, vmcs12->guest_cs_limit); vmcs_write32 2208 arch/x86/kvm/vmx/nested.c vmcs_write32(GUEST_SS_LIMIT, vmcs12->guest_ss_limit); vmcs_write32 2209 arch/x86/kvm/vmx/nested.c vmcs_write32(GUEST_DS_LIMIT, vmcs12->guest_ds_limit); vmcs_write32 2210 arch/x86/kvm/vmx/nested.c vmcs_write32(GUEST_FS_LIMIT, vmcs12->guest_fs_limit); vmcs_write32 2211 arch/x86/kvm/vmx/nested.c vmcs_write32(GUEST_GS_LIMIT, vmcs12->guest_gs_limit); vmcs_write32 2212 arch/x86/kvm/vmx/nested.c vmcs_write32(GUEST_LDTR_LIMIT, vmcs12->guest_ldtr_limit); vmcs_write32 2213 arch/x86/kvm/vmx/nested.c vmcs_write32(GUEST_TR_LIMIT, vmcs12->guest_tr_limit); vmcs_write32 2214 arch/x86/kvm/vmx/nested.c vmcs_write32(GUEST_GDTR_LIMIT, vmcs12->guest_gdtr_limit); vmcs_write32 2215 arch/x86/kvm/vmx/nested.c vmcs_write32(GUEST_IDTR_LIMIT, vmcs12->guest_idtr_limit); vmcs_write32 2216 arch/x86/kvm/vmx/nested.c vmcs_write32(GUEST_CS_AR_BYTES, vmcs12->guest_cs_ar_bytes); vmcs_write32 2217 arch/x86/kvm/vmx/nested.c vmcs_write32(GUEST_SS_AR_BYTES, vmcs12->guest_ss_ar_bytes); vmcs_write32 2218 arch/x86/kvm/vmx/nested.c vmcs_write32(GUEST_ES_AR_BYTES, vmcs12->guest_es_ar_bytes); vmcs_write32 2219 arch/x86/kvm/vmx/nested.c vmcs_write32(GUEST_DS_AR_BYTES, vmcs12->guest_ds_ar_bytes); vmcs_write32 2220 arch/x86/kvm/vmx/nested.c vmcs_write32(GUEST_FS_AR_BYTES, vmcs12->guest_fs_ar_bytes); vmcs_write32 2221 arch/x86/kvm/vmx/nested.c vmcs_write32(GUEST_GS_AR_BYTES, vmcs12->guest_gs_ar_bytes); vmcs_write32 2222 arch/x86/kvm/vmx/nested.c vmcs_write32(GUEST_LDTR_AR_BYTES, vmcs12->guest_ldtr_ar_bytes); vmcs_write32 2223 arch/x86/kvm/vmx/nested.c vmcs_write32(GUEST_TR_AR_BYTES, vmcs12->guest_tr_ar_bytes); vmcs_write32 2238 arch/x86/kvm/vmx/nested.c vmcs_write32(GUEST_SYSENTER_CS, vmcs12->guest_sysenter_cs); vmcs_write32 2277 arch/x86/kvm/vmx/nested.c vmcs_write32(PAGE_FAULT_ERROR_CODE_MASK, vmcs_write32 2279 arch/x86/kvm/vmx/nested.c vmcs_write32(PAGE_FAULT_ERROR_CODE_MATCH, vmcs_write32 2289 arch/x86/kvm/vmx/nested.c vmcs_write32(VM_EXIT_MSR_LOAD_COUNT, vmx->msr_autoload.host.nr); vmcs_write32 2290 arch/x86/kvm/vmx/nested.c vmcs_write32(VM_ENTRY_MSR_LOAD_COUNT, vmx->msr_autoload.guest.nr); vmcs_write32 2833 arch/x86/kvm/vmx/nested.c vmcs_write32(VM_EXIT_MSR_LOAD_COUNT, 0); vmcs_write32 2835 arch/x86/kvm/vmx/nested.c vmcs_write32(VM_ENTRY_MSR_LOAD_COUNT, 0); vmcs_write32 2892 arch/x86/kvm/vmx/nested.c vmcs_write32(VM_EXIT_MSR_LOAD_COUNT, vmx->msr_autoload.host.nr); vmcs_write32 2894 arch/x86/kvm/vmx/nested.c vmcs_write32(VM_ENTRY_MSR_LOAD_COUNT, vmx->msr_autoload.guest.nr); vmcs_write32 3860 arch/x86/kvm/vmx/nested.c vmcs_write32(GUEST_SYSENTER_CS, vmcs12->host_ia32_sysenter_cs); vmcs_write32 3865 arch/x86/kvm/vmx/nested.c vmcs_write32(GUEST_IDTR_LIMIT, 0xFFFF); vmcs_write32 3866 arch/x86/kvm/vmx/nested.c vmcs_write32(GUEST_GDTR_LIMIT, 0xFFFF); vmcs_write32 4122 arch/x86/kvm/vmx/nested.c vmcs_write32(VM_EXIT_MSR_LOAD_COUNT, vmx->msr_autoload.host.nr); vmcs_write32 4123 arch/x86/kvm/vmx/nested.c vmcs_write32(VM_ENTRY_MSR_LOAD_COUNT, vmx->msr_autoload.guest.nr); vmcs_write32 782 arch/x86/kvm/vmx/vmx.c vmcs_write32(EXCEPTION_BITMAP, eb); vmcs_write32 854 arch/x86/kvm/vmx/vmx.c vmcs_write32(VM_ENTRY_MSR_LOAD_COUNT, m->guest.nr); vmcs_write32 863 arch/x86/kvm/vmx/vmx.c vmcs_write32(VM_EXIT_MSR_LOAD_COUNT, m->host.nr); vmcs_write32 928 arch/x86/kvm/vmx/vmx.c vmcs_write32(VM_ENTRY_MSR_LOAD_COUNT, m->guest.nr); vmcs_write32 938 arch/x86/kvm/vmx/vmx.c vmcs_write32(VM_EXIT_MSR_LOAD_COUNT, m->host.nr); vmcs_write32 1463 arch/x86/kvm/vmx/vmx.c vmcs_write32(GUEST_INTERRUPTIBILITY_INFO, interruptibility); vmcs_write32 1576 arch/x86/kvm/vmx/vmx.c vmcs_write32(GUEST_ACTIVITY_STATE, GUEST_ACTIVITY_ACTIVE); vmcs_write32 1590 arch/x86/kvm/vmx/vmx.c vmcs_write32(VM_ENTRY_EXCEPTION_ERROR_CODE, error_code); vmcs_write32 1605 arch/x86/kvm/vmx/vmx.c vmcs_write32(VM_ENTRY_INSTRUCTION_LEN, vmcs_write32 1611 arch/x86/kvm/vmx/vmx.c vmcs_write32(VM_ENTRY_INTR_INFO_FIELD, intr_info); vmcs_write32 1919 arch/x86/kvm/vmx/vmx.c vmcs_write32(GUEST_SYSENTER_CS, data); vmcs_write32 2712 arch/x86/kvm/vmx/vmx.c vmcs_write32(sf->limit, var.limit); vmcs_write32 2713 arch/x86/kvm/vmx/vmx.c vmcs_write32(sf->ar_bytes, vmx_segment_access_rights(&var)); vmcs_write32 2743 arch/x86/kvm/vmx/vmx.c vmcs_write32(GUEST_TR_LIMIT, RMODE_TSS_SIZE - 1); vmcs_write32 2744 arch/x86/kvm/vmx/vmx.c vmcs_write32(GUEST_TR_AR_BYTES, 0x008b); vmcs_write32 2797 arch/x86/kvm/vmx/vmx.c vmcs_write32(GUEST_TR_AR_BYTES, vmcs_write32 3175 arch/x86/kvm/vmx/vmx.c vmcs_write32(sf->limit, var->limit); vmcs_write32 3192 arch/x86/kvm/vmx/vmx.c vmcs_write32(sf->ar_bytes, vmx_segment_access_rights(var)); vmcs_write32 3214 arch/x86/kvm/vmx/vmx.c vmcs_write32(GUEST_IDTR_LIMIT, dt->size); vmcs_write32 3226 arch/x86/kvm/vmx/vmx.c vmcs_write32(GUEST_GDTR_LIMIT, dt->size); vmcs_write32 3509 arch/x86/kvm/vmx/vmx.c vmcs_write32(sf->limit, 0xffff); vmcs_write32 3514 arch/x86/kvm/vmx/vmx.c vmcs_write32(sf->ar_bytes, ar); vmcs_write32 3901 arch/x86/kvm/vmx/vmx.c vmcs_write32(HOST_IA32_SYSENTER_CS, low32); vmcs_write32 4183 arch/x86/kvm/vmx/vmx.c vmcs_write32(PLE_GAP, ple_gap); vmcs_write32 4188 arch/x86/kvm/vmx/vmx.c vmcs_write32(PAGE_FAULT_ERROR_CODE_MASK, 0); vmcs_write32 4189 arch/x86/kvm/vmx/vmx.c vmcs_write32(PAGE_FAULT_ERROR_CODE_MATCH, 0); vmcs_write32 4190 arch/x86/kvm/vmx/vmx.c vmcs_write32(CR3_TARGET_COUNT, 0); /* 22.2.1 */ vmcs_write32 4201 arch/x86/kvm/vmx/vmx.c vmcs_write32(VM_EXIT_MSR_STORE_COUNT, 0); vmcs_write32 4202 arch/x86/kvm/vmx/vmx.c vmcs_write32(VM_EXIT_MSR_LOAD_COUNT, 0); vmcs_write32 4204 arch/x86/kvm/vmx/vmx.c vmcs_write32(VM_ENTRY_MSR_LOAD_COUNT, 0); vmcs_write32 4293 arch/x86/kvm/vmx/vmx.c vmcs_write32(GUEST_TR_LIMIT, 0xffff); vmcs_write32 4294 arch/x86/kvm/vmx/vmx.c vmcs_write32(GUEST_TR_AR_BYTES, 0x008b); vmcs_write32 4298 arch/x86/kvm/vmx/vmx.c vmcs_write32(GUEST_LDTR_LIMIT, 0xffff); vmcs_write32 4299 arch/x86/kvm/vmx/vmx.c vmcs_write32(GUEST_LDTR_AR_BYTES, 0x00082); vmcs_write32 4302 arch/x86/kvm/vmx/vmx.c vmcs_write32(GUEST_SYSENTER_CS, 0); vmcs_write32 4312 arch/x86/kvm/vmx/vmx.c vmcs_write32(GUEST_GDTR_LIMIT, 0xffff); vmcs_write32 4315 arch/x86/kvm/vmx/vmx.c vmcs_write32(GUEST_IDTR_LIMIT, 0xffff); vmcs_write32 4317 arch/x86/kvm/vmx/vmx.c vmcs_write32(GUEST_ACTIVITY_STATE, GUEST_ACTIVITY_ACTIVE); vmcs_write32 4318 arch/x86/kvm/vmx/vmx.c vmcs_write32(GUEST_INTERRUPTIBILITY_INFO, 0); vmcs_write32 4325 arch/x86/kvm/vmx/vmx.c vmcs_write32(VM_ENTRY_INTR_INFO_FIELD, 0); /* 22.2.1 */ vmcs_write32 4332 arch/x86/kvm/vmx/vmx.c vmcs_write32(TPR_THRESHOLD, 0); vmcs_write32 4388 arch/x86/kvm/vmx/vmx.c vmcs_write32(VM_ENTRY_INSTRUCTION_LEN, vmcs_write32 4392 arch/x86/kvm/vmx/vmx.c vmcs_write32(VM_ENTRY_INTR_INFO_FIELD, intr); vmcs_write32 4422 arch/x86/kvm/vmx/vmx.c vmcs_write32(VM_ENTRY_INTR_INFO_FIELD, vmcs_write32 6025 arch/x86/kvm/vmx/vmx.c vmcs_write32(TPR_THRESHOLD, 0); vmcs_write32 6029 arch/x86/kvm/vmx/vmx.c vmcs_write32(TPR_THRESHOLD, irr); vmcs_write32 6409 arch/x86/kvm/vmx/vmx.c vmcs_write32(VM_ENTRY_INTR_INFO_FIELD, 0); vmcs_write32 6454 arch/x86/kvm/vmx/vmx.c vmcs_write32(VMX_PREEMPTION_TIMER_VALUE, 0); vmcs_write32 6465 arch/x86/kvm/vmx/vmx.c vmcs_write32(VMX_PREEMPTION_TIMER_VALUE, delta_tsc); vmcs_write32 6468 arch/x86/kvm/vmx/vmx.c vmcs_write32(VMX_PREEMPTION_TIMER_VALUE, -1); vmcs_write32 6500 arch/x86/kvm/vmx/vmx.c vmcs_write32(PLE_WINDOW, vmx->ple_window); vmcs_write32 409 arch/x86/kvm/vmx/vmx.h vmcs_write32(uname, val); \