Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/kvm/
Dx86.c945 static unsigned num_msrs_to_save; variable
2858 msr_list.nmsrs = num_msrs_to_save + ARRAY_SIZE(emulated_msrs); in kvm_arch_dev_ioctl()
2866 num_msrs_to_save * sizeof(u32))) in kvm_arch_dev_ioctl()
2868 if (copy_to_user(user_msr_list->indices + num_msrs_to_save, in kvm_arch_dev_ioctl()
4140 num_msrs_to_save = j; in kvm_init_msr_list()