Home
last modified time | relevance | path

Searched refs:hv_compose_msi_msg (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/Documentation/virt/hyperv/
H A Dvpci.rst183 irq_chip.irq_compose_msi_msg function as hv_compose_msi_msg().
189 the interrupt. Instead hv_compose_msi_msg() must send the
/linux-6.15/drivers/pci/controller/
H A Dpci-hyperv.c1812 static void hv_compose_msi_msg(struct irq_data *data, struct msi_msg *msg) in hv_compose_msi_msg() function
2051 .irq_compose_msi_msg = hv_compose_msi_msg,
3991 hv_compose_msi_msg(irq_data, &entry->msg); in hv_pci_restore_msi_msg()