Searched defs:drhd (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/io/
H A Dimmu_dmar.c132 drhd_t *drhd; local
141 while ((drhd = list_remove_head(drhd_list)) != NULL) {
142 scope_list_free(&(drhd->dr_scope_list));
143 kmem_free(drhd, sizeof (drhd_t));
235 ioapic_drhd_insert(scope_t *scope, drhd_t *drhd) argument
243 idt->ioapic_drhd = drhd;
284 * parse the drhd uints in dmar table
289 drhd_t *drhd; local
306 drhd = kmem_zalloc(sizeof (drhd_t), KM_SLEEP);
307 mutex_init(&(drhd
560 drhd_t *drhd; local
641 drhd_devi_create(drhd_t *drhd, int unit) argument
703 drhd_t *drhd; local
722 drhd_devi_destroy(drhd_t *drhd) argument
746 drhd_t *drhd; local
1055 drhd_t *drhd; local
1213 drhd_t *drhd = (drhd_t *)dmar_unit; local
1221 drhd_t *drhd = (drhd_t *)dmar_unit; local
1235 drhd_t *drhd = (drhd_t *)dmar_unit; local
[all...]
/illumos-gate/usr/src/uts/i86pc/sys/
H A Dimmu.h129 typedef struct drhd { struct
168 * interrupt source id and drhd info for ioapic

Completed in 50 milliseconds