Home
last modified time | relevance | path

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

/xnu-8020.101.4/osfmk/i386/
H A DpmCPU.c140 uint64_t c3res, c6res, c7res; in machine_idle() local
144 c6res = ((uint64_t)ch << 32) | cl; in machine_idle()
197 c6res = (((uint64_t)ch << 32) | cl) - c6res; in machine_idle()
201 uint64_t ndelta = itime - tmrCvt(c3res + c6res + c7res, tscFCvtt2n); in machine_idle()
202 KERNEL_DEBUG_CONSTANT(0xcead0000, ndelta, itime, c7res, c6res, c3res); in machine_idle()
204 KERNEL_DEBUG_CONSTANT(0xceae0000, ndelta, itime, c7res, c6res, c3res); in machine_idle()