mtrr_strings       19 arch/x86/kernel/cpu/mtrr/if.c static const char *const mtrr_strings[MTRR_NUM_TYPES] =
mtrr_strings       32 arch/x86/kernel/cpu/mtrr/if.c 	return (x <= 6) ? mtrr_strings[x] : "?";
mtrr_strings      145 arch/x86/kernel/cpu/mtrr/if.c 	i = match_string(mtrr_strings, MTRR_NUM_TYPES, ptr);