gem5  v20.0.0.3
Namespaces | Variables
isa_traits.hh File Reference
#include "arch/power/types.hh"
#include "base/types.hh"
#include "cpu/static_inst_fwd.hh"

Go to the source code of this file.

Namespaces

 PowerISA
 

Variables

const ByteOrder PowerISA::GuestByteOrder = BigEndianByteOrder
 
StaticInstPtr PowerISA::decodeInst (ExtMachInst)
 
const Addr PowerISA::PageShift = 12
 
const Addr PowerISA::PageBytes = ULL(1) << PageShift
 
const Addr PowerISA::Page_Mask = ~(PageBytes - 1)
 
const Addr PowerISA::PageOffset = PageBytes - 1
 
const Addr PowerISA::PteShift = 3
 
const Addr PowerISA::NPtePageShift = PageShift - PteShift
 
const Addr PowerISA::NPtePage = ULL(1) << NPtePageShift
 
const Addr PowerISA::PteMask = NPtePage - 1
 
const int PowerISA::MachineBytes = 4
 
const bool PowerISA::HasUnalignedMemAcc = true
 
const bool PowerISA::CurThreadInfoImplemented = false
 
const int PowerISA::CurThreadInfoReg = -1
 

Generated on Fri Jul 3 2020 15:53:08 for gem5 by doxygen 1.8.13