Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/kernel/cpu/mtrr/
Dif.c19 static const char *const mtrr_strings[MTRR_NUM_TYPES] = variable
32 return (x <= 6) ? mtrr_strings[x] : "?"; in mtrr_attrib_to_str()
153 if (strcmp(ptr, mtrr_strings[i])) in mtrr_write()
/linux-4.1.27/Documentation/x86/
Dmtrr.txt154 static char *mtrr_strings[MTRR_NUM_TYPES] =
191 mtrr_strings[gentry.type]);
251 static char *mtrr_strings[MTRR_NUM_TYPES] =
276 if (strcmp (argv[3], mtrr_strings[sentry.type]) == 0) break;