Home
last modified time | relevance | path

Searched defs:msi64bit (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/hw/pci/
H A Dmsi.c108 static inline uint8_t msi_data_off(const PCIDevice* dev, bool msi64bit) in msi_data_off()
113 static inline uint8_t msi_mask_off(const PCIDevice* dev, bool msi64bit) in msi_mask_off()
118 static inline uint8_t msi_pending_off(const PCIDevice* dev, bool msi64bit) in msi_pending_off()
130 bool msi64bit = flags & PCI_MSI_FLAGS_64BIT; in msi_set_message() local
143 bool msi64bit = flags & PCI_MSI_FLAGS_64BIT; in msi_prepare_message() local
194 unsigned int nr_vectors, bool msi64bit, in msi_init()
277 bool msi64bit; in msi_reset() local
304 bool msi64bit = flags & PCI_MSI_FLAGS_64BIT; in msi_is_masked() local
324 bool msi64bit = flags & PCI_MSI_FLAGS_64BIT; in msi_set_mask() local
356 bool msi64bit = flags & PCI_MSI_FLAGS_64BIT; in msi_notify() local
[all …]