Lines Matching refs:vmcs_write32

925 		vmcs_write32(PAGE_FAULT_ERROR_CODE_MASK, mask);  in vmx_update_exception_bitmap()
926 vmcs_write32(PAGE_FAULT_ERROR_CODE_MATCH, match); in vmx_update_exception_bitmap()
937 vmcs_write32(EXCEPTION_BITMAP, eb); in vmx_update_exception_bitmap()
1015 vmcs_write32(VM_ENTRY_MSR_LOAD_COUNT, m->guest.nr); in clear_atomic_switch_msr()
1024 vmcs_write32(VM_EXIT_MSR_LOAD_COUNT, m->host.nr); in clear_atomic_switch_msr()
1089 vmcs_write32(VM_ENTRY_MSR_LOAD_COUNT, m->guest.nr); in add_atomic_switch_msr()
1099 vmcs_write32(VM_EXIT_MSR_LOAD_COUNT, m->host.nr); in add_atomic_switch_msr()
1594 vmcs_write32(GUEST_INTERRUPTIBILITY_INFO, interruptibility); in vmx_set_interrupt_shadow()
1801 vmcs_write32(GUEST_ACTIVITY_STATE, GUEST_ACTIVITY_ACTIVE); in vmx_clear_hlt()
1823 vmcs_write32(VM_ENTRY_EXCEPTION_ERROR_CODE, (u16)ex->error_code); in vmx_inject_exception()
1838 vmcs_write32(VM_ENTRY_INSTRUCTION_LEN, in vmx_inject_exception()
1844 vmcs_write32(VM_ENTRY_INTR_INFO_FIELD, intr_info); in vmx_inject_exception()
2216 vmcs_write32(GUEST_SYSENTER_CS, data); in vmx_set_msr()
3068 vmcs_write32(sf->limit, var.limit); in fix_rmode_seg()
3069 vmcs_write32(sf->ar_bytes, vmx_segment_access_rights(&var)); in fix_rmode_seg()
3100 vmcs_write32(GUEST_TR_LIMIT, RMODE_TSS_SIZE - 1); in enter_rmode()
3101 vmcs_write32(GUEST_TR_AR_BYTES, 0x008b); in enter_rmode()
3155 vmcs_write32(GUEST_TR_AR_BYTES, in enter_lmode()
3593 vmcs_write32(sf->limit, var->limit); in __vmx_set_segment()
3610 vmcs_write32(sf->ar_bytes, vmx_segment_access_rights(var)); in __vmx_set_segment()
3636 vmcs_write32(GUEST_IDTR_LIMIT, dt->size); in vmx_set_idt()
3648 vmcs_write32(GUEST_GDTR_LIMIT, dt->size); in vmx_set_gdt()
3915 vmcs_write32(sf->limit, 0xffff); in seg_setup()
3920 vmcs_write32(sf->ar_bytes, ar); in seg_setup()
4344 vmcs_write32(HOST_IA32_SYSENTER_CS, low32); in vmx_set_constant_host_state()
4755 vmcs_write32(PLE_GAP, ple_gap); in init_vmcs()
4761 vmcs_write32(NOTIFY_WINDOW, kvm->arch.notify_window); in init_vmcs()
4763 vmcs_write32(PAGE_FAULT_ERROR_CODE_MASK, 0); in init_vmcs()
4764 vmcs_write32(PAGE_FAULT_ERROR_CODE_MATCH, 0); in init_vmcs()
4765 vmcs_write32(CR3_TARGET_COUNT, 0); /* 22.2.1 */ in init_vmcs()
4776 vmcs_write32(VM_EXIT_MSR_STORE_COUNT, 0); in init_vmcs()
4777 vmcs_write32(VM_EXIT_MSR_LOAD_COUNT, 0); in init_vmcs()
4779 vmcs_write32(VM_ENTRY_MSR_LOAD_COUNT, 0); in init_vmcs()
4815 vmcs_write32(GUEST_SYSENTER_CS, 0); in init_vmcs()
4825 vmcs_write32(TPR_THRESHOLD, 0); in init_vmcs()
4888 vmcs_write32(GUEST_TR_LIMIT, 0xffff); in vmx_vcpu_reset()
4889 vmcs_write32(GUEST_TR_AR_BYTES, 0x008b); in vmx_vcpu_reset()
4893 vmcs_write32(GUEST_LDTR_LIMIT, 0xffff); in vmx_vcpu_reset()
4894 vmcs_write32(GUEST_LDTR_AR_BYTES, 0x00082); in vmx_vcpu_reset()
4897 vmcs_write32(GUEST_GDTR_LIMIT, 0xffff); in vmx_vcpu_reset()
4900 vmcs_write32(GUEST_IDTR_LIMIT, 0xffff); in vmx_vcpu_reset()
4902 vmcs_write32(GUEST_ACTIVITY_STATE, GUEST_ACTIVITY_ACTIVE); in vmx_vcpu_reset()
4903 vmcs_write32(GUEST_INTERRUPTIBILITY_INFO, 0); in vmx_vcpu_reset()
4908 vmcs_write32(VM_ENTRY_INTR_INFO_FIELD, 0); /* 22.2.1 */ in vmx_vcpu_reset()
4952 vmcs_write32(VM_ENTRY_INSTRUCTION_LEN, in vmx_inject_irq()
4956 vmcs_write32(VM_ENTRY_INTR_INFO_FIELD, intr); in vmx_inject_irq()
4986 vmcs_write32(VM_ENTRY_INTR_INFO_FIELD, in vmx_inject_nmi()
6692 vmcs_write32(TPR_THRESHOLD, tpr_threshold); in vmx_update_cr8_intercept()
7134 vmcs_write32(VM_ENTRY_INTR_INFO_FIELD, 0); in vmx_cancel_injection()
7167 vmcs_write32(VMX_PREEMPTION_TIMER_VALUE, 0); in vmx_update_hv_timer()
7178 vmcs_write32(VMX_PREEMPTION_TIMER_VALUE, delta_tsc); in vmx_update_hv_timer()
7181 vmcs_write32(VMX_PREEMPTION_TIMER_VALUE, -1); in vmx_update_hv_timer()
7316 vmcs_write32(PLE_WINDOW, vmx->ple_window); in vmx_vcpu_run()