Home
last modified time | relevance | path

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

/arch/x86/kvm/
Dx86.c462 static unsigned num_msrs_to_save; variable
1021 msr_list.nmsrs = num_msrs_to_save + ARRAY_SIZE(emulated_msrs); in kvm_arch_dev_ioctl()
1025 if (n < num_msrs_to_save) in kvm_arch_dev_ioctl()
1029 num_msrs_to_save * sizeof(u32))) in kvm_arch_dev_ioctl()
1032 + num_msrs_to_save * sizeof(u32), in kvm_arch_dev_ioctl()
1929 num_msrs_to_save = j; in kvm_init_msr_list()