MTRR_NUM_TYPES    561 arch/x86/kernel/cpu/mtrr/cleanup.c 	int num[MTRR_NUM_TYPES + 1];
MTRR_NUM_TYPES    568 arch/x86/kernel/cpu/mtrr/cleanup.c 		if (type >= MTRR_NUM_TYPES)
MTRR_NUM_TYPES    571 arch/x86/kernel/cpu/mtrr/cleanup.c 			type = MTRR_NUM_TYPES;
MTRR_NUM_TYPES    581 arch/x86/kernel/cpu/mtrr/cleanup.c 	    num_var_ranges - num[MTRR_NUM_TYPES])
MTRR_NUM_TYPES    883 arch/x86/kernel/cpu/mtrr/cleanup.c 	int num[MTRR_NUM_TYPES + 1];
MTRR_NUM_TYPES    927 arch/x86/kernel/cpu/mtrr/cleanup.c 		if (type >= MTRR_NUM_TYPES)
MTRR_NUM_TYPES    931 arch/x86/kernel/cpu/mtrr/cleanup.c 			type = MTRR_NUM_TYPES;
MTRR_NUM_TYPES    941 arch/x86/kernel/cpu/mtrr/cleanup.c 		num_var_ranges - num[MTRR_NUM_TYPES])
MTRR_NUM_TYPES     19 arch/x86/kernel/cpu/mtrr/if.c static const char *const mtrr_strings[MTRR_NUM_TYPES] =
MTRR_NUM_TYPES    145 arch/x86/kernel/cpu/mtrr/if.c 	i = match_string(mtrr_strings, MTRR_NUM_TYPES, ptr);
MTRR_NUM_TYPES    315 arch/x86/kernel/cpu/mtrr/mtrr.c 	if (type >= MTRR_NUM_TYPES) {