Home
last modified time | relevance | path

Searched refs:amdiommu_dte (Results 1 – 5 of 5) sorted by relevance

/freebsd-14-stable/sys/x86/iommu/
HDamd_ctx.c77 static struct amdiommu_dte *
357 struct amdiommu_dte *dtep; in amdiommu_free_ctx_locked()
428 dte_entry_init_one(struct amdiommu_dte *dtep, struct amdiommu_ctx *ctx, in dte_entry_init_one()
479 struct amdiommu_dte *dtep; in dte_entry_init()
HDamd_reg.h280 struct amdiommu_dte { struct
331 _Static_assert(sizeof(struct amdiommu_dte) == 8 * sizeof(uint32_t), "DTE"); argument
HDamd_event.c99 const struct amdiommu_dte *dte; in amdiommu_event_log_print()
HDamd_iommu.h82 struct amdiommu_dte *dev_tbl;
HDamd_drv.c197 return (sizeof(struct amdiommu_dte) * (1 << 16)); in amdiommu_devtbl_sz()