Home
last modified time | relevance | path

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

/linux-3.4.99/arch/x86/kernel/cpu/mtrr/
Dcleanup.c562 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()
Dif.c19 static const char *const mtrr_strings[MTRR_NUM_TYPES] =
152 for (i = 0; i < MTRR_NUM_TYPES; ++i) { in mtrr_write()
Dmain.c292 if (type >= MTRR_NUM_TYPES) { in mtrr_add_page()
/linux-3.4.99/Documentation/x86/
Dmtrr.txt154 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)
/linux-3.4.99/arch/x86/include/asm/
Dmtrr.h114 #define MTRR_NUM_TYPES 7 macro