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

/linux-master/arch/x86/kernel/cpu/mtrr/
H A Dgeneric.c599 static unsigned __initdata last_fixed_end; variable
604 if (!last_fixed_end)
608 last_fixed_end - 1, mtrr_attrib_to_str(last_fixed_type));
610 last_fixed_end = 0;
617 last_fixed_end = end;
627 if (last_fixed_end == 0) {
631 if (last_fixed_end == base && last_fixed_type == *types) {
632 last_fixed_end = base + step;

Completed in 269 milliseconds