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

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

Completed in 105 milliseconds