gem5
[DEVELOP-FOR-23.0]
|
#include <array>
#include <cstring>
#include <vector>
#include "dev/dma_device.hh"
#include "dev/pci/host.hh"
#include "dev/pci/pcireg.h"
#include "params/PciBar.hh"
#include "params/PciBarNone.hh"
#include "params/PciDevice.hh"
#include "params/PciIoBar.hh"
#include "params/PciLegacyIoBar.hh"
#include "params/PciMemBar.hh"
#include "params/PciMemUpperBar.hh"
#include "sim/byteswap.hh"
Go to the source code of this file.
Classes | |
class | gem5::PciBar |
class | gem5::PciBarNone |
class | gem5::PciIoBar |
class | gem5::PciLegacyIoBar |
class | gem5::PciMemBar |
class | gem5::PciMemUpperBar |
class | gem5::PciDevice |
PCI device, base implementation is only config space. More... | |
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. | |
Macros | |
#define | BAR_NUMBER(x) (((x) - PCI0_BASE_ADDR0) >> 0x2); |
#define BAR_NUMBER | ( | x | ) | (((x) - PCI0_BASE_ADDR0) >> 0x2); |