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

/gem5/src/dev/sparc/
H A Diob.cc264 Iob::receiveDeviceInterrupt(DeviceId devid) argument
266 assert(devid < NumDeviceIds);
267 if (intCtl[devid].mask)
269 intCtl[devid].mask = true;
270 intCtl[devid].pend = true;
272 devid, intMan[devid].cpu, intMan[devid].vector);
273 ic->post(intMan[devid].cpu, SparcISA::IT_INT_VEC, intMan[devid]
[all...]
H A Diob.hh138 void receiveDeviceInterrupt(DeviceId devid);

Completed in 6 milliseconds