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

/gem5/src/gpu-compute/
H A Dgpu_tlb.hh262 CpuSidePort(const std::string &_name, GpuTLB * gpu_TLB, argument
264 : SlavePort(_name, gpu_TLB), tlb(gpu_TLB), index(_index) { }
289 MemSidePort(const std::string &_name, GpuTLB * gpu_TLB, argument
291 : MasterPort(_name, gpu_TLB), tlb(gpu_TLB), index(_index) { }

Completed in 6 milliseconds