Home
last modified time | relevance | path

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

/openbmc/qemu/hw/xen/
H A Dxen-host-pci-device.c275 static int xen_host_pci_config_read(XenHostPCIDevice *d, in xen_host_pci_config_read() function
307 int rc = xen_host_pci_config_read(d, pos, &buf, 1); in xen_host_pci_get_byte()
317 int rc = xen_host_pci_config_read(d, pos, &buf, 2); in xen_host_pci_get_word()
327 int rc = xen_host_pci_config_read(d, pos, &buf, 4); in xen_host_pci_get_long()
336 return xen_host_pci_config_read(d, pos, buf, len); in xen_host_pci_get_block()