Searched refs:id_mapped (Results 1 – 10 of 10) sorted by relevance
| /freebsd-13-stable/sys/x86/iommu/ |
| HD | intel_ctx.c | 381 dmar_domain_alloc(struct dmar_unit *dmar, bool id_mapped) in dmar_domain_alloc() argument 406 domain->iodom.end = id_mapped ? ptoa(Maxmem) : BUS_SPACE_MAXADDR; in dmar_domain_alloc() 407 mgaw = dmar_maxaddr2mgaw(dmar, domain->iodom.end, !id_mapped); in dmar_domain_alloc() 411 if (!id_mapped) in dmar_domain_alloc() 417 if (id_mapped) { in dmar_domain_alloc() 521 bool id_mapped, bool rmrr_init) in dmar_get_ctx_for_dev1() argument 556 domain1 = dmar_domain_alloc(dmar, id_mapped); in dmar_get_ctx_for_dev1() 561 if (!id_mapped) { in dmar_get_ctx_for_dev1() 604 domain->agaw, id_mapped ? "id" : "re"); in dmar_get_ctx_for_dev1() 656 bool id_mapped, bool rmrr_init) in dmar_get_ctx_for_dev() argument [all …]
|
| HD | intel_dmar.h | 296 uint16_t rid, bool id_mapped, bool rmrr_init); 299 bool id_mapped, bool rmrr_init);
|
| /freebsd-13-stable/sys/x86/include/ |
| HD | busdma_impl.h | 62 bool (*id_mapped)(bus_dma_tag_t, vm_paddr_t, bus_size_t); member
|
| HD | bus_dma.h | 45 return (tc->impl->id_mapped(dmat, buf, buflen)); in bus_dma_id_mapped()
|
| /freebsd-13-stable/sys/arm64/include/ |
| HD | bus_dma_impl.h | 60 bool (*id_mapped)(bus_dma_tag_t, vm_paddr_t, bus_size_t); member
|
| HD | bus_dma.h | 19 return (tc->impl->id_mapped(dmat, buf, buflen)); in bus_dma_id_mapped()
|
| /freebsd-13-stable/sys/dev/iommu/ |
| HD | iommu.h | 154 uint16_t rid, bool id_mapped, bool rmrr_init);
|
| HD | busdma_iommu.c | 896 .id_mapped = iommu_bus_dma_id_mapped,
|
| /freebsd-13-stable/sys/arm64/arm64/ |
| HD | busdma_bounce.c | 1477 .id_mapped = bounce_bus_dma_id_mapped,
|
| /freebsd-13-stable/sys/x86/x86/ |
| HD | busdma_bounce.c | 1344 .id_mapped = bounce_bus_dma_id_mapped,
|