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

/gem5/src/arch/alpha/
H A Dvtophys.cc65 Addr level3_pte = level2.paddr() + vaddr.level3();
66 PageTableEntry level3 = mem.read<uint64_t>(level3_pte); local
67 if (!level3.valid()) {
71 return level3;
H A Dpagetable.hh56 Addr level3() const function in struct:AlphaISA::VAddr
/gem5/src/arch/power/
H A Dpagetable.hh90 level3() const function in struct:PowerISA::VAddr

Completed in 11 milliseconds