Searched refs:pkg_unit_l (Results 1 - 1 of 1) sorted by relevance

/xnu-2782.1.97/osfmk/i386/
H A DDiagnostics.c183 uint32_t pkg_unit_l = 0, pkg_unit_h = 0, pkg_ecl = 0, pkg_ech = 0; local
226 rdmsr_carefully(MSR_IA32_PKG_POWER_SKU_UNIT, &pkg_unit_l, &pkg_unit_h);
228 pkes.pkg_power_unit = ((uint64_t)pkg_unit_h << 32) | pkg_unit_l;

Completed in 64 milliseconds