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

/gem5/src/dev/sparc/
H A Diob.cc71 intCtl[x].pend = false;
107 intCtl[index].pend ? 1 << 0 : 0;
208 intCtl[index].pend = false;
209 DPRINTF(Iob, "Wrote IntCtl %d pend %d cleared %d\n", index,
210 intCtl[index].pend, bits(data,2,2));
270 intCtl[devid].pend = true;
352 paramOut(cp, "pend", intCtl[x].pend);
372 paramIn(cp, "pend", intCtl[x].pend);
[all...]
H A Diob.hh98 bool pend; member in struct:Iob::IntCtl
/gem5/src/dev/arm/
H A Dvgic.hh224 unsigned int pend = 0; local
227 pend++;
229 return pend;
/gem5/util/
H A Dhgstyle.py61 for pbeg, pend, fbeg, fend in bdiff.blocks(old_data, new_data):

Completed in 9 milliseconds