Home
last modified time | relevance | path

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

/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()
/arch/x86/include/uapi/asm/
Dmtrr.h114 #define MTRR_NUM_TYPES 7 macro