gem5
v20.1.0.0
|
#include "base/types.hh"
Go to the source code of this file.
Namespaces | |
X86ISA | |
This is exposed globally, independent of the ISA. | |
Variables | |
const ByteOrder | X86ISA::GuestByteOrder = ByteOrder::little |
const Addr | X86ISA::PageShift = 12 |
const Addr | X86ISA::PageBytes = ULL(1) << PageShift |