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

/gem5/src/dev/net/
H A Dsinic.cc84 intrDelay(p->intr_delay), intrTick(0), cpuIntrEnable(false),
516 if (!cpuIntrEnable) {
600 cpuIntrEnable = regs.Config & Regs::Config_IntEn;
601 if (cpuIntrEnable) {
1237 SERIALIZE_SCALAR(cpuIntrEnable);
1258 UNSERIALIZE_SCALAR(cpuIntrEnable);
H A Dsinic.hh58 bool cpuIntrEnable; member in class:Sinic::Base

Completed in 9 milliseconds