Home
last modified time | relevance | path

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

/arch/x86/hyperv/
Dirqdomain.c72 static int hv_unmap_interrupt(u64 id, struct hv_interrupt_entry *old_entry) in hv_unmap_interrupt() argument
86 *intr_entry = *old_entry; in hv_unmap_interrupt()
188 static int hv_unmap_msi_interrupt(struct pci_dev *dev, struct hv_interrupt_entry *old_entry);
251 static int hv_unmap_msi_interrupt(struct pci_dev *dev, struct hv_interrupt_entry *old_entry) in hv_unmap_msi_interrupt() argument
253 return hv_unmap_interrupt(hv_build_pci_dev_id(dev).as_uint64, old_entry); in hv_unmap_msi_interrupt()
259 struct hv_interrupt_entry old_entry; in hv_teardown_msi_irq_common() local
281 old_entry = *(struct hv_interrupt_entry *)data->chip_data; in hv_teardown_msi_irq_common()
282 entry_to_msi_msg(&old_entry, &msg); in hv_teardown_msi_irq_common()
287 status = hv_unmap_msi_interrupt(dev, &old_entry); in hv_teardown_msi_irq_common()