Searched refs:low_bits (Results 1 – 6 of 6) sorted by relevance
95 uint64_t low = delta + timer->low_bits; in timer_advance()100 timer->low_bits = (uint32_t)low; in timer_advance()
101 uint32_t low_bits; member
307 time = (time << 32) | t->low_bits; in safe_grab_timer_value()
780 kxld_addr_t low_bits = 0; in kxld_align_address() local786 low_bits = (address) & (alignment - 1); in kxld_align_address()787 if (low_bits) { in kxld_align_address()788 address += (alignment - low_bits); in kxld_align_address()
312 offsetof(struct timer, low_bits)); in main()
460 DECLARE("TIMER_LOW", offsetof(struct timer, low_bits)); in main()