gem5
v20.0.0.3
|
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 |