Home
last modified time | relevance | path

Searched refs:PCI_MSI_FLAGS_64BIT (Results 1 – 9 of 9) sorted by relevance

/qemu/hw/pci/
H A Dmsi.c60 switch (flags & (PCI_MSI_FLAGS_MASKBIT | PCI_MSI_FLAGS_64BIT)) { in msi_cap_sizeof()
61 case PCI_MSI_FLAGS_MASKBIT | PCI_MSI_FLAGS_64BIT: in msi_cap_sizeof()
63 case PCI_MSI_FLAGS_64BIT: in msi_cap_sizeof()
130 bool msi64bit = flags & PCI_MSI_FLAGS_64BIT; in msi_set_message()
143 bool msi64bit = flags & PCI_MSI_FLAGS_64BIT; in msi_prepare_message()
220 flags |= PCI_MSI_FLAGS_64BIT; in msi_init()
285 msi64bit = flags & PCI_MSI_FLAGS_64BIT; in msi_reset()
304 bool msi64bit = flags & PCI_MSI_FLAGS_64BIT; in msi_is_masked()
324 bool msi64bit = flags & PCI_MSI_FLAGS_64BIT; in msi_set_mask()
356 bool msi64bit = flags & PCI_MSI_FLAGS_64BIT; in msi_notify()
[all …]
/qemu/hw/pci-bridge/
H A Dxio3130_upstream.c33 #define XIO3130_MSI_SUPPORTED_FLAGS PCI_MSI_FLAGS_64BIT
66 XIO3130_MSI_SUPPORTED_FLAGS & PCI_MSI_FLAGS_64BIT, in xio3130_upstream_realize()
H A Dxio3130_downstream.c36 #define XIO3130_MSI_SUPPORTED_FLAGS PCI_MSI_FLAGS_64BIT
76 XIO3130_MSI_SUPPORTED_FLAGS & PCI_MSI_FLAGS_64BIT, in xio3130_downstream_realize()
H A Dioh3420.c70 IOH_EP_MSI_SUPPORTED_FLAGS & PCI_MSI_FLAGS_64BIT, in ioh3420_interrupts_init()
H A Dcxl_root_port.c83 CXL_RP_MSI_SUPPORTED_FLAGS & PCI_MSI_FLAGS_64BIT, in cxl_rp_interrupts_init()
/qemu/hw/xen/
H A Dxen_pt_config_init.c1068 ((offset) == ((flags) & PCI_MSI_FLAGS_64BIT ? \
1159 if (!(s->msi->flags & PCI_MSI_FLAGS_64BIT)) { in xen_pt_msgaddr64_reg_init()
1261 if (!(s->msi->flags & PCI_MSI_FLAGS_64BIT)) { in xen_pt_msgaddr64_reg_write()
1678 if (msg_ctrl & PCI_MSI_FLAGS_64BIT) { in xen_pt_msi_size_init()
/qemu/include/standard-headers/linux/
H A Dpci_regs.h311 #define PCI_MSI_FLAGS_64BIT 0x0080 /* 64-bit addresses allowed */ macro
/qemu/tests/qtest/
H A Dahci-test.c441 if (dataw & PCI_MSI_FLAGS_64BIT) { in ahci_test_msicap()
/qemu/hw/vfio/
H A Dpci.c1354 msi_64bit = !!(ctrl & PCI_MSI_FLAGS_64BIT); in vfio_msi_setup()