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

/xnu-2422.115.4/osfmk/kern/
H A Dtimer.h96 uint32_t high_bits; member in struct:timer
H A Dtimer.c83 timer->high_bits = 0;
116 timer_update(timer, (uint32_t)(timer->high_bits + (low >> 32)), (uint32_t)low);
/xnu-2422.115.4/osfmk/i386/
H A Dgenassym.c505 DECLARE("TIMER_HIGH", offsetof(struct timer *, high_bits));
/xnu-2422.115.4/osfmk/kdp/
H A Dkdp.c1177 uint64_t time = t->high_bits; /* endian independent grab */

Completed in 24 milliseconds