gem5
v21.2.1.1
|
Go to the source code of this file.
Namespaces | |
gem5 | |
Reference material can be found at the JEDEC website: UFS standard http://www.jedec.org/standards-documents/results/jesd220 UFS HCI specification http://www.jedec.org/standards-documents/results/jesd223. | |
gem5::PowerISA | |
Variables | |
const int | gem5::PowerISA::NumIntArchRegs = 32 |
const int | gem5::PowerISA::NumIntSpecialRegs = 11 |
const int | gem5::PowerISA::NumIntRegs = NumIntArchRegs + NumIntSpecialRegs |
const int | gem5::PowerISA::ReturnValueReg = 3 |
const int | gem5::PowerISA::ArgumentReg0 = 3 |
const int | gem5::PowerISA::ArgumentReg1 = 4 |
const int | gem5::PowerISA::ArgumentReg2 = 5 |
const int | gem5::PowerISA::ArgumentReg3 = 6 |
const int | gem5::PowerISA::ArgumentReg4 = 7 |
const int | gem5::PowerISA::ArgumentReg5 = 8 |
const int | gem5::PowerISA::StackPointerReg = 1 |
const int | gem5::PowerISA::TOCPointerReg = 2 |
const int | gem5::PowerISA::ThreadPointerReg = 13 |