|
gem5
|
#include <gpu_tlb.hh>
Public Member Functions | |
| GpuTlbEntry (Addr asn, Addr _vaddr, Addr _paddr, bool _valid) | |
| GpuTlbEntry () | |
Public Attributes | |
| bool | valid |
Definition at line 65 of file gpu_tlb.hh.
Definition at line 68 of file gpu_tlb.hh.
|
inline |
Definition at line 71 of file gpu_tlb.hh.
| bool X86ISA::GpuTlbEntry::valid |
Definition at line 73 of file gpu_tlb.hh.
Referenced by X86ISA::GpuTLB::handleFuncTranslationReturn(), X86ISA::GpuTLB::issueTLBLookup(), X86ISA::GpuTLB::CpuSidePort::recvFunctional(), and X86ISA::GpuTLB::translate().