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

/gem5/src/dev/sparc/
H A Diob.cc155 data = jIntBusy[index].busy ? 1 << 5 : 0 |
156 jIntBusy[index].source;
161 data = jIntBusy[cpuid].busy ? 1 << 5 : 0 |
162 jIntBusy[cpuid].source;
247 jIntBusy[index].busy = bits(data,5,5);
248 DPRINTF(Iob, "Wrote jIntBusy index %d busy: %d\n", index,
249 jIntBusy[index].busy);
254 jIntBusy[cpuid].busy = bits(data,5,5);
255 DPRINTF(Iob, "Wrote jIntBusy index %d busy: %d\n", cpuid,
256 jIntBusy[cpui
[all...]
H A Diob.hh118 IntBusy jIntBusy[MaxNiagaraProcs]; member in class:Iob

Completed in 6 milliseconds