Home
last modified time | relevance | path

Searched refs:msrs_to_save (Results 1 – 1 of 1) sorted by relevance

/linux/arch/x86/kvm/
H A Dx86.c311 * The three MSR lists(msrs_to_save, emulated_msrs, msr_based_features) track
313 * KVM_SET_MSRS, and KVM_GET_MSR_INDEX_LIST. msrs_to_save holds MSRs that
318 * msrs_to_save and emulated_msrs.
372 static u32 msrs_to_save[ARRAY_SIZE(msrs_to_save_base) + variable
488 if (msrs_to_save[i] == msr_index) in kvm_is_advertised_msr()
4906 if (copy_to_user(user_msr_list->indices, &msrs_to_save, in kvm_arch_dev_ioctl()
7372 msrs_to_save[num_msrs_to_save++] = msr_index; in kvm_probe_msr_to_save()