VM_EXIT_MSR_STORE_COUNT
EVMCS1_FIELD(VM_EXIT_MSR_STORE_COUNT, vm_exit_msr_store_count,
vmcs_write32(VM_EXIT_MSR_STORE_COUNT, vmx->msr_autostore.nr + 1);
vmcs_write32(VM_EXIT_MSR_STORE_COUNT, vmx->msr_autostore.nr);
vmcs_write32(VM_EXIT_MSR_STORE_COUNT, vmx->msr_autostore.nr);
FIELD(VM_EXIT_MSR_STORE_COUNT, vm_exit_msr_store_count),
vmx_add_auto_msr(&vmx->msr_autostore, msr, 0, VM_EXIT_MSR_STORE_COUNT,
vmx_remove_auto_msr(&vmx->msr_autostore, msr, VM_EXIT_MSR_STORE_COUNT);
vmcs_write32(VM_EXIT_MSR_STORE_COUNT, 0);
if (vmcs_read32(VM_EXIT_MSR_STORE_COUNT) > 0)
case VM_EXIT_MSR_STORE_COUNT:
case VM_EXIT_MSR_STORE_COUNT:
vmwrite(VM_EXIT_MSR_STORE_COUNT, 0);