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

/gem5/src/arch/x86/
H A Dpagetable.cc53 noExec(false), lruSeq(0)
61 noExec(false), lruSeq(0)
76 SERIALIZE_SCALAR(lruSeq);
91 UNSERIALIZE_SCALAR(lruSeq);
H A Dtlb.hh101 uint64_t lruSeq; member in class:X86ISA::TLB
122 return ++lruSeq;
H A Dtlb.cc64 tlb(size), lruSeq(0)
86 if (tlb[i].lruSeq < tlb[lru].lruSeq)
113 newEntry->lruSeq = nextSeq();
125 entry->lruSeq = nextSeq();
485 SERIALIZE_SCALAR(lruSeq);
504 UNSERIALIZE_SCALAR(lruSeq);
H A Dpagetable.hh93 uint64_t lruSeq; member in struct:X86ISA::TlbEntry

Completed in 8 milliseconds