Home
last modified time | relevance | path

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

/openbmc/qemu/hw/xen/
H A Dxen-host-pci-device.h54 int xen_host_pci_get_block(XenHostPCIDevice *d, int pos, uint8_t *buf,
H A Dxen_pt_graphics.c255 xen_host_pci_get_block(&s->real_device, XEN_PCI_INTEL_OPREGION, in igd_write_opregion()
H A Dxen_pt.c168 rc = xen_host_pci_get_block(&s->real_device, addr, (uint8_t *)&val, len); in xen_pt_pci_read_config()
294 rc = xen_host_pci_get_block(&s->real_device, addr, in xen_pt_pci_write_config()
H A Dxen-host-pci-device.c334 int xen_host_pci_get_block(XenHostPCIDevice *d, int pos, uint8_t *buf, int len) in xen_host_pci_get_block() function