Searched refs:intAsserted (Results 1 - 3 of 3) sorted by relevance

/gem5/ext/nomali/lib/
H A Dgpublock.cc113 const bool old_int(intAsserted());
115 if (old_int != intAsserted())
116 onInterrupt(intAsserted());
130 const bool old_int(intAsserted());
134 if (!old_int && intAsserted())
141 const bool old_int(intAsserted());
145 if (old_int && !intAsserted())
H A Dgpu.cc84 return gpuControl.intAsserted();
90 return jobControl.intAsserted();
96 return mmu.intAsserted();
H A Dgpublock.hh190 bool intAsserted() const { return !!irqStatus(); } function in class:NoMali::GPUBlockInt

Completed in 6 milliseconds