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

/linux-master/arch/x86/include/uapi/asm/
H A Dmtrr.h107 #define MTRR_NUM_TYPES 7 macro
/linux-master/arch/x86/kernel/cpu/mtrr/
H A Dcleanup.c548 int num[MTRR_NUM_TYPES + 1];
555 if (type >= MTRR_NUM_TYPES)
558 type = MTRR_NUM_TYPES;
568 num_var_ranges - num[MTRR_NUM_TYPES])
873 int num[MTRR_NUM_TYPES + 1];
920 if (type >= MTRR_NUM_TYPES)
924 type = MTRR_NUM_TYPES;
934 num_var_ranges - num[MTRR_NUM_TYPES])
H A Dif.c19 static const char *const mtrr_strings[MTRR_NUM_TYPES] =
142 i = match_string(mtrr_strings, MTRR_NUM_TYPES, ptr);
H A Dmtrr.c239 if (type >= MTRR_NUM_TYPES) {

Completed in 122 milliseconds