Searched defs:MemSidePort (Results 1 - 5 of 5) sorted by relevance
/gem5/src/learning_gem5/part2/ | ||
H A D | simple_memobj.hh | 135 class MemSidePort : public MasterPort class in class:SimpleMemobj 148 MemSidePort(const std::string& name, SimpleMemobj *owner) : function in class:SimpleMemobj::MemSidePort |
H A D | simple_cache.hh | 142 class MemSidePort : public MasterPort class in class:SimpleCache 155 MemSidePort(const std::string& name, SimpleCache *owner) : function in class:SimpleCache::MemSidePort |
/gem5/src/gpu-compute/ | ||
H A D | tlb_coalescer.hh | 182 class MemSidePort : public MasterPort class in class:TLBCoalescer 185 MemSidePort(const std::string &_name, TLBCoalescer *tlb_coalescer, function in class:TLBCoalescer::MemSidePort |
H A D | gpu_tlb.hh | 286 class MemSidePort : public MasterPort class in class:X86ISA::GpuTLB 289 MemSidePort(const std::string &_name, GpuTLB * gpu_TLB, function in class:X86ISA::GpuTLB::MemSidePort |
/gem5/src/mem/cache/ | ||
H A D | base.hh | 212 class MemSidePort : public CacheMasterPort class in class:BaseCache |
Completed in 13 milliseconds