Searched refs:last_fixed_end (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/arch/x86/kernel/cpu/mtrr/
H A Dgeneric.c296 static unsigned __initdata last_fixed_end; variable
301 if (!last_fixed_end) print_fixed_last()
305 last_fixed_end - 1, mtrr_attrib_to_str(last_fixed_type)); print_fixed_last()
307 last_fixed_end = 0; print_fixed_last()
314 last_fixed_end = end; update_fixed_last()
324 if (last_fixed_end == 0) { print_fixed()
328 if (last_fixed_end == base && last_fixed_type == *types) { print_fixed()
329 last_fixed_end = base + step; print_fixed()

Completed in 62 milliseconds