MSR_MTRRdefType   292 arch/i386/i386/i686_mem.c 	wrmsr(MSR_MTRRdefType, rdmsr(MSR_MTRRdefType) & ~0x800);	/* disable MTRRs (E = 0) */
MSR_MTRRdefType   356 arch/i386/i386/i686_mem.c 	wrmsr(MSR_MTRRdefType, rdmsr(MSR_MTRRdefType) | 0x800);	/* restore MTRR state */
MSR_MTRRdefType   539 arch/i386/i386/i686_mem.c 	mtrrdef = rdmsr(MSR_MTRRdefType);
MSR_MTRRdefType   600 arch/i386/i386/i686_mem.c 	wrmsr(MSR_MTRRdefType, mtrrdef); /* set MTRR behaviour to match BSP */