Home
last modified time | relevance | path

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

/linux-3.4.99/arch/x86/kernel/cpu/mtrr/
Dgeneric.c297 static mtrr_type __initdata last_fixed_type; variable
305 last_fixed_end - 1, mtrr_attrib_to_str(last_fixed_type)); in print_fixed_last()
315 last_fixed_type = type; in update_fixed_last()
328 if (last_fixed_end == base && last_fixed_type == *types) { in print_fixed()