Home
last modified time | relevance | path

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

/openbmc/qemu/hw/pci/
H A Dmsi.c107 static inline uint8_t msi_data_off(const PCIDevice* dev, bool msi64bit) in msi_data_off()
112 static inline uint8_t msi_mask_off(const PCIDevice* dev, bool msi64bit) in msi_mask_off()
117 static inline uint8_t msi_pending_off(const PCIDevice* dev, bool msi64bit) in msi_pending_off()
129 bool msi64bit = flags & PCI_MSI_FLAGS_64BIT; in msi_set_message() local
142 bool msi64bit = flags & PCI_MSI_FLAGS_64BIT; in msi_prepare_message() local
193 unsigned int nr_vectors, bool msi64bit, in msi_init()
276 bool msi64bit; in msi_reset() local
303 bool msi64bit = flags & PCI_MSI_FLAGS_64BIT; in msi_is_masked() local
323 bool msi64bit = flags & PCI_MSI_FLAGS_64BIT; in msi_set_mask() local
355 bool msi64bit = flags & PCI_MSI_FLAGS_64BIT; in msi_notify() local
[all …]