Home
last modified time | relevance | path

Searched refs:PCIE_CONFIG_SPACE_SIZE (Results 1 – 6 of 6) sorted by relevance

/openbmc/qemu/include/hw/pci/
H A Dpci_device.h214 return pci_is_express(d) ? PCIE_CONFIG_SPACE_SIZE : PCI_CONFIG_SPACE_SIZE; in pci_config_size()
H A Dpci.h181 #define PCIE_CONFIG_SPACE_SIZE 0x1000 macro
/openbmc/qemu/hw/xen/
H A Dxen-host-pci-device.c17 ((PCIE_CONFIG_SPACE_SIZE - PCI_CONFIG_SPACE_SIZE) / (PCI_CAP_SIZEOF + 4))
/openbmc/qemu/hw/pci/
H A Dpcie.c1024 assert(next <= PCIE_CONFIG_SPACE_SIZE - 8); in pcie_find_capability_list()
1064 assert((uint16_t)(offset + size) <= PCIE_CONFIG_SPACE_SIZE); in pcie_add_capability()
H A Dpci.c767 PCIE_CONFIG_SPACE_SIZE),
/openbmc/qemu/hw/vfio/
H A Dpci.c1865 uint16_t tmp, next = PCIE_CONFIG_SPACE_SIZE; in vfio_ext_cap_max_size()