Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/arch/x86/cpu/mcheck/
A Dmce.c1204 static void x86_mc_hwcr_wren_restore(uint64_t hwcr) in x86_mc_hwcr_wren_restore() argument
1206 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() local
1219 hwcr = x86_mc_hwcr_wren(); in x86_mc_msrinject()
1238 x86_mc_hwcr_wren_restore(hwcr); in x86_mc_msrinject()

Completed in 4 milliseconds