Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/kernel/cpu/mtrr/
Dcleanup.c227 static unsigned long to_size_factor(unsigned long sizek, char *factorp) in to_size_factor() function
274 start_base = to_size_factor(range_startk, &start_factor); in range_to_mtrr()
275 size_base = to_size_factor(sizek, &size_factor); in range_to_mtrr()
541 size_base = to_size_factor(size_base, &size_factor), in print_out_mtrr_range_state()
543 start_base = to_size_factor(start_base, &start_factor), in print_out_mtrr_range_state()
642 gran_base = to_size_factor(result[i].gran_sizek, &gran_factor); in mtrr_print_out_one_result()
643 chunk_base = to_size_factor(result[i].chunk_sizek, &chunk_factor); in mtrr_print_out_one_result()
644 lose_base = to_size_factor(result[i].lose_cover_sizek, &lose_factor); in mtrr_print_out_one_result()