Lines Matching +full:64 +full:m
11 * present. This code should be compilable as 16-, 32- or 64-bit
63 cpu_vendor[2] == A32('c', 'A', 'M', 'D'); in is_amd()
77 cpu_vendor[2] == A32('M', 'x', '8', '6'); in is_transmeta()
107 * level. x86-64 is considered level 64 for this purpose.
125 cpu.level = 64; in check_cpu()
134 struct msr m; in check_cpu() local
136 boot_rdmsr(MSR_K7_HWCR, &m); in check_cpu()
137 m.l &= ~(1 << 15); in check_cpu()
138 boot_wrmsr(MSR_K7_HWCR, &m); in check_cpu()
148 struct msr m; in check_cpu() local
150 boot_rdmsr(MSR_VIA_FCR, &m); in check_cpu()
151 m.l |= (1 << 1) | (1 << 7); in check_cpu()
152 boot_wrmsr(MSR_VIA_FCR, &m); in check_cpu()
159 struct msr m, m_tmp; in check_cpu() local
162 boot_rdmsr(0x80860004, &m); in check_cpu()
163 m_tmp = m; in check_cpu()
169 boot_wrmsr(0x80860004, &m); in check_cpu()
176 /* PAE is disabled on this Pentium M but can be forced */ in check_cpu()
212 * enough bits in our 64-bit PTEs (which we have on real in check_knl_erratum()
213 * 64-bit mode or PAE) to avoid using these troublesome in check_knl_erratum()
221 "processor due to a processor erratum. Use a 64-bit\n" in check_knl_erratum()