Searched refs:dev_tbl (Results 1 – 4 of 4) sorted by relevance
206 pmap_qremove(sc->dev_tbl, atop(devtbl_sz)); in amdiommu_free_dev_tbl()207 kva_free(sc->dev_tbl, devtbl_sz); in amdiommu_free_dev_tbl()208 sc->dev_tbl = NULL; in amdiommu_free_dev_tbl()250 sc->dev_tbl = kva_alloc(devtbl_sz); in amdiommu_create_dev_tbl()251 if (sc->dev_tbl == NULL) in amdiommu_create_dev_tbl()253 seg_vaddr = (char *)sc->dev_tbl; in amdiommu_create_dev_tbl()1153 db_printf(" devtbl at %p\n", unit->dev_tbl); in amdiommu_print_one()
82 struct amdiommu_dte *dev_tbl; member
105 dte = &unit->dev_tbl[ev_dte_p->devid]; in amdiommu_event_log_print()
80 return (&CTX2AMD(ctx)->dev_tbl[ctx->context.rid]); in amdiommu_get_dtep()