Home
last modified time | relevance | path

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

/f-stack/freebsd/x86/x86/
H A Dmca.c195 static int amd_elvt = -1; variable
1155 KASSERT(amd_elvt >= 0, ("ELVT offset is not set")); in amd_thresholding_start()
1163 misc |= (uint64_t)amd_elvt << MC_MISC_AMD_LVT_SHIFT; in amd_thresholding_start()
1219 amd_elvt = lapic_enable_mca_elvt(); in amd_thresholding_monitor()
1220 if (amd_elvt < 0) { in amd_thresholding_monitor()
1222 __func__, i, amd_elvt); in amd_thresholding_monitor()