centaur_mcr_type   16 arch/x86/kernel/cpu/mtrr/centaur.c static u8 centaur_mcr_type;	/* 0 for winchip, 1 for winchip2 */
centaur_mcr_type   65 arch/x86/kernel/cpu/mtrr/centaur.c 	if (centaur_mcr_type == 1 && ((centaur_mcr[reg].low & 31) & 2))
centaur_mcr_type   67 arch/x86/kernel/cpu/mtrr/centaur.c 	if (centaur_mcr_type == 1 && (centaur_mcr[reg].low & 31) == 25)
centaur_mcr_type   69 arch/x86/kernel/cpu/mtrr/centaur.c 	if (centaur_mcr_type == 0 && (centaur_mcr[reg].low & 31) == 31)
centaur_mcr_type   84 arch/x86/kernel/cpu/mtrr/centaur.c 		if (centaur_mcr_type == 0) {
centaur_mcr_type  106 arch/x86/kernel/cpu/mtrr/centaur.c 	    (centaur_mcr_type == 0 || type != MTRR_TYPE_UNCACHABLE)) {
centaur_mcr_type  108 arch/x86/kernel/cpu/mtrr/centaur.c 			   centaur_mcr_type ? " and uncacheable are" : " is");