Searched refs:MTRR_NUM_TYPES (Results 1 – 5 of 5) sorted by relevance
562 int num[MTRR_NUM_TYPES + 1]; in mtrr_need_cleanup()569 if (type >= MTRR_NUM_TYPES) in mtrr_need_cleanup()572 type = MTRR_NUM_TYPES; in mtrr_need_cleanup()582 num_var_ranges - num[MTRR_NUM_TYPES]) in mtrr_need_cleanup()877 int num[MTRR_NUM_TYPES + 1]; in mtrr_trim_uncached_memory()921 if (type >= MTRR_NUM_TYPES) in mtrr_trim_uncached_memory()925 type = MTRR_NUM_TYPES; in mtrr_trim_uncached_memory()935 num_var_ranges - num[MTRR_NUM_TYPES]) in mtrr_trim_uncached_memory()
19 static const char *const mtrr_strings[MTRR_NUM_TYPES] =152 for (i = 0; i < MTRR_NUM_TYPES; ++i) { in mtrr_write()
292 if (type >= MTRR_NUM_TYPES) { in mtrr_add_page()
154 static char *mtrr_strings[MTRR_NUM_TYPES] =251 static char *mtrr_strings[MTRR_NUM_TYPES] =274 for (sentry.type = 0; sentry.type < MTRR_NUM_TYPES; ++sentry.type)278 if (sentry.type >= MTRR_NUM_TYPES)
114 #define MTRR_NUM_TYPES 7 macro