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

/gem5/src/dev/mips/
H A Dmalta_io.cc75 picInterrupting = false;
121 SERIALIZE_SCALAR(picInterrupting);
137 UNSERIALIZE_SCALAR(picInterrupting);
H A Dmalta_io.hh86 bool picInterrupting; member in class:MaltaIO
/gem5/src/dev/alpha/
H A Dtsunami_io.cc81 picInterrupting = false;
168 if ((picr & mask1) && !picInterrupting) {
169 picInterrupting = true;
173 if ((!(picr & mask1)) && picInterrupting) {
174 picInterrupting = false;
266 SERIALIZE_SCALAR(picInterrupting);
283 UNSERIALIZE_SCALAR(picInterrupting);
H A Dtsunami_io.hh87 bool picInterrupting; member in class:TsunamiIO

Completed in 6 milliseconds