Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/i86pc/io/
H A Dimmu_dmar.c132 drhd_t *drhd; in drhd_list_destroy() local
141 while ((drhd = list_remove_head(drhd_list)) != NULL) { in drhd_list_destroy()
142 scope_list_free(&(drhd->dr_scope_list)); in drhd_list_destroy()
143 kmem_free(drhd, sizeof (drhd_t)); in drhd_list_destroy()
235 ioapic_drhd_insert(scope_t *scope, drhd_t *drhd) in ioapic_drhd_insert() argument
243 idt->ioapic_drhd = drhd; in ioapic_drhd_insert()
289 drhd_t *drhd; in parse_drhd() local
306 drhd = kmem_zalloc(sizeof (drhd_t), KM_SLEEP); in parse_drhd()
307 mutex_init(&(drhd->dr_lock), NULL, MUTEX_DEFAULT, NULL); in parse_drhd()
308 list_create(&(drhd->dr_scope_list), sizeof (scope_t), in parse_drhd()
[all …]
/titanic_50/usr/src/uts/i86pc/sys/
H A Dimmu.h129 typedef struct drhd { struct