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

/gem5/src/dev/alpha/
H A Dtsunami_io.cc80 picr = 0;
113 pkt->setLE(picr);
142 pkt->setLE<uint64_t>(picr);
168 if ((picr & mask1) && !picInterrupting) {
173 if ((!(picr & mask1)) && picInterrupting) {
185 picr &= ~(1 << (pkt->getLE<uint8_t>() & 0xF));
186 if (!(picr & mask1))
238 picr |= bitvector;
239 if (picr & mask1) {
249 picr
[all...]
H A Dtsunami_io.hh84 uint8_t picr; //Raw PIC interrput register member in class:TsunamiIO
/gem5/src/dev/mips/
H A Dmalta_io.cc74 picr = 0;
120 SERIALIZE_SCALAR(picr);
136 UNSERIALIZE_SCALAR(picr);
H A Dmalta_io.hh83 uint8_t picr; //Raw PIC interrput register member in class:MaltaIO

Completed in 7 milliseconds