Home
last modified time | relevance | path

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

/f-stack/freebsd/x86/iommu/
H A Dintel_intrmap.c166 unit = dmar_find_ioapic(ioapic_id, &rid); in iommu_map_ioapic_intr()
228 unit = dmar_find_ioapic(ioapic_id, NULL); in iommu_unmap_ioapic_intr()
H A Dintel_dmar.h206 struct dmar_unit *dmar_find_ioapic(u_int apic_id, uint16_t *rid);
H A Dintel_drv.c879 dmar_find_ioapic(u_int apic_id, uint16_t *rid) in dmar_find_ioapic() function