msr_based_features_all 1311 arch/x86/kvm/x86.c static const u32 msr_based_features_all[] = {
msr_based_features_all 1336 arch/x86/kvm/x86.c static u32 msr_based_features[ARRAY_SIZE(msr_based_features_all)];
msr_based_features_all 5276 arch/x86/kvm/x86.c 	for (i = 0; i < ARRAY_SIZE(msr_based_features_all); i++) {
msr_based_features_all 5279 arch/x86/kvm/x86.c 		msr.index = msr_based_features_all[i];
msr_based_features_all 5283 arch/x86/kvm/x86.c 		msr_based_features[num_msr_based_features++] = msr_based_features_all[i];