Searched refs:amd_elvt (Results 1 – 1 of 1) sorted by relevance
197 static int amd_elvt = -1; variable1264 KASSERT(amd_elvt >= 0, ("ELVT offset is not set")); in amd_thresholding_start()1272 misc |= (uint64_t)amd_elvt << MC_MISC_AMD_LVT_SHIFT; in amd_thresholding_start()1328 amd_elvt = lapic_enable_mca_elvt(); in amd_thresholding_monitor()1329 if (amd_elvt < 0) { in amd_thresholding_monitor()1331 __func__, i, amd_elvt); in amd_thresholding_monitor()