Searched refs:pci_bar_address (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/hw/pci/ |
H A D | pcie_sriov.c | 137 r->addr = pci_bar_address(dev, region_num, r->type, r->size); in pcie_sriov_vf_register_bar()
|
H A D | pci.c | 1453 pcibus_t pci_bar_address(PCIDevice *d, in pci_bar_address() function 1531 new_addr = pci_bar_address(d, i, r->type, r->size); in pci_update_mappings() 2830 lob = pci_bar_address(dev, i, r->type, r->size); in pci_dev_get_w64()
|
/openbmc/qemu/include/hw/pci/ |
H A D | pci.h | 438 pcibus_t pci_bar_address(PCIDevice *d,
|