to_size_factor    274 arch/x86/kernel/cpu/mtrr/cleanup.c 			start_base = to_size_factor(range_startk, &start_factor);
to_size_factor    275 arch/x86/kernel/cpu/mtrr/cleanup.c 			size_base = to_size_factor(sizek, &size_factor);
to_size_factor    540 arch/x86/kernel/cpu/mtrr/cleanup.c 		size_base = to_size_factor(size_base, &size_factor),
to_size_factor    542 arch/x86/kernel/cpu/mtrr/cleanup.c 		start_base = to_size_factor(start_base, &start_factor),
to_size_factor    641 arch/x86/kernel/cpu/mtrr/cleanup.c 	gran_base = to_size_factor(result[i].gran_sizek, &gran_factor);
to_size_factor    642 arch/x86/kernel/cpu/mtrr/cleanup.c 	chunk_base = to_size_factor(result[i].chunk_sizek, &chunk_factor);
to_size_factor    643 arch/x86/kernel/cpu/mtrr/cleanup.c 	lose_base = to_size_factor(result[i].lose_cover_sizek, &lose_factor);