Home
last modified time | relevance | path

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

/xnu-12377.41.6/osfmk/i386/
H A DpmCPU.c138 uint64_t c3res, c6res, c7res; in machine_idle() local
140 c3res = ((uint64_t)ch << 32) | cl; in machine_idle()
193 c3res = (((uint64_t)ch << 32) | cl) - c3res; in machine_idle()
199 uint64_t ndelta = itime - tmrCvt(c3res + c6res + c7res, tscFCvtt2n); in machine_idle()
200 KERNEL_DEBUG_CONSTANT(0xcead0000, ndelta, itime, c7res, c6res, c3res); in machine_idle()
202 KERNEL_DEBUG_CONSTANT(0xceae0000, ndelta, itime, c7res, c6res, c3res); in machine_idle()