Searched refs:apl (Results 1 – 1 of 1) sorted by relevance
359 uint32_t cl = 0, ch = 0, mpl = 0, mph = 0, apl = 0, aph = 0; in cpu_powerstats() local362 rdmsr_carefully(MSR_IA32_APERF, &apl, &aph); in cpu_powerstats()365 cdp->cpu_aperf = ((uint64_t)aph << 32) | apl; in cpu_powerstats()