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

/gem5/src/dev/net/
H A Dsinic.hh257 void devIntrChangeMask(uint32_t newmask);
H A Dsinic.cc485 Device::devIntrChangeMask(uint32_t newmask) argument
487 if (regs.IntrMask == newmask)
490 regs.IntrMask = newmask;

Completed in 7 milliseconds