Searched refs:hv_compose_msi_msg (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/pci/controller/ |
H A D | pci-hyperv.c | 1387 * hv_compose_msi_msg() - Supplies a valid MSI address/data 1397 static void hv_compose_msi_msg(struct irq_data *data, struct msi_msg *msg) in hv_compose_msi_msg() function 1595 .irq_compose_msi_msg = hv_compose_msi_msg, 3493 hv_compose_msi_msg(irq_data, &entry->msg); in hv_pci_restore_msi_msg() 3502 * doesn't trap and emulate the MMIO accesses, here hv_compose_msi_msg()
|
/kernel/linux/linux-6.6/drivers/pci/controller/ |
H A D | pci-hyperv.c | 1721 * hv_compose_msi_msg(). Hyper-V's choice of pCPU is not visible to the guest, 1728 * hv_compose_msi_msg() contains the "real" vCPU, causing Hyper-V to choose a 1730 * hv_compose_msi_msg() exits without sending a message to the vPCI VSP, so the 1810 * hv_compose_msi_msg() - Supplies a valid MSI address/data 1820 static void hv_compose_msi_msg(struct irq_data *data, struct msi_msg *msg) in hv_compose_msi_msg() function 2059 .irq_compose_msi_msg = hv_compose_msi_msg, 2988 * task's stack. Cf. hv_compose_msi_msg(). in hv_pci_onchannelcallback() 3998 hv_compose_msi_msg(irq_data, &entry->msg); in hv_pci_restore_msi_msg() 4008 * doesn't trap and emulate the MMIO accesses, here hv_compose_msi_msg()
|
Completed in 12 milliseconds