|
gem5
|
#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 | |
| LittleEndianGuest | |
| X86ISA | |
| This is exposed globally, independent of the ISA. | |
Macros | |
| #define | ISA_HAS_DELAY_SLOT 0 |
Variables | |
| 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 |
| const ExtMachInst NoopMachInst | X86ISA::M5_VAR_USED |
| #define ISA_HAS_DELAY_SLOT 0 |
Definition at line 57 of file isa_traits.hh.