gem5
v22.0.0.0
|
#include "base/types.hh"
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. | |
Enumerations | |
enum | gem5::QueueType { gem5::Compute, gem5::Gfx, gem5::SDMAGfx, gem5::SDMAPage, gem5::ComputeAQL, gem5::InterruptHandler, gem5::RLC } |
Variables | |
static constexpr int | gem5::AMDGPU_VM_COUNT = 16 |
constexpr int | gem5::FRAMEBUFFER_BAR = 0 |
constexpr int | gem5::DOORBELL_BAR = 2 |
constexpr int | gem5::MMIO_BAR = 5 |
constexpr uint32_t | gem5::VGA_ROM_DEFAULT = 0xc0000 |
constexpr uint32_t | gem5::ROM_SIZE = 0x20000 |
static constexpr uint32_t | gem5::SDMA0_BASE = 0x4980 |
static constexpr uint32_t | gem5::SDMA1_BASE = 0x5180 |
static constexpr uint32_t | gem5::SDMA_SIZE = 0x800 |
static constexpr uint32_t | gem5::SDMA_OFFSET_SHIFT = 2 |
static constexpr uint32_t | gem5::IH_BASE = 0x4280 |
static constexpr uint32_t | gem5::IH_SIZE = 0x700 |
static constexpr uint32_t | gem5::IH_OFFSET_SHIFT = 2 |
static constexpr uint32_t | gem5::GRBM_BASE = 0x8000 |
static constexpr uint32_t | gem5::GRBM_SIZE = 0x5000 |
static constexpr uint32_t | gem5::GRBM_OFFSET_SHIFT = 2 |
static constexpr uint32_t | gem5::GFX_BASE = 0x28000 |
static constexpr uint32_t | gem5::GFX_SIZE = 0x17000 |
static constexpr uint32_t | gem5::GFX_OFFSET_SHIFT = 2 |
static constexpr uint32_t | gem5::MMHUB_BASE = 0x68000 |
static constexpr uint32_t | gem5::MMHUB_SIZE = 0x2120 |
static constexpr uint32_t | gem5::MMHUB_OFFSET_SHIFT = 2 |
static constexpr uint32_t | gem5::NBIO_BASE = 0x0 |
static constexpr uint32_t | gem5::NBIO_SIZE = 0x4280 |