Home
last modified time | relevance | path

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

/arch/x86/kernel/cpu/mcheck/
Dmce_amd.c414 u32 smca_low, smca_high, smca_addr; in prepare_threshold_block() local
440 if (!rdmsr_safe(smca_addr, &smca_low, &smca_high)) { in prepare_threshold_block()
450 smca_high |= BIT(0); in prepare_threshold_block()
464 smca_high &= ~BIT(2); in prepare_threshold_block()
477 if ((smca_low & BIT(5)) && !((smca_high >> 5) & 0x3)) in prepare_threshold_block()
478 smca_high |= BIT(5); in prepare_threshold_block()
480 wrmsr(smca_addr, smca_low, smca_high); in prepare_threshold_block()
484 if (rdmsr_safe(MSR_CU_DEF_ERR, &smca_low, &smca_high)) in prepare_threshold_block()