Searched refs:getCounterTypeRegister (Results 1 - 2 of 2) sorted by relevance

/gem5/src/arch/arm/
H A Dpmu.cc360 return getCounterTypeRegister(misc_reg - MISCREG_PMEVTYPER0_EL0);
364 return getCounterTypeRegister(PMCCNTR);
369 return getCounterTypeRegister(reg_pmselr.sel);
616 PMU::getCounterTypeRegister(CounterId id) const function in class:ArmISA::PMU
H A Dpmu.hh260 PMEVTYPER_t getCounterTypeRegister(CounterId id) const;

Completed in 8 milliseconds