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

/gem5/src/arch/x86/
H A Dtlb.hh63 typedef std::list<TlbEntry *> EntryList; typedef in class:X86ISA::TLB
80 EntryList::iterator lookupIt(Addr va, bool update_lru = true);
98 EntryList freeList;
/gem5/src/gpu-compute/
H A Dgpu_tlb.hh70 typedef std::list<TlbEntry*> EntryList; typedef in class:X86ISA::GpuTLB
125 EntryList::iterator lookupIt(Addr va, bool update_lru=true);
169 std::vector<EntryList> freeList;
178 std::vector<EntryList> entryList;
H A Dgpu_tlb.cc182 GpuTLB::EntryList::iterator

Completed in 13 milliseconds