Searched refs:GPUBlockInt (Results 1 - 8 of 8) sorted by relevance
/gem5/ext/nomali/lib/ |
H A D | mmu.cc | 28 : 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 D | gpublock.cc | 80 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 D | jobcontrol.cc | 28 : 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 D | gpublock.hh | 136 class GPUBlockInt class in namespace:NoMali 140 GPUBlockInt(GPU &_gpu, 145 virtual ~GPUBlockInt() = 0;
|
H A D | jobcontrol.hh | 44 : public GPUBlockInt
|
H A D | mmu.hh | 42 : public GPUBlockInt
|
H A D | gpucontrol.hh | 50 : public GPUBlockInt
|
H A D | gpucontrol.cc | 41 : GPUBlockInt(_gpu, 67 GPUBlockInt::writeReg(addr, value);
|
Completed in 8 milliseconds