Home
last modified time | relevance | path

Searched refs:dev_tbl (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/x86/iommu/
H A Damd_drv.c205 pmap_qremove((vm_offset_t)sc->dev_tbl, atop(devtbl_sz)); in amdiommu_free_dev_tbl()
206 kva_free((vm_offset_t)sc->dev_tbl, devtbl_sz); in amdiommu_free_dev_tbl()
207 sc->dev_tbl = NULL; in amdiommu_free_dev_tbl()
252 sc->dev_tbl = (void *)seg_vaddr; in amdiommu_create_dev_tbl()
1145 db_printf(" devtbl at %p\n", unit->dev_tbl); in amdiommu_print_one()
H A Damd_iommu.h82 struct amdiommu_dte *dev_tbl; member
H A Damd_event.c105 dte = &unit->dev_tbl[ev_dte_p->devid]; in amdiommu_event_log_print()
H A Damd_ctx.c80 return (&CTX2AMD(ctx)->dev_tbl[ctx->context.rid]); in amdiommu_get_dtep()