Home
last modified time | relevance | path

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

/freebsd/sys/x86/x86/
H A Dmca.c197 static int amd_elvt = -1; variable
1264 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()