Searched refs:updateCounter (Results 1 - 4 of 4) sorted by relevance

/gem5/src/dev/arm/
H A Dgeneric_timer.cc125 ArchTimer::updateCounter() function in class:ArchTimer
145 updateCounter();
176 updateCounter();
219 updateCounter();
H A Dgeneric_timer.hh143 void updateCounter();
/gem5/src/arch/arm/
H A Dpmu.cc434 updateCounter(ctr);
441 updateCounter(cycleCounter);
573 PMU::updateCounter(CounterState &ctr) function in class:ArmISA::PMU
576 DPRINTF(PMUVerbose, "updateCounter(%i): Disabling counter\n",
581 DPRINTF(PMUVerbose, "updateCounter(%i): Enable event id 0x%x\n",
649 updateCounter(ctr);
H A Dpmu.hh553 void updateCounter(CounterState &ctr);
564 * Call updateCounter() for each counter in the PMU if the
567 * @see updateCounter()

Completed in 13 milliseconds