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

/gem5/src/cpu/kvm/
H A Dbase.cc464 hwInstructions.detach();
781 uint64_t baseInstrs(hwInstructions.read());
806 const uint64_t instsExecuted(hwInstructions.read() - baseInstrs);
1367 if (period == activeInstPeriod && hwInstructions.attached())
1387 if (hwInstructions.attached())
1388 hwInstructions.detach();
1390 hwInstructions.attach(cfgInstructions,
1395 hwInstructions.enableSignals(KVM_KICK_SIGNAL);
H A Dbase.hh761 PerfKvmCounter hwInstructions; member in class:BaseKvmCPU

Completed in 10 milliseconds