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

/gem5/src/mem/
H A Daddr_mapper.hh108 MapperMasterPort(const std::string& _name, AddrMapper& _mapper) argument
109 : MasterPort(_name, &_mapper), mapper(_mapper)
163 MapperSlavePort(const std::string& _name, AddrMapper& _mapper) argument
164 : SlavePort(_name, &_mapper), mapper(_mapper)

Completed in 4 milliseconds