Home
last modified time | relevance | path

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

/qemu/hw/pci/
H A Dmsi.c95 return dev->msi_cap + PCI_MSI_FLAGS; in msi_flags_off()
/qemu/hw/xen/
H A Dxen_pt_config_init.c1357 .offset = PCI_MSI_FLAGS,
1541 .offset = PCI_MSI_FLAGS,
1672 rc = xen_host_pci_get_word(&s->real_device, base_offset + PCI_MSI_FLAGS, in xen_pt_msi_size_init()
/qemu/include/standard-headers/linux/
H A Dpci_regs.h307 #define PCI_MSI_FLAGS 0x02 /* Message Control */ macro
/qemu/hw/vfio/
H A Dpci-quirks.c829 vfio_range_contained(addr, size, pdev->msi_cap, PCI_MSI_FLAGS)) { in vfio_nvidia_quirk_mirror_write()
/qemu/tests/qtest/
H A Dahci-test.c433 dataw = qpci_config_readw(ahci->dev, offset + PCI_MSI_FLAGS); in ahci_test_msicap()