Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/kern/
H A Dtimer.h102 uint32_t high_bits; member
H A Dtimer.c98 (uint32_t)(timer->high_bits + (low >> 32)), (uint32_t)low); in timer_advance()
H A Dkern_stackshot.c304 uint64_t time = t->high_bits; /* endian independent grab */ in safe_grab_timer_value()
/xnu-8019.80.24/osfmk/arm/
H A Dgenassym.c314 offsetof(struct timer, high_bits)); in main()
/xnu-8019.80.24/osfmk/i386/
H A Dgenassym.c474 DECLARE("TIMER_HIGH", offsetof(struct timer, high_bits)); in main()