Home
last modified time | relevance | path

Searched refs:PCI_MSI_FLAGS_MASKBIT (Results 1 – 8 of 8) 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()
65 case PCI_MSI_FLAGS_MASKBIT: in msi_cap_sizeof()
223 flags |= PCI_MSI_FLAGS_MASKBIT; in msi_init()
293 if (flags & PCI_MSI_FLAGS_MASKBIT) { in msi_reset()
307 if (!(flags & PCI_MSI_FLAGS_MASKBIT)) { in msi_is_masked()
362 assert(flags & PCI_MSI_FLAGS_MASKBIT); in msi_notify()
388 bool msi_per_vector_mask = flags & PCI_MSI_FLAGS_MASKBIT; in msi_write_config()
412 if (flags & PCI_MSI_FLAGS_MASKBIT) { in msi_write_config()
/qemu/hw/pci-bridge/
H A Dioh3420.c37 #define IOH_EP_MSI_SUPPORTED_FLAGS PCI_MSI_FLAGS_MASKBIT
71 IOH_EP_MSI_SUPPORTED_FLAGS & PCI_MSI_FLAGS_MASKBIT, in ioh3420_interrupts_init()
H A Dcxl_root_port.c35 #define CXL_RP_MSI_SUPPORTED_FLAGS PCI_MSI_FLAGS_MASKBIT
85 CXL_RP_MSI_SUPPORTED_FLAGS & PCI_MSI_FLAGS_MASKBIT, in cxl_rp_interrupts_init()
H A Dxio3130_upstream.c67 XIO3130_MSI_SUPPORTED_FLAGS & PCI_MSI_FLAGS_MASKBIT, in xio3130_upstream_realize()
H A Dxio3130_downstream.c77 XIO3130_MSI_SUPPORTED_FLAGS & PCI_MSI_FLAGS_MASKBIT, in xio3130_downstream_realize()
/qemu/hw/xen/
H A Dxen_pt_config_init.c1194 if (!(flags & PCI_MSI_FLAGS_MASKBIT)) { in xen_pt_mask_reg_init()
1213 if (!(flags & PCI_MSI_FLAGS_MASKBIT)) { in xen_pt_pending_reg_init()
1681 if (msg_ctrl & PCI_MSI_FLAGS_MASKBIT) { in xen_pt_msi_size_init()
/qemu/include/standard-headers/linux/
H A Dpci_regs.h312 #define PCI_MSI_FLAGS_MASKBIT 0x0100 /* Per-vector masking capable */ macro
/qemu/hw/vfio/
H A Dpci.c1394 msi_maskbit = !!(ctrl & PCI_MSI_FLAGS_MASKBIT); in vfio_msi_setup()