#include <assert.h>
#include <stdint.h>
#include <stdlib.h>
#include "temu-c/Bus/PCIDefines.h"
#include "temu-c/Memory/Memory.h"
#include "temu-c/Support/Logging.h"
#include "temu-c/Support/Objsys.h"
Go to the source code of this file.
◆ TEMU_PCI_BRIDGE_IFACE_TYPE
#define TEMU_PCI_BRIDGE_IFACE_TYPE "temu::PCIBridgeIface" |
◆ TEMU_PCI_BUS_IFACE_TYPE
#define TEMU_PCI_BUS_IFACE_TYPE "temu::PCIBusIface" |
◆ TEMU_PCI_CONFIG_BYTES
#define TEMU_PCI_CONFIG_BYTES 256 |
◆ TEMU_PCI_CONFIG_WORDS
#define TEMU_PCI_CONFIG_WORDS 64 |
◆ TEMU_PCI_DEVICE_IFACE_TYPE
#define TEMU_PCI_DEVICE_IFACE_TYPE "temu::PCIDeviceIface" |
◆ TEMU_PCIE_CONFIG_BYTES
#define TEMU_PCIE_CONFIG_BYTES 4096 |
◆ TEMU_PCIE_CONFIG_WORDS
#define TEMU_PCIE_CONFIG_WORDS 1024 |
◆ temu_pciGetConfig()
◆ temu_pciSetConfig()