Searched refs:TICK_COUNT_MASK (Results 1 – 1 of 1) sorted by relevance
137 #define TICK_COUNT_MASK 0x7fffffffffffffff macro607 tickcmpr_set((t0 + cycles) & TICK_COUNT_MASK); in tick_rearm()608 if (cycles <= ((tick() - t0) & TICK_COUNT_MASK)) in tick_rearm()