Searched refs:stick (Results 1 - 3 of 3) sorted by relevance

/gem5/src/arch/sparc/
H A Disa.cc128 stick = 0;
233 return stick;
341 // tick and stick are aliased to each other in niagra
342 // well store the tick data in stick and the interrupt bit in tick
349 DPRINTF(Timer, "Instruction Count when TICK read: %#X stick=%#X\n",
350 tc->getCpuPtr()->instCount(), stick);
351 return mbits(tc->getCpuPtr()->instCount() + (int64_t)stick,62,2) |
418 stick = val;
577 // stick and tick are same thing on niagra
578 // use stick fo
[all...]
H A Dua2005.cc77 "stick", "stick_cmpr",
129 time = ((int64_t)(stick_cmpr & mask(63)) - (int64_t)stick) -
200 time = ((int64_t)(hstick_cmpr & mask(63)) - (int64_t)stick) -
335 delay = ((int64_t)(stick_cmpr & mask(63)) - (int64_t)stick) -
337 assert(delay >= 0 && "stick compare missed interrupt cycle");
362 delay = ((int64_t)(hstick_cmpr & mask(63)) - (int64_t)stick) -
H A Disa.hh63 uint64_t stick; // Hardware clock-tick counter member in class:SparcISA::ISA

Completed in 8 milliseconds