Home
last modified time | relevance | path

Searched refs:m_tmp (Results 1 – 1 of 1) sorted by relevance

/linux/arch/x86/boot/
H A Dcpucheck.c159 struct msr m, m_tmp; in check_cpu() local
163 m_tmp = m; in check_cpu()
164 m_tmp.l = ~0; in check_cpu()
165 boot_wrmsr(0x80860004, &m_tmp); in check_cpu()