Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kernel/cpu/mtrr/
H A Dif.c19 static const char *const mtrr_strings[MTRR_NUM_TYPES] = variable
32 return (x <= 6) ? mtrr_strings[x] : "?"; in mtrr_attrib_to_str()
142 i = match_string(mtrr_strings, MTRR_NUM_TYPES, ptr); in mtrr_write()
/openbmc/linux/Documentation/arch/x86/
H A Dmtrr.rst201 static char *mtrr_strings[MTRR_NUM_TYPES] =
238 mtrr_strings[gentry.type]);
301 static char *mtrr_strings[MTRR_NUM_TYPES] =
326 if (strcmp (argv[3], mtrr_strings[sentry.type]) == 0) break;