Searched refs:GPUBlockInt (Results 1 - 8 of 8) sorted by relevance

/gem5/ext/nomali/lib/
H A Dmmu.cc28 : GPUBlockInt(_gpu,
46 GPUBlockInt::reset();
58 return GPUBlockInt::readReg(addr);
70 GPUBlockInt::writeReg(addr, value);
88 return GPUBlockInt::readRegRaw(addr);
98 GPUBlockInt::writeRegRaw(addr, value);
H A Dgpublock.cc80 GPUBlockInt::GPUBlockInt(GPU &_gpu, function in class:NoMali::GPUBlockInt
91 GPUBlockInt::~GPUBlockInt()
96 GPUBlockInt::readReg(RegAddr addr)
106 GPUBlockInt::writeReg(RegAddr addr, uint32_t value)
128 GPUBlockInt::raiseInterrupt(uint32_t ints)
139 GPUBlockInt::clearInterrupt(uint32_t ints)
150 GPUBlockInt::irqStatus() const
H A Djobcontrol.cc28 : GPUBlockInt(_gpu,
47 GPUBlockInt::reset();
59 return GPUBlockInt::readReg(addr);
76 GPUBlockInt::writeReg(addr, value);
92 return GPUBlockInt::readRegRaw(addr);
103 GPUBlockInt::writeRegRaw(addr, value);
H A Dgpublock.hh136 class GPUBlockInt class in namespace:NoMali
140 GPUBlockInt(GPU &_gpu,
145 virtual ~GPUBlockInt() = 0;
H A Djobcontrol.hh44 : public GPUBlockInt
H A Dmmu.hh42 : public GPUBlockInt
H A Dgpucontrol.hh50 : public GPUBlockInt
H A Dgpucontrol.cc41 : GPUBlockInt(_gpu,
67 GPUBlockInt::writeReg(addr, value);

Completed in 9 milliseconds