Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/power/cpupower/utils/idle_monitor/
H A Dmperf_monitor.c276 unsigned long long hwcr; in init_maxfreq_mode() local
294 ret = read_msr(0, MSR_AMD_HWCR, &hwcr); in init_maxfreq_mode()
303 } else if (1 & (hwcr >> 24)) { in init_maxfreq_mode()
/OK3568_Linux_fs/kernel/arch/x86/kernel/cpu/mce/
H A Damd.c605 u64 hwcr; in disable_err_thresholding() local
625 rdmsrl(MSR_K7_HWCR, hwcr); in disable_err_thresholding()
628 need_toggle = !(hwcr & BIT(18)); in disable_err_thresholding()
630 wrmsrl(MSR_K7_HWCR, hwcr | BIT(18)); in disable_err_thresholding()
638 wrmsrl(MSR_K7_HWCR, hwcr); in disable_err_thresholding()