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

/gem5/src/arch/arm/
H A Dtable_walker.hh385 Page enumerator in enum:ArmISA::TableWalker::LongDescriptor::EntryType
404 if (type() == LongDescriptor::Page) {
406 return "Inserting Page descriptor into TLB\n";
419 assert(type() == Block || type() == Page);
440 return lookupLevel == L3 ? Page : Table;
461 } else if (type() == Page) {
532 assert(type() == Block || type() == Page);
539 assert(type() == Block || type() == Page);
546 assert(type() == Block || type() == Page);
553 assert(currState && (type() == Block || type() == Page));
[all...]
H A Dtable_walker.cc1591 (currState->longDesc.type() == LongDescriptor::Page)) {
1624 case LongDescriptor::Page:

Completed in 7 milliseconds