Searched refs:tag_create (Results 1 – 11 of 11) sorted by relevance
| /src/sys/riscv/riscv/ |
| H A D | busdma_machdep.c | 129 error = bus_dma_bounce_impl.tag_create(parent, alignment, in bus_dma_tag_create() 134 error = tc->impl->tag_create(parent, alignment, in bus_dma_tag_create()
|
| H A D | busdma_bounce.c | 925 .tag_create = bounce_bus_dma_tag_create,
|
| /src/sys/x86/x86/ |
| H A D | busdma_machdep.c | 152 error = bus_dma_bounce_impl.tag_create(parent, alignment, in bus_dma_tag_create() 157 error = tc->impl->tag_create(parent, alignment, in bus_dma_tag_create()
|
| H A D | busdma_bounce.c | 977 .tag_create = bounce_bus_dma_tag_create,
|
| /src/sys/arm64/arm64/ |
| H A D | busdma_machdep.c | 135 error = bus_dma_bounce_impl.tag_create(parent, alignment, in bus_dma_tag_create() 140 error = tc->impl->tag_create(parent, alignment, in bus_dma_tag_create()
|
| H A D | busdma_bounce.c | 1134 .tag_create = bounce_bus_dma_tag_create,
|
| /src/sys/riscv/include/ |
| H A D | bus_dma_impl.h | 47 int (*tag_create)(bus_dma_tag_t parent, member
|
| /src/sys/x86/include/ |
| H A D | busdma_impl.h | 50 int (*tag_create)(bus_dma_tag_t parent, member
|
| /src/sys/arm64/include/ |
| H A D | bus_dma_impl.h | 48 int (*tag_create)(bus_dma_tag_t parent, member
|
| /src/tools/bus_space/examples/ |
| H A D | am79c900_diag.py | 222 mem_tag = busdma.tag_create(dev, 16, 0, 0xffffffff, memsize, 1, memsize, 0, 0)
|
| /src/sys/dev/iommu/ |
| H A D | busdma_iommu.c | 939 .tag_create = iommu_bus_dma_tag_create,
|