Searched refs:hwcr (Results 1 – 1 of 1) sorted by relevance
1204 static void x86_mc_hwcr_wren_restore(uint64_t hwcr) in x86_mc_hwcr_wren_restore() argument1206 if ( !(hwcr & K8_HWCR_MCi_STATUS_WREN) ) in x86_mc_hwcr_wren_restore()1207 wrmsrl(MSR_K8_HWCR, hwcr); in x86_mc_hwcr_wren_restore()1214 uint64_t hwcr = 0; in x86_mc_msrinject() local1219 hwcr = x86_mc_hwcr_wren(); in x86_mc_msrinject()1238 x86_mc_hwcr_wren_restore(hwcr); in x86_mc_msrinject()
Completed in 4 milliseconds