Home
last modified time | relevance | path

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

/openbmc/qemu/hw/xen/
H A Dxen-host-pci-device.h57 int xen_host_pci_set_word(XenHostPCIDevice *d, int pos, uint16_t data);
H A Dxen-host-pci-device.c344 int xen_host_pci_set_word(XenHostPCIDevice *d, int pos, uint16_t data) in xen_host_pci_set_word() function
H A Dxen_pt_msi.c97 rc = xen_host_pci_set_word(&s->real_device, address, val); in msi_msix_enable()
H A Dxen_pt_config_init.c1087 xen_host_pci_set_word(&s->real_device, real_offset, in xen_pt_msgctrl_reg_init()
1480 xen_host_pci_set_word(&s->real_device, real_offset, in xen_pt_msixctrl_reg_init()
H A Dxen_pt.c901 rc = xen_host_pci_set_word(&s->real_device, PCI_COMMAND, val); in xen_pt_realize()