|
gem5
v19.0.0.0
|
#include "arch/x86/types.hh"#include "arch/x86/x86_traits.hh"#include "base/compiler.hh"#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 = LittleEndianByteOrder |
| const Addr | X86ISA::PageShift = 12 |
| const Addr | X86ISA::PageBytes = ULL(1) << PageShift |
| const bool | X86ISA::HasUnalignedMemAcc = true |
| const bool | X86ISA::CurThreadInfoImplemented = false |
| const int | X86ISA::CurThreadInfoReg = -1 |