Home
last modified time | relevance | path

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

/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()
145 i = match_string(mtrr_strings, MTRR_NUM_TYPES, ptr); in mtrr_write()