Home
last modified time | relevance | path

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

/arch/x86/hyperv/
A Dirqdomain.c73 static int hv_unmap_interrupt(u64 id, struct hv_interrupt_entry *old_entry) in hv_unmap_interrupt() argument
87 *intr_entry = *old_entry; in hv_unmap_interrupt()
213 static int hv_unmap_msi_interrupt(struct pci_dev *dev, struct hv_interrupt_entry *old_entry);
268 static int hv_unmap_msi_interrupt(struct pci_dev *dev, struct hv_interrupt_entry *old_entry) in hv_unmap_msi_interrupt() argument
270 return hv_unmap_interrupt(hv_build_pci_dev_id(dev).as_uint64, old_entry); in hv_unmap_msi_interrupt()
275 struct hv_interrupt_entry old_entry; in hv_teardown_msi_irq() local
283 old_entry = *(struct hv_interrupt_entry *)irqd->chip_data; in hv_teardown_msi_irq()
284 entry_to_msi_msg(&old_entry, &msg); in hv_teardown_msi_irq()
289 (void)hv_unmap_msi_interrupt(dev, &old_entry); in hv_teardown_msi_irq()

Completed in 4 milliseconds