Home
last modified time | relevance | path

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

/openbsd/sys/arch/sparc64/sparc64/
H A Dclock.c137 #define TICK_COUNT_MASK 0x7fffffffffffffff macro
607 tickcmpr_set((t0 + cycles) & TICK_COUNT_MASK); in tick_rearm()
608 if (cycles <= ((tick() - t0) & TICK_COUNT_MASK)) in tick_rearm()