Searched defs:iodom (Results 1 – 11 of 11) sorted by relevance
/freebsd/sys/arm64/iommu/ |
H A D | iommu.c | 83 iommu_domain_unmap_buf(struct iommu_domain *iodom, in iommu_domain_unmap_buf() 96 iommu_domain_map_buf(struct iommu_domain *iodom, struct iommu_map_entry *entry, in iommu_domain_map_buf() 127 struct iommu_domain *iodom; in iommu_domain_alloc() local 143 iommu_domain_free(struct iommu_domain *iodom) in iommu_domain_free() 166 iommu_tag_init(struct iommu_domain *iodom, struct bus_dma_tag_iommu *t) in iommu_tag_init() 183 iommu_ctx_alloc(device_t requester, struct iommu_domain *iodom, bool disabled) in iommu_ctx_alloc() 203 struct iommu_domain *iodom; in iommu_ctx_init() local 248 struct iommu_domain *iodom; in iommu_get_ctx_ofw() local 336 struct iommu_domain *iodom; in iommu_get_ctx() local 405 iommu_domain_unload(struct iommu_domain *iodom, in iommu_domain_unload()
|
H A D | smmu.c | 1623 smmu_unmap(device_t dev, struct iommu_domain *iodom, in smmu_unmap() 1656 smmu_map(device_t dev, struct iommu_domain *iodom, in smmu_map() 1690 struct iommu_domain *iodom; in smmu_domain_alloc() local 1742 smmu_domain_free(device_t dev, struct iommu_domain *iodom) in smmu_domain_free() 1801 smmu_ctx_alloc(device_t dev, struct iommu_domain *iodom, device_t child, in smmu_ctx_alloc() 1826 struct iommu_domain *iodom; in smmu_ctx_init() local
|
/freebsd/sys/x86/iommu/ |
H A D | amd_ctx.c | 117 amdiommu_domain_unload(struct iommu_domain *iodom, in amdiommu_domain_unload() 150 struct iommu_domain *iodom; in amdiommu_domain_destroy() local 236 struct iommu_domain *iodom; in amdiommu_domain_alloc() local
|
H A D | intel_ctx.c | 313 struct iommu_domain *iodom; in dmar_reserve_pci_regions() local 365 struct iommu_domain *iodom; in dmar_domain_alloc() local 471 struct iommu_domain *iodom; in dmar_domain_destroy() local 873 dmar_domain_unload(struct iommu_domain *iodom, in dmar_domain_unload()
|
H A D | amd_idpgtbl.c | 232 amdiommu_map_buf(struct iommu_domain *iodom, struct iommu_map_entry *entry, in amdiommu_map_buf() 381 amdiommu_unmap_buf(struct iommu_domain *iodom, struct iommu_map_entry *entry, in amdiommu_unmap_buf()
|
H A D | iommu_utils.c | 272 iommu_domain_unload(struct iommu_domain *iodom, in iommu_domain_unload() 808 iommu_db_domain_print_contexts(struct iommu_domain *iodom) in iommu_db_domain_print_contexts() 821 iommu_db_domain_print_mappings(struct iommu_domain *iodom) in iommu_db_domain_print_mappings()
|
H A D | intel_idpgtbl.c | 474 dmar_map_buf(struct iommu_domain *iodom, struct iommu_map_entry *entry, in dmar_map_buf() 666 dmar_unmap_buf(struct iommu_domain *iodom, struct iommu_map_entry *entry, in dmar_unmap_buf()
|
H A D | amd_iommu.h | 41 struct iommu_domain iodom; member
|
H A D | intel_dmar.h | 57 struct iommu_domain iodom; member
|
H A D | amd_drv.c | 1120 struct iommu_domain *iodom; in amdiommu_print_domain() local
|
H A D | intel_drv.c | 1116 struct iommu_domain *iodom; in dmar_print_domain() local
|