Home
last modified time | relevance | path

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

/qemu/hw/pci/
H A Dmsi.c174 PCI_MSI_FLAGS_ENABLE); in msi_enabled()
238 PCI_MSI_FLAGS_QSIZE | PCI_MSI_FLAGS_ENABLE); in msi_init()
284 flags &= ~(PCI_MSI_FLAGS_QSIZE | PCI_MSI_FLAGS_ENABLE); in msi_reset()
429 if (!(flags & PCI_MSI_FLAGS_ENABLE)) { in msi_write_config()
/qemu/hw/xen/
H A Dxen_pt_config_init.c1085 if (reg_field & PCI_MSI_FLAGS_ENABLE) { in xen_pt_msgctrl_reg_init()
1088 reg_field & ~PCI_MSI_FLAGS_ENABLE); in xen_pt_msgctrl_reg_init()
1116 msi->flags |= *data & ~PCI_MSI_FLAGS_ENABLE; in xen_pt_msgctrl_reg_write()
1122 if (*val & PCI_MSI_FLAGS_ENABLE) { in xen_pt_msgctrl_reg_write()
1133 *val &= ~PCI_MSI_FLAGS_ENABLE; in xen_pt_msgctrl_reg_write()
1138 *val &= ~PCI_MSI_FLAGS_ENABLE; in xen_pt_msgctrl_reg_write()
1145 msi->flags |= PCI_MSI_FLAGS_ENABLE; in xen_pt_msgctrl_reg_write()
H A Dxen_pt_msi.c244 return msi_msix_enable(s, s->msi->ctrl_offset, PCI_MSI_FLAGS_ENABLE, in xen_pt_msi_set_enable()
300 msi->flags &= ~PCI_MSI_FLAGS_ENABLE; in xen_pt_msi_disable()
/qemu/include/standard-headers/linux/
H A Dpci_regs.h308 #define PCI_MSI_FLAGS_ENABLE 0x0001 /* MSI feature enabled */ macro
/qemu/tests/qtest/
H A Dahci-test.c434 ASSERT_BIT_CLEAR(dataw, PCI_MSI_FLAGS_ENABLE); in ahci_test_msicap()