Searched refs:xen_host_pci_get_long (Results 1 – 5 of 5) sorted by relevance
/openbmc/qemu/hw/xen/ |
H A D | xen-host-pci-device.h | 53 int xen_host_pci_get_long(XenHostPCIDevice *d, int pos, uint32_t *p);
|
H A D | xen-host-pci-device.c | 324 int xen_host_pci_get_long(XenHostPCIDevice *d, int pos, uint32_t *p) in xen_host_pci_get_long() function 368 if (xen_host_pci_get_long(d, pos, &header)) { in xen_host_pci_find_ext_cap_offset()
|
H A D | xen_pt_msi.c | 569 rc = xen_host_pci_get_long(hd, base + PCI_MSIX_TABLE, &table_off); in xen_pt_msix_init()
|
H A D | xen_pt.c | 501 if (xen_host_pci_get_long(d, PCI_ROM_ADDRESS, &bar_data)) { in xen_pt_register_regions()
|
H A D | xen_pt_config_init.c | 1955 case 4: rc = xen_host_pci_get_long(&s->real_device, offset, &val); in xen_pt_config_reg_init()
|