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

/darwin-on-arm/xnu/osfmk/kern/
H A Dtimer.h96 uint32_t high_bits; member in struct:timer
H A Dtimer.c87 timer->high_bits = 0;
120 timer_update(timer, (uint32_t)(timer->high_bits + (low >> 32)), (uint32_t)low);
/darwin-on-arm/xnu/osfmk/i386/
H A Dgenassym.c575 DECLARE("TIMER_HIGH", offsetof(struct timer *, high_bits));
/darwin-on-arm/xnu/osfmk/kdp/
H A Dkdp.c1119 uint64_t time = t->high_bits; /* endian independent grab */

Completed in 27 milliseconds