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

/gem5/src/arch/power/
H A Dpagetable.hh49 static const int ImplBits = 43; member in struct:PowerISA::VAddr
50 static const Addr ImplMask = (ULL(1) << ImplBits) - 1;
/gem5/src/arch/alpha/
H A Dpagetable.hh42 static const int ImplBits = 43; member in struct:AlphaISA::VAddr
43 static const Addr ImplMask = (ULL(1) << ImplBits) - 1;

Completed in 6 milliseconds