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

/gem5/src/arch/x86/
H A Dpagetable.cc52 user(true), uncacheable(0), global(false), patBit(0),
60 user(true), uncacheable(uncacheable), global(false), patBit(0),
74 SERIALIZE_SCALAR(patBit);
89 UNSERIALIZE_SCALAR(patBit);
H A Dpagetable_walker.cc355 entry.patBit = bits(pte, 12);
376 entry.patBit = bits(pte, 12);
416 entry.patBit = bits(pte, 12);
437 entry.patBit = bits(pte, 7);
467 entry.patBit = bits(pte, 12);
505 entry.patBit = bits(pte, 7);
H A Dpagetable.hh89 bool patBit; member in struct:X86ISA::TlbEntry

Completed in 8 milliseconds