Searched refs:pend (Results 1 - 4 of 4) sorted by relevance
/gem5/src/dev/sparc/ |
H A D | iob.cc | 71 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 D | iob.hh | 98 bool pend; member in struct:Iob::IntCtl
|
/gem5/src/dev/arm/ |
H A D | vgic.hh | 224 unsigned int pend = 0; local 227 pend++; 229 return pend;
|
/gem5/util/ |
H A D | hgstyle.py | 61 for pbeg, pend, fbeg, fend in bdiff.blocks(old_data, new_data):
|
Completed in 8 milliseconds