Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/x86/kernel/cpu/mtrr/
A Dgeneric.c358 static unsigned __initdata last_fixed_end; variable
363 if (!last_fixed_end) in print_fixed_last()
367 last_fixed_end - 1, mtrr_attrib_to_str(last_fixed_type)); in print_fixed_last()
369 last_fixed_end = 0; in print_fixed_last()
376 last_fixed_end = end; in update_fixed_last()
386 if (last_fixed_end == 0) { in print_fixed()
390 if (last_fixed_end == base && last_fixed_type == *types) { in print_fixed()
391 last_fixed_end = base + step; in print_fixed()

Completed in 3 milliseconds