Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/i86pc/io/
H A Dimmu_dmar.c228 list_create(&(ioapic_drhd_list), sizeof (ioapic_drhd_t), in ioapic_drhd_setup()
229 offsetof(ioapic_drhd_t, ioapic_node)); in ioapic_drhd_setup()
237 ioapic_drhd_t *idt; in ioapic_drhd_insert()
239 idt = kmem_zalloc(sizeof (ioapic_drhd_t), KM_SLEEP); in ioapic_drhd_insert()
250 static ioapic_drhd_t *
253 ioapic_drhd_t *idt; in ioapic_drhd_lookup()
270 ioapic_drhd_t *idt; in ioapic_drhd_destroy()
274 kmem_free(idt, sizeof (ioapic_drhd_t)); in ioapic_drhd_destroy()
1254 ioapic_drhd_t *idt; in immu_dmar_ioapic_sid()
1270 ioapic_drhd_t *idt; in immu_dmar_ioapic_immu()
/titanic_44/usr/src/uts/i86pc/sys/
H A Dimmu.h175 } ioapic_drhd_t; typedef