Home
last modified time | relevance | path

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

/openbmc/qemu/hw/xen/
H A Dxen-host-pci-device.h52 int xen_host_pci_get_word(XenHostPCIDevice *d, int pos, uint16_t *p);
H A Dxen_pt_msi.c86 rc = xen_host_pci_get_word(&s->real_device, address, &val); in msi_msix_enable()
546 rc = xen_host_pci_get_word(hd, base + PCI_MSIX_FLAGS, &control); in xen_pt_msix_init()
H A Dxen_pt_config_init.c1081 rc = xen_host_pci_get_word(&s->real_device, real_offset, &reg_field); in xen_pt_msgctrl_reg_init()
1474 rc = xen_host_pci_get_word(&s->real_device, real_offset, &reg_field); in xen_pt_msixctrl_reg_init()
1672 rc = xen_host_pci_get_word(&s->real_device, base_offset + PCI_MSI_FLAGS, in xen_pt_msi_size_init()
1953 case 2: rc = xen_host_pci_get_word(&s->real_device, offset, (uint16_t *)&val); in xen_pt_config_reg_init()
H A Dxen-host-pci-device.c314 int xen_host_pci_get_word(XenHostPCIDevice *d, int pos, uint16_t *p) in xen_host_pci_get_word() function
H A Dxen_pt.c895 rc = xen_host_pci_get_word(&s->real_device, PCI_COMMAND, &val); in xen_pt_realize()